Skip to content

Commit

Permalink
Update quickstart.md
Browse files Browse the repository at this point in the history
Remove unnecessary "Always" location permission requirement.
  • Loading branch information
botnerd authored Mar 31, 2020
1 parent 1e82af6 commit 2bf5d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Under the "General" tab for your iOS target, select Capabilities and scroll down

### Ask for Location Services permissions

FlyBuy uses mobile sensor data to identify the location of a customer. The FlyBuy SDK requires Location services permissions to properly function. Specifically, the SDK needs the Location Always and When in Use permission.
FlyBuy uses mobile sensor data to identify the location of a customer. The FlyBuy SDK requires Location services permissions to properly function. Specifically, the SDK supports Always permission, but only needs the When in Use permission.

If you are already asking users for the required permissions, you should review the usage description. The usage description explains why the application requires Always authorization.

Expand Down

0 comments on commit 2bf5d88

Please sign in to comment.