google-play Questions
4
How long does it usually take for the price / description change made in the Google Play Developer console to take effect and propagate to devices?
I have two In-App products I am testing with a ...
Finkle asked 1/5, 2013 at 14:47
22
I'm trying to utilize the Review API (Play Core library 1.8.0) from Google which was just released yesterday.
See https://developer.android.com/guide/playcore/in-app-review
I followed the troublesh...
Courtyard asked 6/8, 2020 at 15:8
14
Solved
Background
After so many hours of my free time, I'm ready to publish my very first app to the play store, but sadly I'm having difficulties uploading the signed app.
I've successfully exported th...
Farcy asked 27/12, 2013 at 12:21
0
I recently enabled Google Play Console's Integrity API, but I don't intend on using it, is there a way to disable it?
There doesn't seem to be an option to disable it on Setup > App Integrity &g...
Xenogamy asked 21/11, 2022 at 9:49
1
We have recently upgraded our apps so they are in line with Android 12 (API level 31) and built with Flutter version 2.8.1.
Google recently approved our apps, yet when we 'Update' the app, the prev...
Redingote asked 18/11, 2022 at 17:7
2
Solved
Today I got following warning from Google Play "Your app currently targets API level 30 and must target at least API level 31 to ensure it is built on the latest APIs optimized for security an...
Ingeingeberg asked 25/8, 2022 at 14:18
2
Solved
I have an Android app published in Google Play that contains In-app subscriptions. I have a monthly and yearly subscription, I have configured it in the Developer console this way:
The issue is:...
Anastatius asked 11/3, 2016 at 9:16
3
When I have used new version of google play console there is error showing, When I uploaded the appbundle or apk there are error message shows
I have tried looking for the solution on google but I...
Micturition asked 1/9, 2020 at 19:46
2
Solved
I have an app with in-app purchases which i used to test with the provided test card methods by google as shown here Google Play Billing Test
However, after i published my app in production on Goo...
Footprint asked 16/6, 2020 at 2:59
3
I get "Update Rejected" in Google Play console, stating that I need either remove REQUEST_INSTALL_PACKAGES permission or provide policy declaration for it.
The thing is, I do not have thi...
Entoderm asked 24/10, 2022 at 7:27
4
I am wondering how the various app statistics sites get app-details from Google Play. As GP does not have a public API. An example is Appaware.com - they have full details for Google Play apps.
A...
Acyclic asked 16/1, 2013 at 9:17
3
Solved
In My Application There are two language.
If I download application from device which has English as default language.Then it is not changing to Chinese strings.xml (zh) .
If I change my device la...
Antenna asked 23/2, 2019 at 9:31
0
I'm trying to EXPORT AND ENCRYPT PRIVATE KEY to enroll into Google Play App Signing
I followed the template:
$ java -jar pepk.jar --keystore=foo.keystore --alias=foo --output=encrypted_private_key_...
Conform asked 20/10, 2022 at 13:2
8
Solved
I'm trying to publish an app to google play, and it won't allow me, it says:
You uploaded an APK signed with a certificate that is not valid.
You need to sign tour APK with certificate that is cu...
Tale asked 2/11, 2012 at 8:38
1
I'm using Google Play Store to distribute an app.
For a certain issue, I would like to install an OLDER version of my app to one of the client's device.
I'm struggling to do so, is there any way to...
Duodecillion asked 11/10, 2022 at 9:49
0
when I try to upload my android version to google App Store I get this message "Defective SoLoader version
Your app uses a defective version of the SoLoader SDK, which can cause your app...
Kittle asked 17/10, 2022 at 11:47
4
Solved
Using app bundles and play app signing is currently the way recommended by google to deploy new apps on google Play. And starting from August 2021 new apps will be strong-armed into using these for...
Lisbethlisbon asked 9/4, 2021 at 10:41
8
Solved
I had generated the 11 char hash using the AppSignatureHelper class. But after uploading the apk to play store, they hash doesn't work anymore. And I found out that Play replaces the key with anoth...
Apparel asked 16/7, 2018 at 15:54
4
Solved
Is it possible to get the source of install from an Android app?
I mean, I want to see, if the app is installed from the Play Store, Amazon Appstore or via executing an APK.
PS: I think to see it...
Syzygy asked 24/4, 2014 at 7:51
6
Solved
I have link of my other apps in my latest app, and I open them in that way.
Uri uri = Uri.parse("url");
Intent intent = new Intent (Intent.ACTION_VIEW, uri);
startActivity(intent);
this...
Robbegrillet asked 6/6, 2012 at 21:45
3
Solved
I am trying to find if a specific package already exists in Android Market.
I know I have no problem to actually open the Market application in the package page:
Intent intent = new Intent(Intent...
Scape asked 18/5, 2011 at 7:59
3
I am deploying an aab with Firebase App Distribution to testers in my company for the first time. Devices not any worries while others ...
Some are blocked on the download window without having any...
Fungus asked 29/4, 2022 at 7:13
4
Solved
i have an APP published in play store. This APP has a lib that uses the QUERY_ALL_PACKAGES permission.
So, i remove this permission in my AndroidManifest.xml
<uses-permission android:name="...
Anticipatory asked 21/7, 2022 at 19:10
4
Solved
Should I publish the Android and iOS versions of my app under the same package name, or is there some benefit in using different package names?
i.e. should I use com.mycompany.myapp for the Androi...
Auberbach asked 21/11, 2012 at 21:44
3
Solved
I have published my first wear app to Internal test track in Play Store. The app is dependent on mobile application and I used Multi APK to deploy both apk within a release.
I can see the mobile a...
Crease asked 6/6, 2018 at 8:50
© 2022 - 2024 — McMap. All rights reserved.