Authenticate with Google OAuth2.0 to Specific Domain Name in iOS - ios

I have successfully integrated Google OAuth2.0 (version google-plus-ios-sdk-1.7.1) in my iOS application. The problem is my custom domain authentication works on iOS 6.1 but the same does not work for iOS 7.
Any clues? Thanks in advance.

Finally, I got the solution. The problem is simulator. Google OAuth2.0 not authenticating custom domain for iOS 7 simulator. This works perfectly on device.

Related

Implemented AWS cognito authentication on login screen, API is being hit on UWP and android platform but not on IOS

Built an app on xamarin for all three environments. Implemented AWS cognito authentication on login screen, API is being hit on UWP and android platform but not on IOS. Internet is working on the simulator but the API is not getting hit. I've added Xcode in the firewall to. Did Not change the info.plist as the URL is already http secured. Can anyone suggest whats wrong?

iOS Crash on twitter Oauth

I am using social.js and alloy/social for Twitter Oauth login in Titanium Appcelerator.
The implementation was working fine but recently it has stopped working on iOS.
It's crashing while twitter authorising, whether running on simulator or device.
Can anyone able to tell me why its crashing and is there any solution available for this problem?

Facebook Native App Login in iOS 9

All!
I integrated FacebookiOS SDK 4.8 & also get up for iOS 9 as per describe on Facebook developer website.
But it always open web view in my native app automatically & ask for Login.
In 4.7 SDK, when I configure LSApplicationQueryScheme for iOS 9 then it works fine But now it does not.
I want to get native Facebook App login
Help me for this!
Thanks

LinkedIn iOS SDK is not working properly in iOS 8

I am implementing LinkedIn integration in my current iOS app and found that it suddenly stops working and found that SDK makes some changes. Please check this link:
https://developer.linkedin.com/blog/posts/2015/developer-program-changes
What is the solution to this?

iOS5 facebook integration

I am trying to integrate "social option" to my app.
I have iOS6, but the idea is to have an app available for iOS5. Using Twitter framework it has been very simple and it works in devices with r.0 version and 6.0 version.
Regarding Facebook, I do not understand how integrate it. I just need the "post to wall" function.
I know that it exists in social.framework but does that in iOS5?
Social framework does not exist in iOS 5. But facebook has a very extensive developer tutorial:
Here
If your app is targeting the iOS5+. then you need to implement Facebook Graph or Facebook SDK.
Tutorial:
http://developers.facebook.com/docs/mobile/ios/build/
Sample:
https://github.com/facebook/facebook-ios-sdk/tree/master/samples/Hackbook
I hope, Above tutorial & Sample app will help you for Facebook Integration in iOS5 devices.
For the latest version you need at least Xcode 4.5.
https://developers.facebook.com/docs/ios/ios-sdk-tutorial/

Resources