Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

안드로이드 권한 거부 시 앱 종료되는 문제 #32

Open
201611099 opened this issue Oct 21, 2021 · 0 comments
Open

안드로이드 권한 거부 시 앱 종료되는 문제 #32

201611099 opened this issue Oct 21, 2021 · 0 comments
Labels
bug Something isn't working icebox

Comments

@201611099
Copy link
Member

앱을 설치하고 처음 MaxstScene 실행 시 3가지 권한을 요청함.
하나라도 허용해주지 않으면 앱이 그냥 종료되는 문제가 있었고, 재설치해서 권한 허용을 해주지 않는 이상 다시 요청하지도 않고 해당 씬으로 전환하기만하면 꺼졌었음.

권한을 얻을 수 있을 때까지 while문에서 권한을 요청하는 코드를 작성했었으나 두 번 요청 이후에는 토스트메시지만 무한으로 뜨는 문제 발생.
임시방편으로 처음 거부당했을 때 권한을 허용해달라는 토스트메시지를 띄우고 다시 한 번 권한을 요청함.

@201611099 201611099 added bug Something isn't working icebox labels Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working icebox
Projects
None yet
Development

No branches or pull requests

1 participant