Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Releases: SafetyCulture/PleaseAllow-iOS

1.1.2

24 Feb 06:27
43f27a6
Compare
Choose a tag to compare

Fix the retain cycle between the SoftAskView and its manager.

1.1.1

08 Sep 04:02
d4ebc64
Compare
Choose a tag to compare

Provides support for .limited permissions.

1.1.0 Making the "Allow" Action optional for "DeniedAlert"

08 Sep 02:09
eb60da2
Compare
Choose a tag to compare

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

08 Apr 23:39
Compare
Choose a tag to compare
Update version

PleaseAllow 0.1.2

06 Oct 05:15
Compare
Choose a tag to compare
PleaseAllow 0.1.2 Pre-release
Pre-release
Fixed errors

PleaseAllow 0.1.1

29 May 00:32
Compare
Choose a tag to compare
PleaseAllow 0.1.1 Pre-release
Pre-release

Added support for blocking multiple simultaneous requests.

PleaseAllow 0.1

13 May 23:28
Compare
Choose a tag to compare
PleaseAllow 0.1 Pre-release
Pre-release
UI Updates