Questions tagged [google-play-console]

Google play console is for Android developers who wish for publishing their built Android apps to Google Play

2583 questions
0
votes
2 answers

Android Studio not generating native debug symbols

I am trying to release an update for my Android app that I'm creating with Ionic. In developer's console, I update my Android Bundle, but it is requiring both the mapping file AND native debug symbols Zip file. I managed to get Android Studio to…
Aleksandrus
  • 1,589
  • 2
  • 19
  • 31
0
votes
0 answers

google play console problem image quality

I have a problem on the sheet of my application on the store (on phone), the icon and the other presentation images are ugly / pixelated but when I go to the CG = Hie from the console the images are perfect! No problem on the application, it's…
0
votes
1 answer

Has my Android App been published to Production?

As soon as I published the App, I received a message as below. Your recent app updates have been published. Users should see these changes immediately, but this can occasionally take longer But it has already been more than 15 Hours and the App is…
Ritesh Aryal
  • 825
  • 9
  • 13
0
votes
0 answers

Why Google Console Delayed acceptance myapplications

I placed my application and it was not accepted yet. It took 15 days. I downloaded an update for the application to be accepted quickly, but it is still under review. Today is the third day after the update. What is the problem and what should I do…
0
votes
1 answer

google play developer console crash/anr logs

i can no longer see the crash stacks for both anrs and crashes only a brief overview of the what caused the crash. for example: Contect.startForegroundService() did not then callService.startForeground() Previously I was able to see the exact line…
tommo
  • 1,350
  • 1
  • 10
  • 25
0
votes
0 answers

I'm not able to find way to upload extra assets zip file in google play console

I'm currently attempting to upload an additional assets zip file through the Google Play Console. However, I seem to be encountering difficulty in locating the specific section where I should add this file within the console. Could you kindly guide…
0
votes
0 answers

OTP-Firebase sms works good on IOS which recognize to google by app attest on App Check and SHA265, on android works very good just on debug mode

After many efforts i couldn't find a solution. The problem is in details: I am using google OTP- Firebase Phone number Authentication service to my app at the first Page, my environment is expo 48SDKs react-native which contain two parts which are…
0
votes
2 answers

Issue found: Invalid Encryption Declaration on your Data safety form. What is the Solution?

image We’ve detected discrepancies between how your app collects and shares user data and what was declared in your app’s Data safety form. All apps are required to complete an accurate Data safety form that discloses their data collection and…
0
votes
1 answer

Problem with google play GAMES in my unity game

I wanted to make achievements and ledarboard for my game, so I decided to use google play games, I did everything in the tutorial, changed the code a little and it works. When I have it loading in unity (made with unity), it displays my google play…
0
votes
1 answer

google playstore app reject (READ_CALL_LOG Permission)

I submitted my app to the Google Play Store console, but it was rejected for this reason. Source inside Android.Manifest
0
votes
0 answers

With multiple apk support tablet apk is downloading from play store in high end samsung mobile device (Samsung s21 ultra)

Currently, my app is having multiple apk support. When the user is trying to download app from the play store for high-end devices (samsung s21 ulta) Play Store is shipping tablet apk (build) to a mobile device. Can anyone please help me to identify…
0
votes
0 answers

how to avoid error in android studio java.lang.IllegalArgumentException

java.lang.IllegalArgumentException error. The error is shown in the googleplay console. I am using Android Studio and Kotlin. There are no errors when compiling in android studio. I don't understand anything about the stack trace. Help me please.…
0
votes
1 answer

Is this neutral age screen implementation correct?

According to the official Play Console website, a Neutral Age Screen must be implemented in an app so that the ads that are shown are suitable for that children. This is what it is said by Play Console: A neutral age screen is a mechanism to verify…
0
votes
0 answers

Why does the class 'ILicenseV2ResultListener' appear in my app after uploading .aab to Google Play Console?

Recently, i got the error when upload my .aab to googleplay console then testing it in internal test mode. Do you know why the class Lcom/android/vending/licensing/ILicenseV2ResultListener appeared in my app, although before it not exist in my…
0
votes
0 answers

READ_EXTERNAL_STORAGE permission in app bundle explorer

my issue is related to permission. I do have app published to google store and Google reported that my app is using READ_EXTERNAL_STORAGE. I am not able to detect this permission in my app using Manifest merger tool. I also went through all…
Master Disaster
  • 729
  • 4
  • 21