I am able to send notifications to users using the sample code provided.
Inside AppDelegate ESTBeaconManagerDelegate method,
*- (void)beaconManager:(id)manager rangingBeaconsDidFailForRegion:(CLBeaconRegion * _Nullable)region withError:(NSError )error{
}
I am calling a web service intimating the presence of user to server.
-
Does this need Background Mode - ON?
-
Also, if I am using requestAlwaysAuthorization, whether app store will reject my app?