App doesn't start in foreground anymore after upgrading target API from 32 to 33 #158
Replies: 5 comments
-
Yes, I noticed that too. |
Beta Was this translation helpful? Give feedback.
-
Okay, so this means even if I do not see the foreground message the plugin will still work as expected when the application is minimized and still records and post the location data to the app itself, right? Then it would not bother me either, but I wasn't sure about this, because I thought the notification would be mandatory to ensure that the gps location gathering will work as expected. |
Beta Was this translation helpful? Give feedback.
-
I'm not sending data to a backend server in my app, but the location service keeps running in the background as far as I could test, yes. |
Beta Was this translation helpful? Give feedback.
-
Okay, thanks for the information. I might test it out tomorrow then. If this is true I would be more than happy, because I always found this message quite ugly. |
Beta Was this translation helpful? Give feedback.
-
Yeah after some tests I can see that's the plugin is fully functional even without the visible foreground message. |
Beta Was this translation helpful? Give feedback.
-
Since yesterday it is mandetory for new apps to use at least the android-targetSdkVersion 33. Before I compiled with version 33 but used 32 as "android-targetSdkVersion". Since I changed the tagret sdk version the foreground message doesn't appear anymore. I already try to debug the issue but I could not find any error indicating the problem. I just changed the target version. Once I revert it back it will work without a problem.
Do I need to change something within the config if I upgrade to the new API version?
May @HarelM can help me here? As I can see you are already using the sdk version 33 in your project. Did you face any similar issue?
I would try to provide some debug logs here too, but I'm not sure how to filter with adb correctly, so only the app log will be shown.
Would be awesome if anyone could help me.
Beta Was this translation helpful? Give feedback.
All reactions