Вопрос

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