Manos Chorianopoulos

commment out pushManager registration

......@@ -59,8 +59,8 @@ NSString *VERIFY_URL = @"/partners/cosmote/verify";
#else
[Warply launchWithAppUUIDWithCallback:uuid launchOptions:launchOptions andSuccessBlock:success andFailureBlock:failure];
#endif
[[Warply sharedService].pushManager registerForRemoteNotifications];
[[Warply sharedService].pushManager resetBadge];
// [[Warply sharedService].pushManager registerForRemoteNotifications];
// [[Warply sharedService].pushManager resetBadge];
MERCHANT_ID = merchantId;
LANG = lang;
//removal of caching
......