Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. var distributedThruTestFlight: Bool {
  2. if let sandboxReceiptHasSuffix = Bundle.main.appStoreReceiptURL?.path.hasSuffix("sandboxReceipt"),
  3. sandboxReceiptHasSuffix == true {
  4. return true
  5. }
  6.  
  7. return false
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement