ios 11的商店服务崩溃

问题描述:

我的应用程序仅在ios 11设备的crashlytics中导致崩溃。这似乎是发生在许多人(herehere)。任何人都找到了解决办法?下面是对崩溃的描述。ios 11的商店服务崩溃


** 毁损:com.apple.StoreServices.SSRequest.0x1c0ac8810

0 libobjc.A.dylib 0x185348430 objc_msgSend + 16

1个StoreServices 0x190b281b4 - [SSRequest _shutdownRequestWithMessageID:] + 228

2 libdispatch.dylib 0x1857a5088 _dispatch_call_block_and_release + 24

3 libdispatch.dylib 0x1857a5048 _dispatch_client_callout + 16

4 libdispatch.dylib 0x1857aee48 _dispatch_queue_serial_drain $ $ VARIANT熔点+ 528

5 libdispatch.dylib 0x1857af7d8 _dispatch_queue_invoke $ $ VARIANT熔点+ 340

6 libdispatch.dylib 0x1857b0200 _dispatch_root_queue_drain_deferred_wlh $ VARIANT $熔点+ 400

7 libdispatch.dylib 0x1857b84a0 _dispatch_workloop_worker_thread $ $ VARIANT熔点+ 644

8 libsystem_pthread.dylib 0x185a4afe0 _pthread_wqthread + 932

9 libsystem_pthread.dylib 0x185a4ac30 start_wqthread + 4

看起来就像是在释放这里固定注意到

7.24.1 2017‑9‑27 Updates the way the SDK interacts with Apple's StoreServices.

这里列出https://developers.google.com/admob/ios/rel-notes

+1

升级到7.24.1后,崩溃仍然发生 – PrimaryChicken