Can you load a binary file onto an iPhone using xcode? We are an OEM that needs to QA test an application from a third party developer that owns the source code. They only provide us with the binary.
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.
If your iPhone is Jailbroken, just create an
.appfolder, put the binary in, fill in the necessary Info.plist entries and throw it into/Applications.You could create a dummy project, compile it, then find the generated .app bundle, replace the executable inside, then run the dummy app.
Or just ask the 3rd party dev to create an Ad Hoc distribution. Much better than the 2 methods above.