Skip to content
This repository has been archived by the owner on Aug 8, 2022. It is now read-only.

Latest commit

 

History

History

ios-swiftui

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

iOS SwiftUI client

This example uses Stripe’s new prebuilt payment UI. This integration combines all of the steps required to pay, collecting payment details, and confirming the payment into a single sheet that displays on top of your app.

Screenshots of prebuilt payment UI

Configuration

1. Configure the app with Firebase

2. Install the dependencies

  • Run pod install

3. Open, build, and run the project

  • Open Firestripe.xcworkspace in Xcode.
  • Set your publishable key in the FirestripeApp.swift file.
  • Build and run the project.