Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. if ([persistor isPurchasedProductOfIdentifier:@"RemoveAds"]) {
  2. [SVProgressHUD showSuccessWithStatus:@"Purchases restored, ads removed!"];
  3. [FXKeychain defaultKeychain][@"AdsRemoved"] = [NSNumber numberWithBool:YES];
  4. } else {
  5. [SVProgressHUD showErrorWithStatus:@"Looks like you don't have any previous purchases!"];
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement