问题描述
在IOS模拟器在我的电脑上没有应用程序商店。我想使用的应用程序商店,以测试程序我对我的模拟器中写道。
The IOS simulator in my computer doesn't have app store. I want to use the app store to test a program I wrote on my simulator.
是否有可能安装的应用程序商店在我的模拟器?
Is it possible to install the app store in my simulator?
推荐答案
这是不可能
模拟器不运行的 ARM code,ONLY 86 code。除非你有苹果的原始源$ C $ C,你不会看到在模拟器上的应用程序商店。
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.
你写的,你将能够直接根据X code运行它在模拟器上测试,即使你没有一个开发者账户的应用程序。要测试你的实际设备上的应用程序,你将需要拆开的计划的。
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.
这篇关于我可以安装"应用程序商店"在iPhone模拟器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!