Alex Predescu

Results 24 comments of Alex Predescu
trafficstars

It really needs to be fixed soon, because the switch to Android 11 (API Level 30) will be required by Google from 1st Nov 2021. Can the current fix be...

The fix https://github.com/mapsplugin/cordova-plugin-googlemaps/commit/1de03cdb14f0239c23ac88d59ea296fa185be56e seemes to solve the white map issue but unfortunately, the app crashes when loading custom markers.

Actually, this fix by @ebhsgit seems to work with a clean install (reinstall platform and plugins, and also remove package-lock.json) https://github.com/mapsplugin/cordova-plugin-googlemaps/commit/0b8ea76ad34fb2a202a9de1b9d0e051a82ad9443. With the merge commit https://github.com/mapsplugin/cordova-plugin-googlemaps/commit/1de03cdb14f0239c23ac88d59ea296fa185be56e I got some build...

I have just seen this crash in Firebase Crashlytics too. How can this be solved? At least to return an error code and not a crash. The stack trace points...

@bhaskar-se did you pass safeMode: true option on login(options)? That should prevent unexplained crashes (and the app should just do nothing instead). Also, this workaround was not yet merged, so...

Does this work on iOS? It seems that test devices are not being registered when requesting an ad (other than using isTesting flag), which is bad

It is theoretically a very critical issue so it needs to be properly tested and documented ASAP as you can get fined at least 20 million for infringements. Maybe even...

@brunoalex how can you tell if the ``npa`` flag is actually being sent? maybe those are the ads that are served for non-personalized option too. I mean, are you sure...

That's exactly my point - now there seems to be no way to check the valid products until they are loaded from the store, but how can I wait for...

Yes but how do I know they are invalid if they don't load at all? I should wait for them to load eventually, right? But now if they are invalid..