Reputation: 4101
How can I sign my APK same as AAB (android app bundle)?
I have 2 problem
1- I want to use sms-retriever and want has same hash string for both APK and AAB 2- I upload my add in google play and unofficial android app stores , In google pplay I upload AAB file , and as the unofficial store cannot support AAB I upload universal APK , the problem is If someone download app from play store , they cannot update it form unofficial android app stores and vise versa , because the sign is different
Upvotes: 0
Views: 703
Reputation: 4162
You can check whether your app are using App Signing
by accessing Release management > App signing. If you opted in, you can not disable it.
Note: Opting in to app signing by Google Play applies for the lifetime of your app
Upvotes: 1