Skip to content

Instantly share code, notes, and snippets.

@mitchellporter
Created April 8, 2016 23:59
Show Gist options
  • Select an option

  • Save mitchellporter/a275f7aa388edffe24c7d6886e36e229 to your computer and use it in GitHub Desktop.

Select an option

Save mitchellporter/a275f7aa388edffe24c7d6886e36e229 to your computer and use it in GitHub Desktop.
Detect if TestFlight user
Objective-C:
[[[[NSBundle mainBundle] appStoreReceiptURL] lastPathComponent] isEqualToString:@"sandboxReceipt"]
Swift:
NSBundle.mainBundle().appStoreReceiptURL?.lastPathComponent == "sandboxReceipt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment