Posts

Post not yet marked as solved
9 Replies
9.4k Views
Hello,I have uploaded a binary to iTunes Connect but I have receiving this email:We identified one or more issues with a recent delivery for your app, "***". Your delivery was successful, but you may wish to correct the following issues in your next delivery:Invalid Siri Support - Localized description for custom intent: "xxxxxx" not found for locale: zh_CNInvalid Siri Support - Localized title for custom intent: "xxxxxx" not found for locale: zh_CNI have added localized title and description in Intents.strings for the "zh_CN" language but nothing worked.Could someone tell me how to solve it?
Posted Last updated
.
Post not yet marked as solved
12 Replies
7.0k Views
I'm using WKWebview to present website, but I recently get many crash info in iOS 12 from fabirc, is any clue to solve this issue?Crashed: com.apple.main-thread 0 WebKit 0x21be87594 WebKit::WebPageProxy::resetStateAfterProcessExited(WebKit::ProcessTerminationReason) + 720 1 WebKit 0x21be8758c WebKit::WebPageProxy::resetStateAfterProcessExited(WebKit::ProcessTerminationReason) + 712 2 WebKit 0x21be7b468 WebKit::WebPageProxy::processDidTerminate(WebKit::ProcessTerminationReason) + 604 3 WebKit 0x21bf07ab8 WebKit::WebProcessProxy::processDidTerminateOrFailedToLaunch() + 736 4 WebKit 0x21bf077a8 WebKit::WebProcessProxy::didClose(IPC::Connection&) + 160 5 JavaScriptCore 0x2135e10f0 ***::RunLoop::performWork() + 276 6 JavaScriptCore 0x2135e13b8 ***::RunLoop::performWork(void*) + 36 7 CoreFoundation 0x20c29e5b8 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24 8 CoreFoundation 0x20c29e538 __CFRunLoopDoSource0 + 88 9 CoreFoundation 0x20c29de1c __CFRunLoopDoSources0 + 176 10 CoreFoundation 0x20c298ce8 __CFRunLoopRun + 1040 11 CoreFoundation 0x20c2985b8 CFRunLoopRunSpecific + 436 12 GraphicsServices 0x20e50c584 GSEventRunModal + 100 13 UIKitCore 0x238b93558 UIApplicationMain + 212 14 MyAppXXXxx 0x1009aaa68 main (main.m:15) 15 libdyld.dylib 0x20bd58b94 start + 4
Posted Last updated
.