문제

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