Adjust MMP integration plugin for the Appier iOS SDK. This plugin self-registers with the Appier SDK at launch — no additional setup code required.
- iOS 16.0+
- Appier iOS SDK 8.7.0+
- Adjust iOS SDK 5.6.x
Add the following to your Podfile:
pod 'AppierFramework', '>= 8.7.0', '< 9.0.0'
pod 'AppierFrameworkAdjustPlugin', '>= 8.7.0', '< 9.0.0'Add the package in Xcode via File > Add Package Dependencies and enter:
https://github.com/appier/appier-ios-framework-adjust-plugin
Or add it manually to your Package.swift:
dependencies: [
.package(url: "https://github.com/appier/appier-ios-framework-adjust-plugin", from: "8.7.0")
]Then add AppierAdjustPlugin to your target's dependencies.
When using Swift Package Manager, add -ObjC to Other Linker Flags in your target's Build Settings. This is required for the plugin's self-registration mechanism to work correctly.
The Adjust App Token is configured through the Appier remote config — no token setup is needed on the client side. Please contact Appier to complete the configuration on the dashboard.
The plugin uses an Objective-C +load method to register itself with the Appier SDK automatically when the binary is loaded. No changes to your app's initialization code are needed.
Appier Inc., [email protected]
Available under the MIT license. See the LICENSE file for more info.
Refer to Appier's Documentation