Added the location permission keys to the app's Info.plist file to enable location access when the app is in use. This resolves an issue where ios app users were not able to start the beacon due to missing location permissions.
The "CADisableMinimumFrameDurationOnPhone" key was added to support higher refresh rates on iOS devices, particularly iPhone 13 Pro and newer models, which have a ProMotion display capable of variable refresh rates up to 120hz. By default, iOS restricts apps to a maximum refresh rate of 60hz, but this key disables the minimum frame duration limit enforced by Core Animation, allowing apps to take advantage of higher frame rates if the device supports it.
Screenshots of the changes (If any)
Before
After
Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.
Fixes #194
Describe the changes you have made in this PR -
Screenshots of the changes (If any) Before
After
Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.