You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now a days many end users(Non Developers) are enabling Developer Options in their Android mobiles. Mostly people are enabling Developer Options to set the mock location app. Though setting Mock location option was provided for developer for testing purpose, Many end users are using it extensively in a wrong way like sales or marketing people are mocking their location without going to that particular location. Preventing such a things in app is a big challenge for developer.
My proposal here is If react-native can provide an API to detect if Developer Options are enabled, it would be useful for developer to prevent things like using mock location apps.
The text was updated successfully, but these errors were encountered:
Now a days many end users(Non Developers) are enabling
Developer Options
in theirAndroid
mobiles. Mostly people are enablingDeveloper Options
to set the mock location app. Though settingMock location
option was provided for developer for testing purpose, Many end users are using it extensively in a wrong way like sales or marketing people are mocking their location without going to that particular location. Preventing such a things in app is a big challenge for developer.My proposal here is If
react-native
can provide an API to detect ifDeveloper Options
are enabled, it would be useful for developer to prevent things like using mock location apps.The text was updated successfully, but these errors were encountered: