skip to Main Content

Ubuntu – Play Store doesn't accept my AppBundle with Flutter?

I want to upload my Flutter AppBunble to PlayStore but I got this message from PlayStore: And Here are AndroidManifest.xml codes: <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="co..."> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <application android:usesCleartextTraffic="true" android:icon="@mipmap/ic_launcher" android:label="... هروی"> <activity android:name=".MainActivity"…

VIEW QUESTION

Android Studio – Android Licensing plugin I have being remaking has logcat error: java.lang.ClassNotFoundException, only on release build not development build

So I have being trying to make this plugin work: https://github.com/Unity-Technologies/GooglePlayLicenseVerification Really I'm surprised of how much of challenge it's being since this is suppose to be just a basic functionality that millions of android apps/games must have. I tried…

VIEW QUESTION
Back To Top
Search