What is SDK Integration?
SDK integration is the process of importing a library file, known as a software development kit, into your project in order to use that file’s functions.
SDK integration for Android
Before starting an SDK integration for Android, make sure to check what Android version the SDK supports. There are a few steps to integrating the ironSource SDK for Android games. The first step is adding the SDK to your project, either through Gradle or manually. The second step is updating the AndroidManifest.xml. The third step for Android is overriding the activity lifecycle methods. Next, set the listeners and then initialize the SDK. Finally, be sure to verify your SDK integration.
SDK Integration for iOS
Like with Android, be sure to check what iOS version the SDK supports before beginning an SDK integration for iOS. Here are the steps to follow: First, add the SDK to your project either via CocoaPods or manually. Next, set the delegates. Finally, verify your integration.