在 Xamarin.Forms 上条纹 API
Stripe API on Xamarin.Forms
这里有人试过在 Xamarin.Forms 上集成 Stripe API 吗?我一直在浏览互联网,但找不到任何相关资源。刚开始Xamarin培训,了解不多
如果有人能帮我解决这个问题就太好了。谢谢!
简单地说,Stripe API 将像在任何其他平台上一样工作,使用 Microsoft.Net.Http 并调用其余服务。
它们也是组件,可以免费使用。
https://components.xamarin.com/view/stripe
该组件不再可用。查看本指南以直接调用 API。 https://xamarinhelp.com/stripe-in-xamarin/
这里有人试过在 Xamarin.Forms 上集成 Stripe API 吗?我一直在浏览互联网,但找不到任何相关资源。刚开始Xamarin培训,了解不多
如果有人能帮我解决这个问题就太好了。谢谢!
简单地说,Stripe API 将像在任何其他平台上一样工作,使用 Microsoft.Net.Http 并调用其余服务。
它们也是组件,可以免费使用。
https://components.xamarin.com/view/stripe
该组件不再可用。查看本指南以直接调用 API。 https://xamarinhelp.com/stripe-in-xamarin/