Skip to content

阿里云号码认证,无需额外添加 -ObjC

License

Notifications You must be signed in to change notification settings

PatrickChoo/flutter_ali_auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ali_auth

这是一个阿里云号码认证服务中的一键登录的插件

由于项目的其他功能都采用阿里云的服务,在一键登录的功能上也采用阿里云利于后期的更好维护。

相关支持

平台 支持
Android YES
Ios YES

步骤

注意事项

Patrick Choo:已经在podspec中解决此问题,无需再手动添加-ObjC

1、 针对移动闪退问题: 在示范工程,pods -> TARGETS -> ali_auth -> Build Settings -> Linking -> Other Linker Flags 里面加上 -ObjC(因为AuthSDK是通过pod依赖进去的,所有对应的target里面要加这个配置,不然移动网络会crash) 如下图所示: cmcc_crash

2、该插件已添加ATAuthSDK.framework,在编译时请勿将ATAuthSDK.framework重复添加,以免出现未知错误 如下图所示添加的为错误操作 cmcc_crashcmcc_crash

  • DEMO效果入下

android截图1android截图2android截图3ios截图1ios截图2ios截图3

About

阿里云号码认证,无需额外添加 -ObjC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 52.7%
  • Java 39.4%
  • Dart 4.7%
  • Ruby 3.2%