CoreTelephony crash

后端 未结 1 1518
独厮守ぢ
独厮守ぢ 2020-12-28 23:31

I am receiving this backtrace from TestFlight regarding one interesting crash.

As far as I understood, the application crashes at some point, when usin

相关标签:
1条回答
  • 2020-12-28 23:50

    EDIT: There is a fix for this bug in sdk 1.3.0-beta.2 available here: https://testflightapp.com/sdk/download/

    I work at TestFlight. We have just recently discovered this bug. It is an iOS bug with CoreTelephony. The TestFlight SDK uses CoreTelephony. So this will sometimes cause crashes. We have a fix that is going to be ready very soon. It will be included in the next beta (probably 1.3.0-beta.2). I'm very sorry for the trouble!

    Jason

    More information on the crash for those interested:

    There is an iOS bug that causes instances of the CTTelephonyNetworkInfo class to sometimes get notifications after they have been deallocated. Instead of instantiating, using, and releasing instances you must instead retain and never release them to work around the bug.

    0 讨论(0)
提交回复
热议问题