简体   繁体   English

如何在IOS5模拟器上获取Facebook应用程序?

[英]How can I get the Facebook app on the IOS5 simulator?

I need a custom logon screen that supports multiple identity providers (OAuth). 我需要一个支持多个身份提供程序(OAuth)的自定义登录屏幕。 When the user selects Facebook, I'm testing the Facebook SDK in various conditions 当用户选择Facebook时,我正在各种条件下测试Facebook SDK

iOS 5 iOS 5

  • With iOS app installed 安装iOS应用程序
  • Without iOS app installed 没有安装iOS应用程序

iOS 6 iOS 6

  • With iOS app installed (default). 安装iOS应用程序(默认)。 User not logged in via "settings" 用户未通过“设置”登录
  • With iOS app installed (default). 安装iOS应用程序(默认)。 User logged in via "settings" 用户通过“设置”登录

I understand in various circumstances either a Web Page will be shown, the app itself, or a popup button. 我了解在各种情况下,将显示网页,应用程序本身或弹出按钮。

Question

  • Is it possible for me to "sideload" the Facebook app on the iOS 5 simulator so I can test iOS5 with the app installed? 我是否有可能在iOS 5模拟器上“侧载”Facebook应用程序,以便我可以在安装了应用程序的情况下测试iOS5?

  • Aside from purchasing a device just so I can install iOS 5 on it, how else can I test this? 除了购买设备,我可以安装iOS 5,我还能测试一下吗?

There are many things you simply cannot test on the simulator and this is one of them. 有很多东西你根本无法在模拟器上测试,这就是其中之一。 You have to test this by running your app on your device. 您必须通过在设备上运行应用来测试此问题。

不,它不可能在模拟器上安装FB应用程序,你必须有一个真正的设备来做到这一点。

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

相关问题 iOS5-应用在模拟器上运行但在设备上崩溃 - IOS5 - App running on Simulator but crashing on device 如何在iOS5中成功登录facebook后重定向应用程序 - How to redirect on app after successfull facebook login in iOS5 如何在iOS5中替换此语句 - How can i replace this statement in ios5 如何使iOS5应用与iOS4向后兼容? - How can I make an iOS5 App backward compatible with iOS4? 如何启动在iOS5的模拟器程序的时候我们已经在其他版本的操作系统一样ios5.1,iOS6的应用程序? - How to launch an app in ios5 Simulator when we have the app in other os versions like ios5.1, ios6? 如何在iOS5上运行iOS 4.3.3开发的应用程序? - How can I run iOS 4.3.3 developed apps on iOS5? 在后台模式下,如何在iOS5上获取用户位置? - How to get user location on iOS5 while app in background mode? 如何使用iOS5中的单个API请求获取Twitter上所有朋友的详细信息? - How can I get the details of my all friends on twitter using single API request in iOS5? 如何获得活动的 ios 设备或模拟器 UDID? - How can i get active ios device or simulator UDID? 我可以将为 iOS 模拟器构建的应用程序安装到第二个模拟器上吗? - Can I install an app built for iOS Simulator onto a second simulator?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM