Gunther Active Member Licensed User Longtime User Feb 15, 2019 #1 Hi, I am getting an Error Msg when setting the targetSdkVersion="28". For a targetSdkVersion="26" everything is working as expected. FirebaseAdmob v1.52 is in use. Please have a look at the example https://www.b4x.com/android/forum/threads/admob-consents-with-own-dialog.93777/ and modify the targetSdkVersion in the Manifest to reproduce this behaviour. A Google Search found: https://github.com/googleads/google...mmit/e9565eae8ca82da44d62ed85286c4744b71f7558 a little change is to be done in the library. So, for now I keep the targetSdkVersion="26". Last edited: Feb 16, 2019
Hi, I am getting an Error Msg when setting the targetSdkVersion="28". For a targetSdkVersion="26" everything is working as expected. FirebaseAdmob v1.52 is in use. Please have a look at the example https://www.b4x.com/android/forum/threads/admob-consents-with-own-dialog.93777/ and modify the targetSdkVersion in the Manifest to reproduce this behaviour. A Google Search found: https://github.com/googleads/google...mmit/e9565eae8ca82da44d62ed85286c4744b71f7558 a little change is to be done in the library. So, for now I keep the targetSdkVersion="26".
Erel B4X founder Staff member Licensed User Longtime User Feb 17, 2019 #2 The recommended targetSdkVersion is 26. Don't set it to 28 for now.