简体   繁体   English

IOS中的WePay支付网关集成

[英]WePay payment gateway integration in IOS

I would like to implement Wepay into my Application, as of in-App-purchase, I have searched i could not find any Links regarding Integration, I even could not find any SDK's. 我想将Wepay实施到我的应用程序中,从应用程序内购买开始,我搜索到我找不到与集成有关的任何链接,甚至找不到任何SDK。

I am thinking of implementing this using any of the Web-Services, but i am not clear how to approach that, Can any Person Having idea on this Can You guide me to Achieve this. 我正在考虑使用任何Web服务来实现这一点,但是我不清楚如何实现这一点。任何人对此有想法吗?您可以指导我实现这一点吗?

Thanks in Advance 提前致谢

If you want to sell features of the app you will have to use IAP (read the iOS guidelines). 如果您想出售该应用程序的功能,则必须使用IAP(请参阅iOS指南)。 If you are going to sell real products or services which are independent to your app (like web services) you aren't not allowed to use IAP and you must use something like WePay. 如果您要出售独立于应用程序的真实产品或服务(例如网络服务),则不允许使用IAP,而必须使用WePay之类的东西。

If you want to sell real products or web services setup a web based shop which uses WePay (with the PHP SDK) and let the app just interact with your web shop. 如果您想销售真实的产品或网络服务,请设置一个基于网络的商店,该商店使用WePay(带有PHP SDK)并让该应用程序与您的网络商店进行交互。

Another approach would be implementing it directly inside the app. 另一种方法是直接在应用程序内部实现它。 I would strongly advise against implementing the payment process directly inside the app. 我强烈建议您不要直接在应用程序内部实施付款流程。 This would be stupidly easy to hack since your customers can change the binary of your app. 因为客户可以更改应用程序的二进制文件,所以这很容易被黑客破解。

As an update, you can integrate WePay via the iOS SDK. 作为更新,您可以通过iOS SDK集成WePay。

https://www.wepay.com/developer/resources/ios https://www.wepay.com/developer/resources/ios

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM