I tried to make an update to my existing app, and upload to the play store, and it says the app is supported by 0 devices. So remove all the new changes and the code looks exact the same as the old version and reupload to the play store, unfortunately, I'm still getting the same "app is supported by 0 devices". I tried a different app of mine and still the same.
The following is the permissions I have for my app.
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
<!-- Include required permissions for Google Mobile Ads to run -->
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="com.android.vending.BILLING" />
<uses-feature
android:name="android.hardware.sensor.accelerometer"
android:required="true" />
I read a couple of answers from stackoverflow, and some suggest removing the permission, so I removed all the permissions and still the problem persist. Any idea? The last time I upload the app was last night and it states Supported devices: 10695 Unsupported devices:2551