I know there are two posts about this error on SO. Like every google result I found, the solution is : don\'t work with Jailbroken devices. But mine is clean and my client\'s on
For all people like me, who
Here is the solution :
this callback method
- (void)paymentFailedWithCorrelationID:(NSString *)correlationID andErrorCode:(NSString *)errorCode andErrorMessage:(NSString *)errorMessage
by
- (void)paymentFailedWithCorrelationID:(NSString *)correlationID
And your done.