The Massive SDK provides a new way to monetize app features and content without annoying ads or low-converting paywalls.
iOS SDK | 0.3.1 | Download | |
Sample iPhone Application | 0.3.1 | Download |
iOS Minimum Deployment | 16.0 |
iOS Deployment Target | 16.0 or later |
Swift version | 5.10 or later |
Capabilities required | None |
General
tab.
xcframework
file into the Frameworks, Libraries, and Embedded Content
section.
xcframework
is set to Embed & Sign.
start()
method:
stop()
method:
com.massive.sdk.startBackground
task ID to the list of permitted task identifiers.
Then, register a task to run in the background calling the startBackground()
method in the provided closure. This must be done before the end of the app launch sequence.
MassiveClient
start()
method), it is mandatory to obtain user consent for the terms of resource exchange. This aligns with user privacy and control principles. Ensure that your application includes a clear and understandable consent mechanism.