Last updated:
0 purchases
flulm auth
flulm_auth #
The version of the flutter SDK licensed by lemapay is currently only available for the Android system, to be added to the iOS system call.
集成 #
iOS #
设置工程最低支持 iOS 10.0: Xcode 打开工程 -> Targets -> General -> Development Info
参考 LMPay 工程配置,请确保自定义的 URL Types 的 identifer 为 lmpay
ios/Podfile 添加 use_frameworks!,如下所示
target 'Runner' do
use_frameworks!
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.