Skip to main content

2 posts tagged with "Payments"

Payment integration tutorials

View All Tags

How to integrate Apple Pay into your iOS app (Swift)

· 4 min read
Full Stack Developer
Last updated on October 4, 2022

In this article, we are describing in details how to integrate Apple Pay into an iOS app. We'll code in the latest version of Swift and the code samples are extracted from our beautiful app templates, many of which have built-in support for Apple Pay. Feel free to download them directly, if you want to skip the hassle of learning how to integrate Apple Pay by yourself.

Accepting payments in your mobile app

· 6 min read
Full Stack Developer
Last updated on July 25, 2017

accepting payments

Accepting payments in your mobile app could be one of the core features your project supports, especially if you're selling physical products or services that are provided outside the app. For instance, any shopping app (e-commerce app) needs to have at least one way of accepting payments, within the app, so that users can buy products, directly with their phone and credit cards, and without too much overhead and friction.