登录相关功能
使用前设置
设置Google登录环境
<key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleTypeRole</key> <string>Editor</string> <key>CFBundleURLSchemes</key> <array> <string>GoogleService-Info.plist文件中REVERSED_CLIENT_ID值,例如)com.googleusercontent.apps.XXXXXXXXX</string> </array> ... </dict> </dict>
设置Facebook登录环境
设置Apple登录环境
登录功能
定义LoginType、NUserInfo、NAppStatus
设置为获取IDFA值的权限请求弹窗
使用第三方账户登录功能
NAVER登录
LINE登录
Apple Web登录
自动登录功能
退出功能
会员注销功能
登录验证功能
Last updated