我可否在 iOS 模拟器内进入应用程式商店?

在 iOS 模拟器中,是否可以访问应用程序商店?

也就是说,我可以在 Simulator 中安装 App Store 应用程序并通过它下载应用程序到 iOS Simulator 吗?如果是这样,怎么做?

112762 次浏览

Sorry it is not available! The simulator will only allow you to install programs from xCode. I am not sure why they restrict this - but I am also not sure why you would want to use the Simulator for this purpose.

It's a simulator not an emulator. Even if there was an App Store in the Simulator, none of the apps in the store would work since they are compiled for ARM CPUs while the Simulator runs x86 code.

Interacting with iOS Simulator: https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/iOS_Simulator_Guide/InteractingwiththeiOSSimulator/InteractingwiththeiOSSimulator.html

Note: You cannot install apps from the App Store in simulation environments.

Probably wont work, but if you have an IOS device and copy an app onto your computer, you might be able to run it on IOS simulator, as you can run your own apps.

You can put application in your simulator. But you cannot run it. They have restricted users to run applications. I found where the .app files are. Machintosh HD - Application - Xcode - Contents - Developer - Platforms - iPhoneSimulator.platform - Developer - SDKs - iPhoneSimulator.sdk - Applications All applications are in there but, I can't run them. However, I succeeded to install .app files. In .ipa file, there is 'payload' folder, and .app file is in there. All you need is just copy it and paste it in Applications folder. Then you can see the icon on your simulator. But, it will not work.