/asapty_sdk

Primary LanguageSwiftMIT LicenseMIT

ASAPTY iOS SDK

Version License Platform Swift Package Manager Carthage compatible Swift 5 Powered by Tuist

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")

Installation

Cocoapods:

pod 'ASAPTY_SDK'

Swift Package Manager:

  1. From Xcode, select from the menu File > Swift Packages > Add Package Dependency
  2. Specify the URL https://github.com/asapty/asapty_sdk

Carthage:

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.

License

ASAPTY is available under the MIT license. See the LICENSE file for more info.