Google Play Requirement by Aug 1, 2019 - Using native code must provide a 64-bit version in addition to the 32-bit version
For Andriod apps, there is a requirement from Google Play Store that all apps using native code must provide a 64-bit version in addition to the 32-bit version by Aug 1, 2019.
The requirement does not apply to a few scenarios including apps targeting Wear OS or Andriod TV. Those form factors currently do not support 64-bit mode.
According to the official Google Play Guides:
The first thing to do is check to see if your app uses any native code. Your app makes use of native code if it:
The requirement does not apply to a few scenarios including apps targeting Wear OS or Andriod TV. Those form factors currently do not support 64-bit mode.
According to the official Google Play Guides:
The first thing to do is check to see if your app uses any native code. Your app makes use of native code if it:
- Uses any C/C++ (native) code in your app
- Links with any third party native libraries
- Is built by a third-party app builder that uses native libraries
If your Andriod apps are entirely written in the Java language or Kotlin, you do not need to worry about the new requirement at all. This is because those apps are already 64-bit ready.
References:
Comments
Post a Comment