摘要:
apple store 地址:https://appstoreconnect.apple.com/login 苹果官方帮助:https://help.apple.com/app-store-connect/?lang=zh-cn#/devb57be10e7 1、首先登录appstoreconnect 阅读全文
摘要:
uni官网的苹果支付代码,整体复制过来,打印支付通道却只有微信和支付宝支付。 plusReady() { plus.payment.getChannels(function(channels) { console.log('ios:', channels) for (var i in channel 阅读全文
摘要:
打包app的时候发现需要填写Universal Link 一、为什么需要Universal Link 因为前段时间苹果iOS 13系统版本安全升级,微信SDK1.8.6版本要求支持Universal Links方式跳转,以便进行合法性校验,提升安全性。更多详情请参考微信官方说明 在用hbuild打包 阅读全文