Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -59,8 +59,8 @@ NSString *VERIFY_URL = @"/partners/cosmote/verify"; | ... | @@ -59,8 +59,8 @@ NSString *VERIFY_URL = @"/partners/cosmote/verify"; |
59 | #else | 59 | #else |
60 | [Warply launchWithAppUUIDWithCallback:uuid launchOptions:launchOptions andSuccessBlock:success andFailureBlock:failure]; | 60 | [Warply launchWithAppUUIDWithCallback:uuid launchOptions:launchOptions andSuccessBlock:success andFailureBlock:failure]; |
61 | #endif | 61 | #endif |
62 | - [[Warply sharedService].pushManager registerForRemoteNotifications]; | 62 | + // [[Warply sharedService].pushManager registerForRemoteNotifications]; |
63 | - [[Warply sharedService].pushManager resetBadge]; | 63 | + // [[Warply sharedService].pushManager resetBadge]; |
64 | MERCHANT_ID = merchantId; | 64 | MERCHANT_ID = merchantId; |
65 | LANG = lang; | 65 | LANG = lang; |
66 | //removal of caching | 66 | //removal of caching | ... | ... |
-
Please register or login to post a comment