OneSignal Push Notification with Android Studio practice log
It took me one night to make it work, so I'd like to write it down for next time. Main Flow as follow diagram: Green fields means "what values you…
It took me one night to make it work, so I'd like to write it down for next time. Main Flow as follow diagram: Green fields means "what values you…
Facebook signin ios Follow the official document procedure https://developers.facebook.com/docs/facebook-login/ios 1.Download SDK and setup the environment https://developers.facebook.com/docs/ios/getting-started Create new Facebook app 2.Configure the XCode project parameters Info.plist For AppTransportSecurity parameters, you…
Google Sign-in for iOS 1.Download GoogleSignIn SDK https://developers.google.com/identity/sign-in/ios/sdk/ There are two ways to get the SDK, CocoaPod or direct download, Personally I preferred the download way. Follow the official document…