CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

DryAlipay-iOS 2.0.0

DryAlipay-iOS 2.0.0

Maintained by duanruiying.



  • By
  • duanruiying

DryAlipay-iOS

iOS: 简化支付宝支付

官网

Prerequisites

  • iOS 10.0 +
  • ObjC、Swift

Installation

  • pod 'DryAlipay-iOS'
  • 为URL Types 添加回调scheme(identifier:"alipay"、URL Schemes:"ap+AppID")
  • info.plist文件属性LSApplicationQueriesSchemes中增加alipay字段
  • 消除Alipay编译警告
Build Settings -> Build Options -> Debug Information Format
Debug 模式下设置成 DWARF
Release 模式下设置成 DWARF with dSYM File

Features