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.
Igor
[KCSPing pingKinveyWithBlock:^(KCSPingResult *result) {
if (result.pingWasSuccessful == YES){
NSLog(@"Kinvey Ping Success");
} else {
NSLog(@"Kinvey Ping Failed");
}
}];
result is always 'The network connection was lost., (null), (null)'.
The documentation states that 'The ping method is a not a robust way to test that the service is available'. Can you recommend better one?