iOS/macOS

Install the Apphud iOS/macOS SDK via CocoaPods, Carthage, or Swift Package Manager. Requires iOS 15+ and Swift 5.9.

Requirements

The Apphud iOS SDK requires iOS 15.0+, macOS 13.0+, tvOS 16.0+, watchOS 9.0+, or visionOS 1.0+, and Swift 5.9+.

Installation

Apphud SDK can be installed via CocoaPods or Swift Package Manager.

Install via CocoaPods

Add the following line to your Podfile:

pod 'ApphudSDK'
🚧

Important Note

In Objective-C project make sure use_frameworks! is added in your Podfile.

Install via Swift Package Manager

Add package dependency with the following URL:

https://github.com/apphud/ApphudSDK

Kids Category

Apphud SDK doesn't use the AdSupport framework so it is safe to use SDK for Kids Category apps.

iOS SDK Reference

iOS SDK Reference

👍

App Release Checklist

To minimize the risk of mistakes during setup and avoid the need for app resubmission, please read the App Release Checklist carefully.


What’s Next

Learn how to initialize SDK and manage purchases

Did this page help you?