RN:苹果登录
背景
如果使用了第三方登录,比如微信登录等等,那么iOS这边就必须要添加苹果登录,否则无法上架 App Store
步骤
1、后台 Certificates, Identifiers & Profiles -> Identifiers 2、xcode 选择 Sign With Apple 3、添加代码到项目 https://github.com/JonsonHI/SignWithApple 这些代码其实你自己也可以写一套,不是什么固定的 4、加上点击事件
import {
requireNativeComponent
} from 'react-native';
let NativeView;
if (!NativeView) {
NativeView = requireNativeComponent('SignWithApple');
}
const appleAuth = (info)
RN:苹果登录最先出现在Python成神之路。
共有 0 条评论