Testflight SDK and iOS Simulator - how to use?

流过昼夜 提交于 2019-11-28 08:24:42

问题


I'm a bit puzzled how I'm supposed to use Testflight's SDK jn combination with the iOS Simulator.

Let's say I'm starting to integrate Testflight into my project and want to test it on the Simulator. Obviously I will not get any remote logs or checkpoint information because my project hasn't been uploaded (although I'm using the correct team token).

But if I upload the project first, it says that it isn't using Testflight SDK - which is of course correct, so I won't get anything either.

So I'm facing a chicken-egg problem here or do I misunderstand something?

Is Testflight working at all with Simulator?


回答1:


TestFlight works fine with the simulator. Although in our case the user is not identified, as you don't have a UDID on the simulator. But all the logs and checkpoints show up with an 'Anonymous' user.

So, I would just take the plunge and upload your project to TestFlight. You don't have to invite testers to use it.



来源:https://stackoverflow.com/questions/10380331/testflight-sdk-and-ios-simulator-how-to-use

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!