crino / instagram-ios-sdk

Instagram SDK for iOS
http://www.followgram.me
228 stars 63 forks source link

Authorizing with Safari will get app Rejected by Apple #43

Open ZaBlanc opened 10 years ago

ZaBlanc commented 10 years ago

Apple now requires that auth happen within app. Kicking out to Safari will get you rejected. :-(

gouravgupta72 commented 10 years ago

In this case you can open auth view within your application. For that you have to use webView.

I already added an solution for this

https://github.com/gouravgupta72/instagramIOSsdk

jamonholmgren commented 9 years ago

Just had this happen to me too.