nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 699 forks source link

RN Mapbox doesn't work with android version 30 // GETDATANETWORKTYPEFORSUBSCRIBER #1720

Open WendyBonnie opened 2 years ago

WendyBonnie commented 2 years ago

i encontred a problem when i passed my app on version 30 on Android with mapbox. The app doesn't work for android 11 and 12 but works fine for android 10.

I tried to add READ USER STATE PHONE but still doesn't work i tried also to add telemetry but the module doesn't reconized it.

Do you have a solution to solve this problem because the app can't be published in an ohter version as 30

guy-shahine commented 2 years ago

We've been running Mapbox on Android version 30 without issues, we still use the READ_PHONE_STATE permission (we plan to revisit removing it soon). It's hard to pin point your issue without sharing more error details