Post

Replies

Boosts

Views

Activity

Apple rejected my App due to IAP (Domain=SKErrorDomain Code=0 "An unknown error occurred" )
Hi, Apple just rejected my app because IAP is not working. It was working yesterday of course but today I am receiving this error: ["msg": "Purchase failed. Error Domain=SKErrorDomain Code=0 \"An unknown error occurred\" UserInfo={NSLocalizedDescription=An unknown error occurred, NSUnderlyingError=0x2810320a0 {Error Domain=ASDServerErrorDomain Code=3004 \"We are temporarily unable to process your request.\" UserInfo={NSLocalizedDescription=We are temporarily unable to process your request.}}}", "error": Error Domain=SKErrorDomain Code=0 "An unknown error occurred" UserInfo={NSLocalizedDescription=An unknown error occurred, NSUnderlyingError=0x2810320a0 {Error Domain=ASDServerErrorDomain Code=3004 "We are temporarily unable to process your request." UserInfo={NSLocalizedDescription=We are temporarily unable to process your request.}}}] I know that yesterday App Store - Receipt Verification - was in outage. I am wondering if this is same problem? Does it work for you?
4
0
2.1k
May ’23
Unable to set PKInk color to black
For some reasons I am unable to set PKInk color to black. It works with yellow, red, blue, …but black is just ignored and I get the stroke in white. This is really weird and I don’t know why. I tried by setting black to PKInkingTool and even by creating a stroke manually and set the PKInk color to black. Do you have an idea? Thanks.
1
0
1.8k
Oct ’22
EKEventEditViewController has missing section background color
When presenting EKEventEditViewController, it appears that section background is missing. Do you have an idea why? Here is my simple code: self->_eventEditController = [[EKEventEditViewController alloc] initWithNibName:nil bundle:nil]; self->_eventEditController.delegate = self; self->_eventEditController.eventStore = self->_eventStore; self->_eventEditController.event = event; self->_eventEditController.editViewDelegate = self; [self presentViewController:self->_eventEditController animated:YES completion:nil]; Thanks for your help
2
0
966
Mar ’22
Apple rejected my App due to IAP (Domain=SKErrorDomain Code=0 "An unknown error occurred" )
Hi, Apple just rejected my app because IAP is not working. It was working yesterday of course but today I am receiving this error: ["msg": "Purchase failed. Error Domain=SKErrorDomain Code=0 \"An unknown error occurred\" UserInfo={NSLocalizedDescription=An unknown error occurred, NSUnderlyingError=0x2810320a0 {Error Domain=ASDServerErrorDomain Code=3004 \"We are temporarily unable to process your request.\" UserInfo={NSLocalizedDescription=We are temporarily unable to process your request.}}}", "error": Error Domain=SKErrorDomain Code=0 "An unknown error occurred" UserInfo={NSLocalizedDescription=An unknown error occurred, NSUnderlyingError=0x2810320a0 {Error Domain=ASDServerErrorDomain Code=3004 "We are temporarily unable to process your request." UserInfo={NSLocalizedDescription=We are temporarily unable to process your request.}}}] I know that yesterday App Store - Receipt Verification - was in outage. I am wondering if this is same problem? Does it work for you?
Replies
4
Boosts
0
Views
2.1k
Activity
May ’23
Unable to set PKInk color to black
For some reasons I am unable to set PKInk color to black. It works with yellow, red, blue, …but black is just ignored and I get the stroke in white. This is really weird and I don’t know why. I tried by setting black to PKInkingTool and even by creating a stroke manually and set the PKInk color to black. Do you have an idea? Thanks.
Replies
1
Boosts
0
Views
1.8k
Activity
Oct ’22
EKEventEditViewController has missing section background color
When presenting EKEventEditViewController, it appears that section background is missing. Do you have an idea why? Here is my simple code: self->_eventEditController = [[EKEventEditViewController alloc] initWithNibName:nil bundle:nil]; self->_eventEditController.delegate = self; self->_eventEditController.eventStore = self->_eventStore; self->_eventEditController.event = event; self->_eventEditController.editViewDelegate = self; [self presentViewController:self->_eventEditController animated:YES completion:nil]; Thanks for your help
Replies
2
Boosts
0
Views
966
Activity
Mar ’22