Install System/Other apps on iphone simulator

前端 未结 3 1462
清歌不尽
清歌不尽 2021-01-21 05:37

By default when we start iPhone simulator it has only few apps installed. Is it possible to install other system apps (such as phone, text, map etc) OR or other native apps (su

相关标签:
3条回答
  • 2021-01-21 05:47

    This is NOT possible

    The Simulator does not run ARM code, ONLY x86 code. Unless you have the raw source code from Apple, you won't see the App Store on the Simulator.

    The app you write you will be able to test in the Simulator by running it directly from Xcode even if you don't have a developer account. To test your app on an actual device, you will need to be apart of the Apple Developer program.

    0 讨论(0)
  • 2021-01-21 06:00

    Nope. Different architectures—native apps are built for an ARM CPU, simulator apps for an x86 one. The binaries are totally incompatible.

    0 讨论(0)
  • 2021-01-21 06:04

    This is not possible at the moment.

    0 讨论(0)
提交回复
热议问题