The extension made using the following manuals: Android iOS
When you are updating extension, please update version
in extension-ironsource/ext.properties
. This version is used for reporting to IronSource as the version of the extension.
Open updater
folder in terminal and run android.py
which will change versions of the main package and adapters in Gradle file.
Check Change Log to make sure there are no breaking changes and all new APIs implemented. Make sure you use compatable adapters using this page.
Open updater
folder in terminal and run ios.py
which will change versions of the main package and adapters in Podsfile.
Check Change Log to make sure there are no breaking changes and all new APIs implemented. Make sure you use compatable adapters using this page.
Update SKAdNetworkItems
using this page. IronSource is adapted by default. Also, it is nice to reduce count of duplicates by removing all the keys which are in IronSource section from the other sections.
- Add adapter into
game.project
for needed platform:*adapterName*_*platformName*
. - Make the field you added private using
ext.properties
. - Add needed libraries into
gradle
ofpod
file using Mustache templates. - Make sure in the official adapter's documentation that no other steps needed.