Prerequisites
Do iOS Get Started all the way until finishing step 3
Step Summary
Add the Initialization code for the SDK
Register all the app
UIViewControllers
to the SDKAdd the Tagged Wrappers, Tagged Buttons using the
accessabilityLabel
Note the Transitions
Add the testing Single Data
Test everything is working
Change everything to production code
Your app is now prepared for monetization with us.
Initialize the SDK
We require the SDK to be initialized only once and as early as possible,
R89SDK.shared.setLogLevel(level: LogLevels.debug) R89SDK.shared.setDebug() R89SDK.shared.initialize(publisherId: "TestRefinery89ID", appId: "TestConfigDemoApp", singleLine: true, publisherInitializationEvents: nil)