Do apps (iOS & Android) still get access to Tokens if the user turns of location services?

Our app has a log-in api. It needs basic info such as username, password and token. If the token is Null, the user will not be able to log in. Would this be an issue if the user turns off location services? Does turning location service off mean no token for device?

有帮助吗?

解决方案

Does turning location service off mean no token for device?

No location has nothing to do with the push notification.

They are seperate features, that require different permissions.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top