OrderPlaceSdkUat11.6 0.4.2

OrderPlaceSdkUat11.6 0.4.2

Maintained by chenpeijue.



  • By
  • 风筝

OrderPlaceSdkUat11.6

If you need to upload to itunnes connection, please integrate OrderPlaceSdkPrd

config params ref

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

Installation

OrderPlaceSdkUat11.6 is available through CocoaPods. To install it, simply add the following line to your Podfile:

  • This is core function, including (scan / gps / apple pay)
platform :ios, '9.0'

target 'YourProjectName' do

  use_frameworks!

pod 'OrderPlaceSdkUat11.6', '~> 0.4.1'

end
  • If you want the alipay feature,pls
pod 'OrderPlaceSdkUat11.6/Alipay', '~> 0.4.1'
  • If you want the wechat pay feature,pls
pod 'OrderPlaceSdkUat11.6/Wechat', '~> 0.4.1'

Requirements

  • You must include the following key in info plist.
    • Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.
    • The app's Info.plist must contain an NSLocationWhenInUseUsageDescription key with a string value explaining to the user how the app uses this data
  • set targets -> Build Setting -> search 'bitcode' -> Enable Bitcode: No

Author

Aigens

License

OrderPlaceSdkUat11.6 is available under the MIT license. See the LICENSE file for more info.

version log

0.3.0 alipay & wechat support WKWebview alipay sdk version: 15.7.3 wechat sdk version: 1.8.7.1