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
Currently, Aespa asks for permissions as soon as the session is being initialized. If you do this on app start, the permission requests pop up right away. To prevent this, I tried to use lazy initialisation, but this led to an endless loop and a subsequent app crash. Maybe because Aespa is doing some async stuff when initialising.
It would be nice to have an option to either control permission management yourself (i.e. disable the automatic one) or defer the permission requests until the first photo / video shot.
The text was updated successfully, but these errors were encountered:
Currently, Aespa asks for permissions as soon as the session is being initialized. If you do this on app start, the permission requests pop up right away. To prevent this, I tried to use lazy initialisation, but this led to an endless loop and a subsequent app crash. Maybe because Aespa is doing some async stuff when initialising.
It would be nice to have an option to either control permission management yourself (i.e. disable the automatic one) or defer the permission requests until the first photo / video shot.
The text was updated successfully, but these errors were encountered: