Hello my friends,
In my app i used android:targetSdkVersion="23" and i uploaded at Google Play. A user with Marshmallow reported me that saving at ExternalStorage did not work properly and throws exception like here. Erel said that changing android:targetSdkVersion to "22" would fix that problem. Indeed this solution fixed my problem and my app working like a charm. When i try to upload my fixed .apk at market, throws an error about downgrading my app and does not let me update it. As i read here, Google Play does not allow to downgrade, so what do you suggest?
Thank you very much for your time.
In my app i used android:targetSdkVersion="23" and i uploaded at Google Play. A user with Marshmallow reported me that saving at ExternalStorage did not work properly and throws exception like here. Erel said that changing android:targetSdkVersion to "22" would fix that problem. Indeed this solution fixed my problem and my app working like a charm. When i try to upload my fixed .apk at market, throws an error about downgrading my app and does not let me update it. As i read here, Google Play does not allow to downgrade, so what do you suggest?
Thank you very much for your time.
Last edited: