I have a Flutter app having size around 850 MB (AAB). Most of these 850MB are assets- video files (750 MB). The solution to publish it in the Google Play Store is to u...
After publishing in the play store they reviewed our app they sent this message to my mail. <a href="https://i.stack.imgur.com/OuYA2.jpg" rel="nofollow noreferr...
I got this warning when I was publishing my app This App Bundle contains native code, and you've not uploaded debug symbols. We recommend that you upload a symb...
I would like to perform such request client side : <pre><code>Response response = await get(Uri.parse(https://androidpublisher.googleapis.com/androidpublishe...
I'm trying to submit a new version to Play Console, which targets API level 33 and has analytics integration. I was asked to submit the advertising ID declaration wher...
I have an app on play store i have made that on android. Now i have to make that on flutter. Will apk build on flutter with same package name can be updated on play st...
If I create an APK using <code>flutter build apk</code>, I can install and run my Flutter application (which is more or less the basic app template with a few charts a...
When I went to update my app on Google Play, I saw a warning about something called Sensitive app permissions that I haven't seen before. It seems to conce...
Is anyone got rejected from google play because of REQUEST_INSTALL_PACKAGES permission ? <a href="https://i.stack.imgur.com/evHhJ.png" rel="nofollow noreferrer"><img s...
I am having issues with my existing android app in playstore and even i lost my JKS file of that app. So i am planning to release a new app with same code. What are th...
I uploaded my app on the internal test track on google play console ,it took over 2 days and still pending then I decided to upload it to the internal app sharing whic...
I hit into the above error when I upload my Flutter app as a Appbundle / APK and install to my test phone via the test link from Play Store. In my emulator and...
I have made a flutter app with firebase with OTP verification, it is working fine in debug mode and releasing <code>APK</code>. But after uploading to playstore the ph...
I want to integrate Google Pay With Flutter. I Have Tried and successfully Integrate in Test Mode But not in Production/Release Mode. I Have Followed Some Points First...
For using FireBase services in my Flutter app I've done next recommendation: <em>In your module (app-level) Gradle file (usually android/app/build.gradle), ad...