As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Okay, in that case you probably don't have an active user set up. "If there is no active user at the time, the push token is cached and registered automatically registered when the active user is set; in this case, the success value will be NO, but there will also be no error."
Aris Sarris
I want to debug push messages handling but when I use dev profile
_____________________________________________________________________
[[KCSPush sharedPush] application:application didRegisterForRemoteNotificationsWithDeviceToken:deviceToken completionBlock:^(BOOL success, NSError *error) {
//if there is an error, try again laster
}];
______________________________________________________
gets success == NO.
It registers for push but success is NO and as a result I can't receive push.
My push service is deployed to production.
Thanks