Flutter: What does com.example means?
So I want to upload an app on Google Play, so I build an .aab file with the key and want to upload this one as the first Release. Google says that my file uses the package 'com.example' and this…
So I want to upload an app on Google Play, so I build an .aab file with the key and want to upload this one as the first Release. Google says that my file uses the package 'com.example' and this…
Lets say I'm releasing my app through developer console. At the same time, the same app I'm installing through android studio on my phone. Everything is ok. When release is ready and published, I cannot update my app. The error…
I'm working on an Android (Kotlin) application, and have published it to the Internal Track on Google Play. The problem I have is being to sign into the application via Google, using Firebase SDK when the application is installed on…
The code push service in React Native helps to update the application without releasing it on GooglePlay Is this service also available in Flutter? Code Push Reac Native A React Native app is composed of JavaScript files and any accompanying…
I am getting this stability issue reported by Google Play store testing on a Wear OS device: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.alsat/com.alsat.MainActivity}: java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.UnsatisfiedLinkError: dlopen failed: library "libflutter.so" not found Exception java.lang.RuntimeException: Unable to start activity ComponentInfo{com.alsat/com.alsat.MainActivity}: java.lang.RuntimeException:…
Action Required: Your app is not compliant with Google Play Policies Issue found: Families Data Practices We’ve identified that your app or an SDK in your app transmits device identifier(s) from children or users of unknown age that do not…
Taking advantage of the same code in Flutter, I would like to publish two Apps to different audiences: App 1: To dog watchers App 2: To cat watchers The code of both apps is the same and what I do…
Issue found: Permission use is not directly related to your app's core purpose. We found that your app is not compliant with how REQUEST_INSTALL_PACKAGES permission is allowed to be used. Specifically, the use of the permission is not directly related…
Some users reported this error when attempting to install my app from Google Play store. I could not find any reference to it, so documenting the solution here.
I'm trying to publish my React Native app to the Google Play Store. I've generated a private signing key using keytool in C:Program FilesJavajdkx.x.x_xbin, and I've moved it to my project folder under android/app. I set up my gradle variables…