A andrew007 New Member Feb 3, 2022 #1 Hi, good morning i need to pubblish my new app, it work perfectly until API 30 with the GPS library. But if i set into the manifest <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="31" /> my gps don't work There's a solution ? Thanks
Hi, good morning i need to pubblish my new app, it work perfectly until API 30 with the GPS library. But if i set into the manifest <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="31" /> my gps don't work There's a solution ? Thanks
Erel B4X founder Staff member Licensed User Longtime User Feb 3, 2022 #2 You should set targetSdkVersion to 30 for now. Upvote 0