DR-Edward
Results
1
comments of
DR-Edward
Hi. To Solve this you must modify your AndroidManifest.xml it's located at android/app/src/main/AndroidManifest.xml. Find this line `android:allowBackup="false"` and set it true `android:allowBackup="true"`. I did that and it worked for me.