ios 13.1 system upgrade, micro-channel pay sdk upgrade, dclound off-line packaging, and micro-channel integration

1.ios offline package

https://ask.dcloud.net.cn/docs/#//ask.dcloud.net.cn/article/41

Appid configuration profiles and certificates and cer

 

2 .IOS offline package - pay plugin configuration

https://ask.dcloud.net.cn/docs/#//ask.dcloud.net.cn/article/246

The main pack Note:   

 Info.plist root node UniversalLinks added entry, and a micro channel consistent with the value of the open platform configuration, (micro-channel open platform configuration domain address)

 

3. Configure The core micro-channel payment processing link (micro-channel configuration app payments)

Description of the update on openSDK1.8.6

 Official micro letter:   https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Access_Guide/iOS.html#jump3

iOS Universal Link (Universal Link) configuration

https://blog.csdn.net/weixin_44836266/article/details/101761139

 

Procedure sdk micro-channel upgrade :( Reference iOS common link (Universal Link) configuration )

1. Create an empty file json format (the name must be apple-app-site-association, and there is no suffix)

2. Upload apple-app-site-association files (where you can get the domain name in the app configuration required)

(1) The apple-app-site-association files to colleagues on the server side, let him upload it to the root directory of the domain name or domain name of a subdirectory under .well-known (if the domain name here must be accessible by the server colleague to).

(2) Web server needs to support https, client access via https, and does not support redirection.

3. Processing common link in the app

(1) add a corresponding domain name (domain knowledge above) to The Capabilities
(2) achieve universal implementation AppDelegate in support links

Here if it is updated WechatOpenSDK1.8.6 version from an older version, then you need to call in the inside micro letter of this method, and in Xcode, select your project settings, select the "TARGETS" column in the "info" tab bar " LSApplicationQueriesSchemes "adding weixin and weixinULAPI, can be modified or added by accessing the document in step a micro-channel open platform step.

 

Note: weixinULAPI Here's attention to the case, before I added a weixinulapi lowercase go, the results have failed to register, I could not find the cause, until I call micro-channel print log method,

Know that this is not added to the weixinULAPI the schemes, the case did not distinguish

 

 

 

 

Guess you like

Origin www.cnblogs.com/haoran5544/p/11800780.html