CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Jan 2018 |
Maintained by huangrui, ‘mobilegroup’.
iOS SDK要求iOS6.0及以上
pod ‘ipaynowWxOnly’,'~> 2.0.1'
pod install
.xcworkspace
打开工程微信独立包在支付完成之后无法自动回调到原App中,需要手动返回或者使用系统自带的返回按钮。
将下列文件导入project中。
IpaynowPluginApi.h
IpaynowPluginDelegate.h
IPNPreSignMessageUtil.h
libipaynowPlugin.a
TARGETS
-Build Settings
-Other Linker Flags
添加-ObjC
.TARGETS
-Build Settings
-Build Options
-Enable Bitcode
选项设置为NO
.TARGETS
-Build Settings
-Build Activity Architecture Only
选项设置为NO
.详见接入文档
。