We would like to note a number of things for you to speak to your developer about when upgrading to our latest SDKs, v6.2.0 for both Android and iOS. Deprecation of Automatic App Review Requests As a...
unity
Why do I get a pngcrush/”not a PNG file” error when compiling my iOS Unity app?
This error results from a known issue on Unity’s end. The solution for this error is to de-select iOS from the file inspector for any assets used by Android. You can read more about this issue a...
Why can’t I use Android 22 to compile my Unity project?
Our SDK will not be able to support compile SDK version 22, but you can set targetSDKVersion to 22 as long as compileSDKVersion is 23 or 24. The only thing that will be impacted is runtime permission ...