TitleThe permission request dialog is popped up on an Android device even after I denied it previous running the app.2022-07-29 18:12:10
Writer

Following the Google guide, some conditions for displaying permission request dialog has changed as follows:

  • The dialogs on the permission notice and request will display when users run the app for the first time.
  • The permission request pops up again when the user restarts the app after denying the permission.
  • The permission dialog will not appear ever again after the user denies the permission by selecting the “don’t ask again” checkbox.
  • On devices running Android 11 and higher, if the user doesn’t run the app over three months, the permission automatically turns as the denied status, and then the permission request dialog appears on running the app again.

Followings are the version of Hive SDK that applies the conditions above:

  •  C2S.19.0.1+ (ActiveUser v2.9.7+)
    • Requested permission for Phone and Contacts
  • Hive SDK v1.19.0+
    • Requested permission for Phone and Contacts
  • Hive SDK v4.15.0+
    • Requested permission for Phone