简体   繁体   中英

How to install ipa file on simulator or real device?

I have ipa file and I can extract the app file if I dragged and drop the app file to simulator it's crashing in the landing page, Whenever I'm dragging the ipa file to device and simulator manager I'm unable to install it for both simulator and real ios

However, when I am using same ipa file with BrowserStack it's installing the ipa without any problem and its working fine.

I am not sure what I'm missing

What is the correct follow of installing the ipa/app file for both emulator and simulator?

在 iOS 模拟器上安装应用程序:

xcrun simctl install <Simulator ID> <Path to .ipa>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM