[iOS]Rework Optable API configuration and request forming#52
Open
vladislav-yermakov wants to merge 62 commits intomasterfrom
Open
[iOS]Rework Optable API configuration and request forming#52vladislav-yermakov wants to merge 62 commits intomasterfrom
vladislav-yermakov wants to merge 62 commits intomasterfrom
Conversation
…ableSDK interface with async/await support
Closed
eugenedorfman-optable
approved these changes
Jan 19, 2026
eugenedorfman-optable
left a comment
There was a problem hiding this comment.
LGTM - reviewed as part of #51 (when it was submitted from a postindustria-tech fork, now resubmitted from an Optable branch)
zapo
reviewed
Jan 30, 2026
| if config.skipAdvertisingIdDetection == false, | ||
| ATT.advertisingIdentifierAvailable, | ||
| ATT.advertisingIdentifier != UUID(uuid: uuid_t(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)), | ||
| ids[.appleIDFA] != nil { |
Member
There was a problem hiding this comment.
Is the intention to only override existing appleIDFA with device AdvertiserID or to always set it when it's not set?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR addresses the following issues:
Add Prebid SDK and passing optable IDs into the demo app #43
Prebid test case was merged to into this PR, the old PR can be closed.
Rework Optable Real-time APIs configuration and request forming #49
SDK was updated according to real time api integrations guide
Extend Optable Targeting API request forming with additional parameters #50
SDK Targeting API was updated to accept arbitrary IDs as defined in real time api integrations guide. Privacy parameters is controlled via
OptableConfig.Breaking changes:
OptableSDK.init(host:, app:, insecure:, useragent:)was replaced withOptableSDK.init(config:)tenantandoriginSlugparameters to initialise, instead ofhostandappOptableConfigwas introduced to contain all configuration parameters for the SDKOptableConfigsupports dynamic changes of all parameters, such ashost,path,apiKey,custopUserAgentand others.Other changes:
IABConsentfor automatically retrieving user consent according to the IAB Transparency & Consent FrameworkAppTrackingTransparencyto handle App Tracking IdentifiersOptableIdentifierType,OptableIdentifiers, andOptableIdentifierEncoderto support optable identifiers and normalisationasync/awaitSDK API for modern swift