objective c - How to deal with checkpoints in TestFlight when using iOS simulator? -


i need provide analytics app means of testflight sdk. have created application in testflight account , integrated sdk project. put simple checkpoint code:

[testflight passcheckpoint:@"test_checkpoint"]; 

and try in simulator. can see following in xcode console:

testflight: checkpoint passed - test_checkpoint 

which makes me think part has been done ok. cannot find message checkpoint in testflight account. simple article states can find checkpoints info on checkpoints tab hack is? can't find it.

an undertaken search has led me this question. has messed things more me. seems (i'm not sure if need it) should upload project testflight. how do that? can't find nowhere.

so can shed light onto issue , explain should 1 in order achieve following - pass checkpoint (particularly in simulator) , see has arrived testflight account? thanks

it important not never see activity testflight until push app testflight.
apply remote logging, crash report, checkpoint , on...

first need export app ipa on hard drive.

follow steps:
enter image description here

your organizer popup. click button "distribute..."

then sign app adhoc certificate (google find how it)
enter image description here


save on hard drive "your_app.ipa"

now upload ipa testflight:
https://testflightapp.com/dashboard/builds/add/

you need account upload on of course. need download ipa testflight iphone... http://blog.testflightapp.com/post/1346521917/register-devices



edit:
can information simulator. guess have upload app @ least 1 time on testflight.

i'm getting tiny information simulator testflight still recommend deploy on real device. enter image description here

if don't upload to


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -