Apple Search Ads attributions in one line of code.
ASAPTY.shared.attribution(with: "#########")
To track In-App Events:
ASAPTY.shared.subscribeForInAppEvents()
or track events manually using:
ASAPTY.shared.track(eventName: "inapp_purchase", productId: "com.sdk.asapty", revenue: "3.0", currency: "USD")
pod 'ASAPTY_SDK'
- From Xcode, select from the menu File > Swift Packages > Add Package Dependency
- Specify the URL
https://github.com/asapty/asapty_sdk
To integrate PinLayout into your Xcode project using Carthage, specify it in your Cartfile
:
github "asapty/asapty_sdk"
Then, run carthage update
to build the framework and drag the built ASAPTY_SDK.framework
into your Xcode project.
ASAPTY is available under the MIT license. See the LICENSE file for more info.