热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

ios11的商店服务崩溃-StoreServicescrashforios11

Myappiscausingcrashincrashlyticsforios11devicesonly.Thisseemstobeoccurringformany

My app is causing crash in crashlytics for ios 11 devices only . This seems to be occurring for many people ( here and here ). Anyone found a fix for it ? Below is the description of the crash.

我的应用程序只对ios 11设备造成了碰撞。这似乎发生在很多人身上(这里和这里)。有人找到解决办法了吗?下面是对这次事故的描述。


** Crashed: com.apple.StoreServices.SSRequest.0x1c0ac8810

* *撞:com.apple.StoreServices.SSRequest.0x1c0ac8810

0 libobjc.A.dylib 0x185348430 objc_msgSend + 16

0 libobjc.A。dylib 0x185348430 objc_msgSend + 16

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

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

2 libdispatch.dylib 0x1857a5088 _dispatch_call_block_and_release + 24

2 libdispatch。dylib 0x1857a5088 _dispatch_call_block_release + 24

3 libdispatch.dylib 0x1857a5048 _dispatch_client_callout + 16

3 libdispatch。dylib 0x1857a5048 _dispatch_client_callout + 16

4 libdispatch.dylib 0x1857aee48 _dispatch_queue_serial_drain$VARIANT$mp + 528

4 libdispatch。dylib 0x1857aee48 _dispatch_queue_serial_drain$变量$mp + 528

5 libdispatch.dylib 0x1857af7d8 _dispatch_queue_invoke$VARIANT$mp + 340

5 libdispatch。dylib 0x1857af7d8 _dispatch_queue_invoke$变量$mp + 340。

6 libdispatch.dylib 0x1857b0200 _dispatch_root_queue_drain_deferred_wlh$VARIANT$mp + 400

6 libdispatch。dylib 0x1857b0200 _dispatch_root_queue_drain_deferred red_wlh$VARIANT$mp + 400

7 libdispatch.dylib 0x1857b84a0 _dispatch_workloop_worker_thread$VARIANT$mp + 644

7 libdispatch。dylib 0x1857b84a0 _dispatch_workloop_thread $VARIANT$mp + 644

8 libsystem_pthread.dylib 0x185a4afe0 _pthread_wqthread + 932

8 libsystem_pthread。dylib 0x185a4afe0 _pthread_wqthread + 932

9 libsystem_pthread.dylib 0x185a4ac30 start_wqthread + 4

9 libsystem_pthread。dylib 0x185a4ac30 start_wqthread + 4

1 个解决方案

#1


0  

Looks like it was fixed here in the release notes

看起来它在发布说明中被修正了

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

7.24.1 - 2017 9 - 27更新SDK与苹果商店的交互方式。

Listed here https://developers.google.com/admob/ios/rel-notes

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


推荐阅读
  • 本文详细介绍了如何在Linux系统上安装和配置Smokeping,以实现对网络链路质量的实时监控。通过详细的步骤和必要的依赖包安装,确保用户能够顺利完成部署并优化其网络性能监控。 ... [详细]
  • Explore a common issue encountered when implementing an OAuth 1.0a API, specifically the inability to encode null objects and how to resolve it. ... [详细]
  • 本文详细介绍了 Dockerfile 的编写方法及其在网络配置中的应用,涵盖基础指令、镜像构建与发布流程,并深入探讨了 Docker 的默认网络、容器互联及自定义网络的实现。 ... [详细]
  • 使用 Azure Service Principal 和 Microsoft Graph API 获取 AAD 用户列表
    本文介绍了一段通用代码示例,该代码不仅能够操作 Azure Active Directory (AAD),还可以通过 Azure Service Principal 的授权访问和管理 Azure 订阅资源。Azure 的架构可以分为两个层级:AAD 和 Subscription。 ... [详细]
  • golang常用库:配置文件解析库/管理工具viper使用
    golang常用库:配置文件解析库管理工具-viper使用-一、viper简介viper配置管理解析库,是由大神SteveFrancia开发,他在google领导着golang的 ... [详细]
  • 本文详细介绍了Java中org.neo4j.helpers.collection.Iterators.single()方法的功能、使用场景及代码示例,帮助开发者更好地理解和应用该方法。 ... [详细]
  • 优化ListView性能
    本文深入探讨了如何通过多种技术手段优化ListView的性能,包括视图复用、ViewHolder模式、分批加载数据、图片优化及内存管理等。这些方法能够显著提升应用的响应速度和用户体验。 ... [详细]
  • 本文将介绍如何编写一些有趣的VBScript脚本,这些脚本可以在朋友之间进行无害的恶作剧。通过简单的代码示例,帮助您了解VBScript的基本语法和功能。 ... [详细]
  • 技术分享:从动态网站提取站点密钥的解决方案
    本文探讨了如何从动态网站中提取站点密钥,特别是针对验证码(reCAPTCHA)的处理方法。通过结合Selenium和requests库,提供了详细的代码示例和优化建议。 ... [详细]
  • 计算机网络复习:第五章 网络层控制平面
    本文探讨了网络层的控制平面,包括转发和路由选择的基本原理。转发在数据平面上实现,通过配置路由器中的转发表完成;而路由选择则在控制平面上进行,涉及路由器中路由表的配置与更新。此外,文章还介绍了ICMP协议、两种控制平面的实现方法、路由选择算法及其分类等内容。 ... [详细]
  • This guide provides a comprehensive step-by-step approach to successfully installing the MongoDB PHP driver on XAMPP for macOS, ensuring a smooth and efficient setup process. ... [详细]
  • 本文基于刘洪波老师的《英文词根词缀精讲》,深入探讨了多个重要词根词缀的起源及其相关词汇,帮助读者更好地理解和记忆英语单词。 ... [详细]
  • 数据管理权威指南:《DAMA-DMBOK2 数据管理知识体系》
    本书提供了全面的数据管理职能、术语和最佳实践方法的标准行业解释,构建了数据管理的总体框架,为数据管理的发展奠定了坚实的理论基础。适合各类数据管理专业人士和相关领域的从业人员。 ... [详细]
  • 本文详细介绍了Java中org.eclipse.ui.forms.widgets.ExpandableComposite类的addExpansionListener()方法,并提供了多个实际代码示例,帮助开发者更好地理解和使用该方法。这些示例来源于多个知名开源项目,具有很高的参考价值。 ... [详细]
  • 深入解析Spring Cloud Ribbon负载均衡机制
    本文详细介绍了Spring Cloud中的Ribbon组件如何实现服务调用的负载均衡。通过分析其工作原理、源码结构及配置方式,帮助读者理解Ribbon在分布式系统中的重要作用。 ... [详细]
author-avatar
jimscloudy
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有