I'm currently working in a project involving adding microtransaction inside our android mobile game. We are using Unity and their easy to implement service system (Unity IAP). Our project need to run with the Android SDK 23 in order to compile with the plugins we're using.
Now since we added the In-App Purchasing service, Unity need to use the Android SDK 24 to build an APK. It's actually showing me an error that it can't merge the AndroidManifest because of this contradiction. One place we need API 23 and another API 24.
Is there a solution ? Is there a way to download or import a Unity IAP compatible with Android SDK 23 ? If so where and how ?
I can't seem to find anything about this.
Thanks for you help
AIPDownloader
script from this answer. Make sure to disable AIP first, delete the IAP folder then try this script. It should download IAP in one click. Hopefully, you will get the old version. Let me know. – Programmer