Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
“已经调用了 startSession。它应该只调用一次”
iOS 应用程序启动时会出现此弹出窗口,有什么想法吗?谢谢你的帮助。
这可能是因为您在
applicationWillEnterForeground
方法,并且无论何时您暂停应用程序然后返回,您都会尝试重新启动从未停止过的会话。
有人在这里谈论同样的问题。
我有同样的问题,只是在应用程序的 AppStore 版本中。很烦人。