-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Hey,
I'm working on an app which send a notification to user when a ibeacon is around him ! But i have a problem, when my app is running on screen, everything works but when i go on home, nothing ! The application do anything !
I've enabled Background Mode, add some key in info.plist ! I've tried to add some line :
if ([launchOptions objectForKey:@"UIApplicationLaunchOptionsLocationKey"]) {
NSLog(@"DID RECIEVE REGION");
}
And i have set
Beacons.requestAlwaysAuthorization();
But it's not fired ! Do you have an idea?
My react-native version : 0.40
IOS : 10.2
Thank you!
Metadata
Metadata
Assignees
Labels
No labels