有毒葡萄
有毒葡萄
  • 发布:2015-09-03 23:25
  • 更新:2015-09-06 22:49
  • 阅读:3682

支付ping++如何使用

分类:5+ SDK

http://ask.dcloud.net.cn/article/246 这个文件说支持ping++
我只看到支付宝和微信的,求ping++的使用相关教程

2015-09-03 23:25 负责人:无 分享
已邀请:
DCloud_heavensoft

DCloud_heavensoft

Android需要本地打包才能支持。
具体 @DCloud_App_Array

DCloud_App_Array

DCloud_App_Array

目前云端打包仅iOS支持,需要在manifest.json文件的plus->distribute->plugins节点中手动添加以下代码:

"payment": {  
    "pingpp":{  
        "description": "Ping++支付"  
    }             
},  

Android平台目前暂不支持云端打包,离线打包的情况请咨询@DCloud_HB_骁骑

  • DennisLiu

    添加后打包失败,报错下面的错误,可不可以帮忙看下,谢谢

    ld: warning: object file (/Volumes安装包制作目录Pandora/libs/Universal/libGtExtensionSdk.a(GtExtLogger.o)) was built for newer iOS version (10.0) than being linked (7.0)

    Undefined symbols for architecture arm64:

    \"_OBJCCLASS$_CMMotionManager\", referenced from:

    objc-class-ref in AlipaySDK

    \"_OBJCMETACLASS$_PGPay\", referenced from:

    _OBJCMETACLASS$_PGPingpp in libpingpppay.a(PGPingpp.o)

    \"_OBJCCLASS$_PGPay\", referenced from:

    _OBJCCLASS$_PGPingpp in libpingpppay.a(PGPingpp.o)

    ld: symbol(s) not found for architecture arm64

    clang: error: linker command failed with exit code 1 (use -v to see invocation) BUILD FAILED The following build commands failed:

    Ld build/Pandora.build/Release-iphoneos/Pandora.build/Objects-normal/arm64/DCloud_Pandora normal arm64

    (1 failure)

    2017-04-22 10:44

该问题目前已经被锁定, 无法添加新回复