20
Views
2
Comments
Solved
[App Version Plugin] Is Version 2.1.1 compliant with the Play Store's 16 KB Page size requirements
app-version-plugin
Mobile icon
Forge asset by David Pereira Cruz
Application Type
Mobile

Hi Guys,

Thanks for building this successful component!

I'm trying to make sure that our mobile app is compliant with Android's latest requirement about 16KB page sizes. OS Support has already ascertained us that mobile apps built with MABS 11.1 are compliant with these requirement out-of-the-box. The only grey area is the plugins are responsibility of its author.

Could you please confirm that App Version is in the clear ?

Here's the link to the requirements.


Thanks in advance!

Sunil

2021-04-09 11-42-43
assif_tiger
 
MVP
Solution

Hi Sunil,
I am also trying to figure out same. Although I use 3 different unsupported components; among which one is App Version 

Here's my understanding around :
Since it doesn't use any native .so libraries, it already should be compatible with Android 15 devices using 16 KB page sizes. 


https://github.com/davidpcruz/cordova-plugin-app-version/tree/master/src/android

There's no any .so lib exist around & hence this should not be the cluprit for 16KB req.

Thanks

UserImage.jpg
Sunil Sachdeva

Thanks Assif for nudging me in the right direction. I used Android Studio's APK disassembler to confirm the same for all the libraries used in our APK.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.