Post

Replies

Boosts

Views

Activity

Reply to iOS16 change orientaion
Force view controller orientation is not working in iOS 16 beta. I tried preferredInterfaceOrientationForPresentation and requestGeometryUpdate APIs. In older iOS versions following code snippet given below working fine. UIDevice.current.setValue(UIInterfaceOrientation.landscapeLeft.rawValue, forKey: "orientation")
Jul ’22
Reply to CFNetwork crash
Any luck? CFNetwork crashes killing my app rating on appstore. Apple Developer Relations, Developer Technical Support, Core OS/Hardware 0 CoreFoundation 0x12ba48 __exceptionPreprocess 1 libobjc.A.dylib 0x5fa4 objc_exception_throw 2 CoreFoundation 0x12b408 -[__NSSingleObjectEnumerator initWithObject:collection:] 3 CFNetwork 0x1d2780 _CFHTTPServerResponseEnqueue 4 CFNetwork 0x1d1fe8 _CFHTTPServerResponseEnqueue 5 CFNetwork 0x1d4150 _CFHTTPServerResponseEnqueue 6 CFNetwork 0x36244 _CFHTTPMessageSetResponseProxyURL 7 CFNetwork 0x4dc4 (Missing UUID 59b74c73dcc33a999647189b124b265b) 8 CFNetwork 0x9ce30 CFURLDownloadCancel 9 CFNetwork 0x9b6d8 CFURLDownloadCancel 10 CFNetwork 0x8f8c (Missing UUID 59b74c73dcc33a999647189b124b265b) 11 CFNetwork 0x695c (Missing UUID 59b74c73dcc33a999647189b124b265b) 12 CFNetwork 0x9e70c CFURLDownloadCancel 13 libdispatch.dylib 0x3f998 _dispatch_block_async_invoke2 14 libdispatch.dylib 0x5c184 _dispatch_client_callout 15 libdispatch.dylib 0x39710 _dispatch_lane_serial_drain$VARIANT$armv81 16 libdispatch.dylib 0x3a15c _dispatch_lane_invoke$VARIANT$armv81 17 libdispatch.dylib 0x4343c _dispatch_workloop_worker_thread 18 libsystem_pthread.dylib 0xbb88 _pthread_wqthread 19 libsystem_pthread.dylib 0xe760 start_wqthread
Jun ’22