This is the Adjust™ SDK for iOS. Documentation is available on our help center in the following languages:
Distributed under the MIT license. See MIT-LICENSE for the full text.
getAdidWithTimeout method to the Adjust API to allow retrieving the ADID with a specified timeout. If the value is not obtained in time, nil is returned.getAttributionWithTimeout method to the Adjust API to allow retrieving the current attribution information with a specified timeout. If the value is not obtained in time, nil is returned.disableIdfvReading method on AdjustConfig in iOS web bridge.Pull Request #780
Note: In case you are adding Adjust SDK to your app as one of the frameworks from the release page, please make sure to also add the latest version of the signature library.
This is the Adjust™ SDK for iOS. Documentation is available on our help center in the following languages:
Distributed under the MIT license. See MIT-LICENSE for the full text.
{
"name": "AdjustSdk",
"path": "/usr/src/package",
"targets": [
{
"name": "AdjustWebBridge",
"path": "AdjustBridge",
"type": "library",
"c99name": "AdjustWebBridge",
"sources": [
"AdjustBridge.m",
"AdjustBridgeConstants.m",
"AdjustBridgeRegister.m",
"AdjustBridgeUtil.m"
],
"module_type": "ClangTarget",
"product_memberships": [
"AdjustWebBridge"
]
},
{
"name": "AdjustUnsigned",
"path": "AdjustUnsigned",
"type": "library",
"c99name": "AdjustUnsigned",
"sources": [
"ADJAdRevenue.m",
"ADJAppStorePurchase.m",
"ADJAppStoreSubscription.m",
"ADJAttribution.m",
"ADJConfig.m",
"ADJDeeplink.m",
"ADJEvent.m",
"ADJEventFailure.m",
"ADJEventSuccess.m",
"ADJLinkResolution.m",
"ADJLogger.m",
"ADJPurchaseVerificationResult.m",
"ADJSessionFailure.m",
"ADJSessionSuccess.m",
"ADJStoreInfo.m",
"ADJThirdPartySharing.m",
"Adjust.m",
"Internal/ADJActivityHandler.m",
"Internal/ADJActivityKind.m",
"Internal/ADJActivityPackage.m",
"Internal/ADJActivityState.m",
"Internal/ADJAdditions.m",
"Internal/ADJAdjustFactory.m",
"Internal/ADJAttributionHandler.m",
"Internal/ADJBackoffStrategy.m",
"Internal/ADJEventMetadata.m",
"Internal/ADJGlobalParameters.m",
"Internal/ADJOdmManager.m",
"Internal/ADJPackageBuilder.m",
"Internal/ADJPackageHandler.m",
"Internal/ADJPackageParams.m",
"Internal/ADJPurchaseVerificationHandler.m",
"Internal/ADJRequestHandler.m",
"Internal/ADJResponseData.m",
"Internal/ADJSKAdNetwork.m",
"Internal/ADJSdkClickHandler.m",
"Internal/ADJTimerCycle.m",
"Internal/ADJTimerOnce.m",
"Internal/ADJUrlStrategy.m",
"Internal/ADJUserDefaults.m",
"Internal/ADJUtil.m"
],
"resources": [
{
"path": "/usr/src/package/AdjustUnsigned/PrivacyInfo.xcprivacy",
"rule": {
"copy": {}
}
}
],
"module_type": "ClangTarget",
"product_memberships": [
"AdjustUnsigned"
]
},
{
"name": "AdjustSdk",
"path": "Adjust",
"type": "library",
"c99name": "AdjustSdk",
"sources": [
"ADJAdRevenue.m",
"ADJAppStorePurchase.m",
"ADJAppStoreSubscription.m",
"ADJAttribution.m",
"ADJConfig.m",
"ADJDeeplink.m",
"ADJEvent.m",
"ADJEventFailure.m",
"ADJEventSuccess.m",
"ADJLinkResolution.m",
"ADJLogger.m",
"ADJPurchaseVerificationResult.m",
"ADJSessionFailure.m",
"ADJSessionSuccess.m",
"ADJStoreInfo.m",
"ADJThirdPartySharing.m",
"Adjust.m",
"Internal/ADJActivityHandler.m",
"Internal/ADJActivityKind.m",
"Internal/ADJActivityPackage.m",
"Internal/ADJActivityState.m",
"Internal/ADJAdditions.m",
"Internal/ADJAdjustFactory.m",
"Internal/ADJAttributionHandler.m",
"Internal/ADJBackoffStrategy.m",
"Internal/ADJEventMetadata.m",
"Internal/ADJGlobalParameters.m",
"Internal/ADJOdmManager.m",
"Internal/ADJPackageBuilder.m",
"Internal/ADJPackageHandler.m",
"Internal/ADJPackageParams.m",
"Internal/ADJPurchaseVerificationHandler.m",
"Internal/ADJRequestHandler.m",
"Internal/ADJResponseData.m",
"Internal/ADJSKAdNetwork.m",
"Internal/ADJSdkClickHandler.m",
"Internal/ADJTimerCycle.m",
"Internal/ADJTimerOnce.m",
"Internal/ADJUrlStrategy.m",
"Internal/ADJUserDefaults.m",
"Internal/ADJUtil.m"
],
"resources": [
{
"path": "/usr/src/package/Adjust/PrivacyInfo.xcprivacy",
"rule": {
"copy": {}
}
}
],
"module_type": "ClangTarget",
"product_memberships": [
"AdjustSdk",
"AdjustWebBridge",
"AdjustGoogleOdm"
],
"product_dependencies": [
"AdjustSignature"
]
},
{
"name": "AdjustGoogleOdm",
"path": "plugins/odm",
"type": "library",
"c99name": "AdjustGoogleOdm",
"sources": [
"sources/spm/ADJOdmPlugin.m"
],
"module_type": "ClangTarget",
"product_memberships": [
"AdjustGoogleOdm"
],
"product_dependencies": [
"GoogleAdsOnDeviceConversion"
]
}
],
"products": [
{
"name": "AdjustSdk",
"type": {
"library": [
"automatic"
]
},
"targets": [
"AdjustSdk"
]
},
{
"name": "AdjustUnsigned",
"type": {
"library": [
"automatic"
]
},
"targets": [
"AdjustUnsigned"
]
},
{
"name": "AdjustWebBridge",
"type": {
"library": [
"automatic"
]
},
"targets": [
"AdjustWebBridge",
"AdjustSdk"
]
},
{
"name": "AdjustGoogleOdm",
"type": {
"library": [
"automatic"
]
},
"targets": [
"AdjustGoogleOdm",
"AdjustSdk"
]
}
],
"platforms": [
{
"name": "ios",
"version": "12.0"
},
{
"name": "tvos",
"version": "12.0"
}
],
"dependencies": [
{
"url": "https://github.com/adjust/adjust_signature_sdk.git",
"type": "sourceControl",
"identity": "adjust_signature_sdk",
"requirement": {
"exact": [
"3.62.0"
]
}
},
{
"url": "https://github.com/googleads/google-ads-on-device-conversion-ios-sdk.git",
"type": "sourceControl",
"identity": "google-ads-on-device-conversion-ios-sdk",
"requirement": {
"range": [
{
"lower_bound": "2.0.0",
"upper_bound": "4.0.0"
}
]
}
}
],
"tools_version": "5.5",
"manifest_display_name": "AdjustSdk"
}
{
"name": "AdjustSdk",
"traits": [],
"targets": [
{
"name": "AdjustSdk",
"path": "Adjust",
"type": "regular",
"exclude": [],
"settings": [
{
"kind": {
"headerSearchPath": {
"_0": ""
}
},
"tool": "c"
},
{
"kind": {
"headerSearchPath": {
"_0": "Internal"
}
},
"tool": "c"
}
],
"resources": [
{
"path": "PrivacyInfo.xcprivacy",
"rule": {
"copy": {}
}
}
],
"dependencies": [
{
"product": [
"AdjustSignature",
"adjust_signature_sdk",
null,
null
]
}
],
"packageAccess": false
},
{
"name": "AdjustUnsigned",
"path": "AdjustUnsigned",
"type": "regular",
"exclude": [],
"settings": [
{
"kind": {
"headerSearchPath": {
"_0": ""
}
},
"tool": "c"
},
{
"kind": {
"headerSearchPath": {
"_0": "Internal"
}
},
"tool": "c"
}
],
"resources": [
{
"path": "PrivacyInfo.xcprivacy",
"rule": {
"copy": {}
}
}
],
"dependencies": [],
"packageAccess": false
},
{
"name": "AdjustWebBridge",
"path": "AdjustBridge",
"type": "regular",
"exclude": [],
"settings": [
{
"kind": {
"headerSearchPath": {
"_0": ""
}
},
"tool": "c"
},
{
"kind": {
"headerSearchPath": {
"_0": "../Adjust/include"
}
},
"tool": "c"
}
],
"resources": [],
"dependencies": [],
"packageAccess": false
},
{
"name": "AdjustGoogleOdm",
"path": "plugins/odm",
"type": "regular",
"exclude": [],
"sources": [
"headers",
"sources/spm"
],
"settings": [],
"resources": [],
"dependencies": [
{
"product": [
"GoogleAdsOnDeviceConversion",
"google-ads-on-device-conversion-ios-sdk",
null,
null
]
}
],
"packageAccess": false,
"publicHeadersPath": "headers"
}
],
"products": [
{
"name": "AdjustSdk",
"type": {
"library": [
"automatic"
]
},
"targets": [
"AdjustSdk"
],
"settings": []
},
{
"name": "AdjustUnsigned",
"type": {
"library": [
"automatic"
]
},
"targets": [
"AdjustUnsigned"
],
"settings": []
},
{
"name": "AdjustWebBridge",
"type": {
"library": [
"automatic"
]
},
"targets": [
"AdjustWebBridge",
"AdjustSdk"
],
"settings": []
},
{
"name": "AdjustGoogleOdm",
"type": {
"library": [
"automatic"
]
},
"targets": [
"AdjustGoogleOdm",
"AdjustSdk"
],
"settings": []
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "12.0",
"platformName": "ios"
},
{
"options": [],
"version": "12.0",
"platformName": "tvos"
}
],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "adjust_signature_sdk",
"location": {
"remote": [
{
"urlString": "https://github.com/adjust/adjust_signature_sdk.git"
}
]
},
"requirement": {
"exact": [
"3.62.0"
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "google-ads-on-device-conversion-ios-sdk",
"location": {
"remote": [
{
"urlString": "https://github.com/googleads/google-ads-on-device-conversion-ios-sdk.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "2.0.0",
"upperBound": "4.0.0"
}
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "5.5.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
{
"url": "/usr/src/package",
"name": "AdjustSdk",
"path": "/usr/src/package",
"version": "unspecified",
"identity": "package",
"dependencies": [
{
"url": "https://github.com/adjust/adjust_signature_sdk.git",
"name": "AdjustSignature",
"path": "/usr/src/package/.build/checkouts/adjust_signature_sdk",
"version": "3.62.0",
"identity": "adjust_signature_sdk",
"dependencies": []
},
{
"url": "https://github.com/googleads/google-ads-on-device-conversion-ios-sdk.git",
"name": "GoogleAdsOnDeviceConversion",
"path": "/usr/src/package/.build/checkouts/google-ads-on-device-conversion-ios-sdk",
"version": "3.2.0",
"identity": "google-ads-on-device-conversion-ios-sdk",
"dependencies": [
{
"url": "https://github.com/google/GoogleUtilities.git",
"name": "GoogleUtilities",
"path": "/usr/src/package/.build/checkouts/GoogleUtilities",
"version": "8.1.0",
"identity": "googleutilities",
"dependencies": []
},
{
"url": "https://github.com/firebase/nanopb.git",
"name": "nanopb",
"path": "/usr/src/package/.build/checkouts/nanopb",
"version": "2.30910.0",
"identity": "nanopb",
"dependencies": []
}
]
}
]
}