iOS native Salesforce login - salesforce

I wonder if there is any sample code for an iOS native login screen using Salesforce mobile sdk. The sample apps from Salesforce all use Salesforce standard web login page. I wanted to customise it and add more Sso buttons.

You can auth users to SFDC without using their login page. It is just REST.

Related

Social login with Cognito on React Native and React

I have a problem that I using Amplify for social login on web application, now I have to add social login function for mobile application. But I find that redirect url for mobile is myapp:// in order to use deeplink. How can I use redirect url on web as deepLink on mobile for action back to my mobile app after user sign-in with Google, Facebook?
Thanks in advance!

google and facebook login with ionic platform browser

I'm Developing Hybrid app using ionic-3 framework. Now i want to add Google and Facebook login in ionic-3 platform browser. Ionic native plugin is not working on platform browser.
You can integrate social login link Facebook by generating API key.Please refer this link will give you brief about facebook login in ionic application.
for more details please refer ionic forum link here

Integrate g-suite (google) for signup and get user roles in desktop application

I am developing a desktop application using react electron boilerplate.
I need to integrate google signup, but it will not work since google providing the token in a redirect url.
Since it is a desktop application, I cannot fetch values from a url.
https://github.com/chentsulin/electron-react-boilerplate
How can I use google authentication and g-suite APIs in my app.
Help would be very much appreciated.

Salesforce Mobile SDK Community Registration

I am developing a mobile application for one of our client using Salesforce SDk. I haven't found any documentation regarding the community registration vai Salsforce SDK. Is this possible? Because when i complete the registration from "Not a member" link the page is still loading in the webview , not getting redirected to the application ( to mobile). Is there any way to accomplish registration via SDK?

How to create just an authentication with facebook sdk in iOS?

In my iOS app I just want to create a login button and when this button is pressed, the user must login using his own facebook account.
I don't want to use other facebook features after this, only authenticate the user's account information.
Thanks!
Check out this guide. It goes through a step-by-step tutorial of how to install the Facebook SDK for iOS and how to use it to log in.

Resources