Posts Tagged with Dart
Strict Secure Cookie policy does not allow setting a secure cookie for apps targeting >= R
After updating my app to compile with API level 30 (Android R, 11), I can’t see AdMob test ads, and I’m receiving this error in the log:
Strict Secure Cookie policy does not allow setting a secure cookie for http://googleads.g.doubleclick.net/ for apps targeting >= R. Please either use the ‘https:’ scheme for this URL or omit the ‘Secure’ directive in the cookie value.
I’m using the lastest AdMob version, and I don’t have “org.
10 Tips to optimize Flutter mobile app
Use the Flutter Profiler to identify performance issues.
Use the Flutter DevTools to debug your app.
Reduce the number of widgets in your app and use lazy loading where possible.
Use the Dart compiler to optimize your code for faster execution.
Use the latest version of Flutter and its dependencies for better performance.
Avoid using large images and videos in your app, instead use smaller versions or thumbnails where possible.