Is there any way to send the iOS simulator file only and no source code, i just want my app to be tested
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unfortunately no, even if you did send the simulator binary it wouldn’t deploy on the other devices (certificates, and code signing). Proper protocol would be to add the other devices to your portal, and if they don’t have them already, send them the necessary certificates, private keys, etc. Along with that data you can attach a binary used for testing. If you have any more questions or need clarification just let me know!