pszklarska / beacon_broadcast

A Flutter plugin for turning your device into a beacon.
https://pub.dartlang.org/packages/beacon_broadcast/
MIT License
81 stars 33 forks source link

Sample crashes when beacon is started #18

Closed doggo4242 closed 4 years ago

doggo4242 commented 4 years ago

I tried running the sample program posted on pub.dev, however, when I ran it and started the beacon, it immediately crashed. I have only seen this kind of behavior when a permission needs to be granted; is there something I need to add to my Info.plist? If so, please add it to the documentation. I am running it on an iPhone 8.

doggo4242 commented 4 years ago

Figured it out, added a pull request to update README.md with the solution to this problem.