Apple支付与Google支付

Apple支付与Google支付分别的苹果商店和谷歌商店相应的支付方式,当我们的app需要在相关商店上架并存在支付内容的时候,我们需要在app中配置相关的代码。

配置的过程如下:

  1. 在相应后台添加商品信息,得到商品ID;
  2. 配置代码。

Apple支付与Google支付在配置代码的方式有区别,主要在于:Apple支付不允许服务端与其进行接口交互,而Google支付可以!

详细的流程图如下:

  1. Apple支付:


    image.png
  2. Google支付:


    image.png

你可能感兴趣的:(Apple支付与Google支付)