OrderPlaceSdkPrd12.0.1 0.4.0

OrderPlaceSdkPrd12.0.1 0.4.0

chenpeijue 维护。



  • 风筝

OrderPlaceSdkPrd12.0.1

config params ref

https://docs.google.com/document/d/1YkTXzsdmWD7Q8BgLVWlekI6nyiS1wcU2Y6T2aHUKiJw/edit?usp=sharing

示例

要运行示例项目,先克隆仓库,然后从 Example 目录运行 pod install

需求

  • 您必须在 info.plist 中包含以下键。
    • Info.plist 必须包含一个 NSCameraUsageDescription 键,该键的字符串值需解释应用程序如何使用此数据。
    • 应用程序的 Info.plist 必须包含一个 NSLocationWhenInUseUsageDescription 键,该键的字符串值需解释应用程序如何使用此数据。
  • 设置 targets -> 编译设置 -> 搜索 'bitcode' -> 启用 Bitcode: 否

安装

OrderPlaceSdkPrd12.0.1 可通过 CocoaPods 获取。要安装它,只需将以下行添加到您的 Podfile

  • 这是核心功能,包括(扫描/ GPS/ 苹果支付)
platform :ios, '9.0'

target 'YourProjectName' do

  use_frameworks!

pod 'OrderPlaceSdkPrd12.0.1', '~> 0.4.0'

end
  • 如果您需要支付宝功能,请
pod 'OrderPlaceSdkPrd12.0.1/Alipay', '~> 0.4.0'
  • 如果您需要微信支付功能,请
pod 'OrderPlaceSdkPrd12.0.1/Wechat', '~> 0.4.0'

作者

Aigens

许可证

敬请期待

更新记录

0.3.0 支付宝 & 微信,支持 WKWebview