You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here, it's also recommended to set `NSLocationAlwaysUsageDescription` in your `Info.plist` file.
68
68
69
+
Finally when killed or sleeping and a beacon is found your whole app wont be loaded, just the `didFinishLaunchingWithOptions:(NSDictionary *)launchOptions` delegate so you need to act on it there like:
70
+
```
71
+
// a region we were scanning for has appeared, ask to open us
0 commit comments