Posts

Post not yet marked as solved
1 Replies
761 Views
Hey! Recently, our AppCenter statistics system has received a huge number of crashes of the following content: libdispatch.dylib dispatch_mach_send_with_result_and_wait_for_reply libxpc.dylib xpc_connection_send_message_with_reply_sync RunningBoardServices -[RBSXPCMessage sendToConnection:error:] RunningBoardServices -[RBSXPCMessage invokeOnConnection:withReturnCollectionClass:entryClass:error:] RunningBoardServices -[RBSConnection acquireAssertion:error:] RunningBoardServices -[RBSAssertion acquireWithError:] CFNetwork CFURLProtectionSpaceGetServerTrust CFNetwork CFHTTPCookieCopyPath libdispatch.dylib _dispatch_block_async_invoke2 libdispatch.dylib _dispatch_client_callout libdispatch.dylib _dispatch_lane_serial_drain libdispatch.dylib _dispatch_lane_invoke libdispatch.dylib _dispatch_workloop_worker_thread libsystem_pthread.dylib _pthread_wqthread libsystem_pthread.dylib start_wqthread Has anyone met this? I can't figure out what exactly might be causing such a failure. When testing the application on our AppleTV, there are no glitches.
Posted
by Sofrik.
Last updated
.
Post not yet marked as solved
1 Replies
697 Views
Hello! I am trying to make an in-app purchase via sandbox (subscription) and after entering the password from AppleID, I am greeted by a screen "Coming Soon!" What to do about it? on tvOS 13 this was not.
Posted
by Sofrik.
Last updated
.
Post not yet marked as solved
1 Replies
1.1k Views
How can I disable the default tvOS focus animations in UITextField?I tried layer.removeAllAnimations() but this does not work @IBOutlet weak var login: UITextField! @IBOutlet weak var password: UITextField! override func viewDidLoad() { super.viewDidLoad() login.layer.removeAllAnimations() }
Posted
by Sofrik.
Last updated
.