Skip to content

Instantly share code, notes, and snippets.

@ajones
Last active December 30, 2015 05:09
Show Gist options
  • Save ajones/7781192 to your computer and use it in GitHub Desktop.
Save ajones/7781192 to your computer and use it in GitHub Desktop.
Hook to capture unity launch with beacon region
if (&UIApplicationLaunchOptionsLocationKey != nil) {
bool launchedFromCLEvent = [launchOptions objectForKey:UIApplicationLaunchOptionsLocationKey];
if (launchedFromCLEvent){
[ProxKitLink beaconDetectedWhileAppWasDead];
return YES;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment