Is it possible to download and run apps from the iPhone AppStore in Xcode iPhone simulator ? I would download Xcode for my Mac and use it as a iPhone then 😉
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.
No, the simulator runs i386 binaries and iPhone appstore apps are ARM binaries apps.
iOS apps are compiled to machine code, Android apps are run in a Virtual Machine using byte code and are translated to machine code at the time they are run.