You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Google Play Store, users with devices running Android 13 should be able to download and install the Turtl app.
Actual Behavior
Currently, the Turtl app cannot be downloaded or installed from the Google Play Store on devices running Android 13 due to the Play Store's policy changes that were implemented in November 2022. The app's API target is set to a version older than two years from the latest Android release, so it's not available for these new Android versions.
Steps to Reproduce the Problem
Open the Google Play Store on a device running Android 13.
Search for the Turtl app.
Notice that the Turtl app is not available for download or installation and includes a warning stating "This app isn't available for your device because it was made for an older version of Android."
Steps to Fix the Problem
This section was written by GPT-4 without seeing the codebase
Update the environment to the latest versions of Apache Cordova Android platform and Cordova CLI if not already done.
In the config.xml file, set the android-targetSdkVersion to the latest Android API level (33 or higher since this is Android 13).
Make sure the app complies with any changes or deprecations in the new API level.
Test the app on the new API level to ensure compatibility.
Once the app is working as expected, build the Android app for production (cordova build android --release).
Once the APK file is generated, sign and optimize it for the Google Play Store.
Upload the updated APK to the Google Play Store and set it to replace the previous version.
Specifications
App Version: 0.7.2.5, Uploaded to the Play Store on December 7th, 2018
Platform: Android 13
Device: Samsung S20 Ultra - SM-G988U1
Subsystem: Google Play Store
Additional Notes
This only affects downloading from the Google Play Store. F-Droid and manual installations work as expected. For people using Google's Advanced Protection Program, installing from unknown sources (like F-Droid or a browser download) are not possible. You can only download from the Play Store or manually install using ADB from a computer.
The text was updated successfully, but these errors were encountered:
Expected Behavior
In the Google Play Store, users with devices running Android 13 should be able to download and install the Turtl app.
Actual Behavior
Currently, the Turtl app cannot be downloaded or installed from the Google Play Store on devices running Android 13 due to the Play Store's policy changes that were implemented in November 2022. The app's API target is set to a version older than two years from the latest Android release, so it's not available for these new Android versions.
Steps to Reproduce the Problem
Steps to Fix the Problem
This section was written by GPT-4 without seeing the codebase
config.xml
file, set theandroid-targetSdkVersion
to the latest Android API level (33 or higher since this is Android 13).cordova build android --release
).Specifications
Additional Notes
This only affects downloading from the Google Play Store. F-Droid and manual installations work as expected. For people using Google's Advanced Protection Program, installing from unknown sources (like F-Droid or a browser download) are not possible. You can only download from the Play Store or manually install using ADB from a computer.
The text was updated successfully, but these errors were encountered: