简体   繁体   English

是否可以在 iOS 模拟器中安装 Adob​​e reader 或第三方应用程序进行测试?

[英]Is it possible to install Adobe reader or third party application in iOS simulator for testing?

I have tried to find out the answer in google.我试图在谷歌中找到答案。 No luck .没运气 。 I'm using UIDocumentationController to open the PDF from my app.我正在使用 UIDocumentationController 从我的应用程序打开 PDF。 Its working fine in Device.它在设备中工作正常。 I'm showing up with options to share adobe reader,etc.我正在展示共享 adobe reader 等的选项。 When i want to test it in iOS Simulator i don have option to open the PDf in Adobe reader.当我想在 iOS 模拟器中测试它时,我没有选择在 Adob​​e 阅读器中打开 PDf。 Could you please help me to install the third party apps in iOS Simulator.你能帮我在iOS模拟器中安装第三方应用程序吗?

Follow these steps按着这些次序

  1. Download the app from appstore.从应用商店下载应用程序。 Downloaded app will be in your mac iTunes software下载的应用程序将在您的 Mac iTunes 软件中
  2. Right click the app file in iTunes and select show in finder will take you to the .ipa file location右键单击 iTunes 中的应用程序文件并选择在 finder 中显示将带您到 .ipa 文件位置
  3. Copy paste it in Desktop.复制粘贴到桌面。 Rightclick use some unarchive tool to unarchive it and it will give you the payload file.右键单击使用一些解压缩工具来解压缩它,它会给你有效负载文件。
  4. Copy and paste it in this folder Applications > Xcode.app (right click - Show Package Contents) > Contents > Developer > Platforms > iPhoneSimulator.platform > SDKs > iPhoneSimulator7.0.sdk > Applications将其复制并粘贴到此文件夹Applications > Xcode.app(右键单击 - Show Package Contents)> Contents > Developer > Platforms > iPhoneSimulator.platform > SDKs > iPhoneSimulator7.0.sdk > Applications

  5. Run your iOS Simulator.运行你的 iOS 模拟器。 App will be there应用程序将在那里

Note: There is no guaranty that all the apps will work.注意:不保证所有应用程序都能正常工作。 There are lot of possibilities that the app can crash.应用程序崩溃的可能性有很多。 That depends.那要看。 Good luck with this祝你好运

UPDATE:更新:

There is another method also the simple way.还有另一种方法也是简单的方法。 Refer this for Terminal install请参阅此终端安装

How to install iPhone application in iPhone Simulator 如何在 iPhone 模拟器中安装 iPhone 应用程序

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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