I am a little puzzled by how I should use the combination of the Testflight SDK jn with iOS Simulator.
Let's say I'm starting to integrate Testflight into my project and want to test it on Simulator. Obviously, I will not receive remote logs or breakpoints because my project was not loaded (although I use the correct command token).
But if I download the project first, it says that it does not use the Testflight SDK - this, of course, is correct, so I will not get anything either.
So, did I run into a chicken egg problem or didn't understand something?
Does Testflight work with Simulator at all?
source
share