StoreKit purchase error - com.apple.accessibility.gax.backboard

I am working on a custom StoreKit class for in-app purchase purchase.

I have a strange error when I try to buy something. It looks like there are some private Apple things involved. Receipts in SKPaymentQueue transactions are invalid. What am I doing wrong?

   2014-12-19 20:30:59.286 testapp[2185:624771] |AXIPC|warning| Could not send simple message (com.apple.accessibility.gax.backboard). Port:27139. Error:268435460 (0x10000004). 
<AXIPCMessage: 0x1740655c0>. Client port: 0. Key: 13012. Payload: {
    GAXIPCPayloadKeyMessageServiceName = "com.apple.accessibility.gax.client";
    GAXIPCPayloadKeyPid = 2185;
}
2014-12-19 20:30:59.289 testapp[2185:624771] |error| could not send message to backboard: notify backboard frontmost app did change (Error Domain=AXIPC Code=0 "The operation couldn’t be completed. Could not send simple message (com.apple.accessibility.gax.backboard). Port:27139. Error:268435460 (0x10000004). 
<AXIPCMessage: 0x1740655c0>. Client port: 0. Key: 13012. Payload: {
    GAXIPCPayloadKeyMessageServiceName = "com.apple.accessibility.gax.client";
    GAXIPCPayloadKeyPid = 2185;
}" UserInfo=0x174064d00 {NSLocalizedFailureReason=Could not send simple message (com.apple.accessibility.gax.backboard). Port:27139. Error:268435460 (0x10000004). 
<AXIPCMessage: 0x1740655c0>. Client port: 0. Key: 13012. Payload: {
    GAXIPCPayloadKeyMessageServiceName = "com.apple.accessibility.gax.client";
    GAXIPCPayloadKeyPid = 2185;
}})
2014-12-19 20:31:11.742 testapp[2185:624771] |AXIPC|warning| Could not send simple message (com.apple.accessibility.gax.backboard). Port:27139. Error:268435460 (0x10000004). 
<AXIPCMessage: 0x17026cec0>. Client port: 0. Key: 13012. Payload: {
    GAXIPCPayloadKeyMessageServiceName = "com.apple.accessibility.gax.client";
    GAXIPCPayloadKeyPid = 2185;
}
2014-12-19 20:31:11.743 testapp[2185:624771] |error| could not send message to backboard: notify backboard frontmost app did change (Error Domain=AXIPC Code=0 "The operation couldn’t be completed. Could not send simple message (com.apple.accessibility.gax.backboard). Port:27139. Error:268435460 (0x10000004). 
<AXIPCMessage: 0x17026cec0>. Client port: 0. Key: 13012. Payload: {
    GAXIPCPayloadKeyMessageServiceName = "com.apple.accessibility.gax.client";
    GAXIPCPayloadKeyPid = 2185;
}" UserInfo=0x170077dc0 {NSLocalizedFailureReason=Could not send simple message (com.apple.accessibility.gax.backboard). Port:27139. Error:268435460 (0x10000004). 
<AXIPCMessage: 0x17026cec0>. Client port: 0. Key: 13012. Payload: {
    GAXIPCPayloadKeyMessageServiceName = "com.apple.accessibility.gax.client";
    GAXIPCPayloadKeyPid = 2185;
}})

      

+3


source to share


1 answer


Im having the same problem. But my purchases go to the trough and everything works fine except for these annoying mistakes.

Here it happens that it happens every time for you and isn't your shopping going?



Testing with it has already been purchased, so I get a message if I want to restore a purchase. I even sometimes get these error messages when I click no to cancel a purchase.

+2


source







All Articles