I got the following warning on submitting the app to the play store. I don’t use minifyEnabled = true in my app. So, my code won’t be obfuscated. Is it safe to ignore this warning? What is the worst outcome if I ignore this? Source: Android..
Category : release
How I can find out crash logs in release mode in a flutter. In the android studio, I am not able to get crash logs where the app is going to crash. Source: Android..
How do i delete the release from Google Play Console? There is no way to delete it as i can see without requesting to delete the whole application. Source: Android..
I am curious if its possible for the user to download the new version of the app while its rolling out. Like: A user who are not part of the rollout, still are able to download the latest (new) version if he/she goes into google play. I have heard its like that for iOS, but ..
I’m trying to upload my flutter app to Google Play Console(.aab). But when i uploaded the file, there’s an error says that the project file is still in debug mode and needed to change to release mode. I’ve followed the instructions to change it to the release from from flutter dev website and it still ..
I’ve an existing REACT app (android only) that’s been installed by ~200 users. This app is not on playstore for legal reasons. I’ve been pushing JS bundle changes via code push but we’ve finally reached a point where we need to include new libraries in our app. (facebook login for example) If there a new ..
I know that is not a common use case, but I need to find a way to create a "debuggable" release build for my NativeScript app. I plan to use the Android Studio profiler. With other mobile frameworks such as Ionic and React Native it is possible to create a so called "debuggable" release build ..
I’ve an existing REACT app (android only) that’s been installed by ~200 users. This app is not on playstore for legal reasons. I’ve been pushing JS bundle changes via code push but we’ve finally reached a point where we need to include new libraries in our app. (facebook login for example) I’m sure there must ..
I get the well known error in the developer console, but I am not able to fix it. Here is the error message: "Resolve these errors before starting the rollout of this release. You can’t rollout this release because it doesn’t allow any existing users to upgrade to the newly added APKs." I know, that ..
the app crashes when i press on an item in a FlatList, its supposed to navigate to that items screen but instead the app keeps crashing for some reason. It works in every stage of the process until when i drag and drop the apk file on the emulator or open it on my phone ..
Recent Comments