79 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
52
views
Updated targetSdk, but some users still get "app isn't available ... older version" (in Closed Testing)
My app aged, I didn't notice the warnings, Play Store now says "App not available" for anybody on Android ≥15.
bumped targetSdk 34→35
minSdk 24, compileSdk 35, FWIW
rebuilt, created new ...
3
votes
1
answer
729
views
ScreenOrientation=portrait is not being ignored even when targeting sdk 36
As the title says : I set the targetSdk to 36 and screenRotation="portrait" in manifest and its not ignored by the system even they say so in the warning:
So I am still able to lock the ...
0
votes
0
answers
88
views
Will targetSDK 35 and compileSDK34 meet new Google Play requirements?
I am not able build my old Flutter app when compileSDK is set to 35. However, I am still able to build and run when targetSDK is set to 35, but compileSDK is set to 34.
Will Google Play accept this ...
1
vote
0
answers
2k
views
Flutter app must target Android 15 (API 35) or higher - warning persists after setting targetSdkVersion
I'm building a Flutter app and recently updated my targetSdkVersion to API level 35 to comply with Google Play policies. Here's what I've done:
What I've Already Done:
Updated compileSdk and ...
0
votes
1
answer
309
views
Updated React Native App to target SDK 34 and registered receiver also in MainApplication.java but still getting crash
Updated my react native app target sdk version to 34 but got error One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED so added this code in MainApplication class
registered receiver in mainapplication....
0
votes
1
answer
1k
views
Your apps are affected by Google Play's target API level requirements
I have received this email for my 6 apps on Google Console
This email requires:
Updation of project to newer Android version
Updating the target SDK
Could anyone be able to answer? If I update my ...
0
votes
0
answers
128
views
preserveLegacyExternalStorage="true" not working for upgrade
I recently upgraded the target SDK to 30 (the current version is 28). In order to migrate data, I configured preserveLegacyExternalStorage="true" in the AndroidManifest. I hope to migrate ...
1
vote
1
answer
286
views
(Internal testing) This app isn’t available for your device because it was made from an older version of android
I have published app in playstore for internal testing with targetSdkVersion 33. All good until I have tried to test and I downloaded it to my Android phone and it says "This app isn’t available ...
0
votes
1
answer
297
views
What happens if I use a buildToolsVersion which is lower than the targetSdkVersion
I recently noticed that the gradle settings had the following configurations:
android {
buildToolsVersion = 30.0.2
defaultConfig {
minSDk = 33
targetSDK = 33
}
}
As noted, ...
2
votes
0
answers
233
views
React Native: If I'm updating targetSdkVersion, should I update anything else?
I'm upgrading the version of React Native OneSignal to 4.8.0, and in the ChangeLog it says change your Android targetSdk to 33. I currently have compileSdkVersion and targetSdkVersion both set to 31.
...
-1
votes
1
answer
134
views
Is it safe (what could go wrong?) to falsely provide higher Android target SDK API version for app (in case I have no higher compile SDK)?
I am using Delphi 10.4 (but my question is general enough to be relevant to any development environment - including ADS Jetpack Compose, React Native, etc.) which comes with installed Android SDK 29/...
0
votes
2
answers
1k
views
Android. What is by default value for exported of components which has IntentFilter in Android lower 12?
When apps targeting Android 12 and higher are required to specify an explicit value for android:exported when the corresponding component has an intent filter defined. But when apps targeting 11 or ...
0
votes
0
answers
378
views
Internet Permisson with API Level 31
I have an app running successfully on Android for some time with targetSdkVersion 30
I'm compiling an update now with targetSdkVersion 31 as required by playstore.
After changing targetSdkVersion ...
0
votes
1
answer
689
views
Gson.toJson for java.io.File giving "{}" after migrating to API 31 Android 12
After updating the targetSdk to 31, gson.ToJson started giving empty results for List<File> on android 12 device (vivo v2036). Tried passing TypeToken as well still remains the same. Funny thing ...
9
votes
4
answers
29k
views
This app was built for an older version of Android and doesn't include the latest privacy protections
Today I started to get this annoying message (when installing APK outside the Google Play):
This app was built for an older version of Android and doesn't include
the latest privacy protections
What ...