Can I access the App Store from within the iOS Simulator?

后端 未结 5 2211
忘掉有多难
忘掉有多难 2020-12-08 12:48

Within the iOS Simulator, is it possible to access the App Store?

That is, can I install the App Store application within the Simulator and download applications t

5条回答
  •  [愿得一人]
    2020-12-08 13:20

    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.

提交回复
热议问题