instagram-ios-sdk
instagram-ios-sdk copied to clipboard
Authorizing with Safari will get app Rejected by Apple
Apple now requires that auth happen within app. Kicking out to Safari will get you rejected. :-(
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
Just had this happen to me too.