This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Releases: SafetyCulture/PleaseAllow-iOS
Releases · SafetyCulture/PleaseAllow-iOS
1.1.2
1.1.1
1.1.0 Making the "Allow" Action optional for "DeniedAlert"
This release contains breaking changes.
The latest Apple guidelines are prohibiting the developers from taking the users to Settings if the users have decided to deny the application permissions.
This release disables this functionality by default. If you prefer to still use the old functionality you can provide an optional boolean flag when instantiating a DeniedAlert, like so:
DeniedAlert(.modal, enableAllowAction: true)
1.0.1
Update version
PleaseAllow 0.1.2
Fixed errors
PleaseAllow 0.1.1
Added support for blocking multiple simultaneous requests.
PleaseAllow 0.1
UI Updates