LinkFive - Successful Subscriptions

Initialize iOS SDK

Initialize iOS SDK

Read our Getting Started Guide to check how to add the iOS SDK to your Xcode project

Initialize the SDK

Use the Api key and initialize the LinkFive SDK pretty early in your code, for example in the didFinishLaunchingWithOptions function of your AppDelegate.

// Get your API key after sign up
LinkFivePurchases.shared.launch(with: "YOUR_API_KEY")

That's basically it! You are now ready to fetch your subscriptions.

Next: Fetch Subscriptions

On this page