stripe-ios/StripeApplePay
John Woo b5e349fa75
Remove generated project files for v23.9.1 (#2648)
2023-06-13 02:05:40 +01:00
..
StripeApplePay Decoupled one handler (#2573) 2023-05-17 14:43:37 -07:00
StripeApplePayTests Lint StripeApplePay (#2211) 2023-01-11 09:40:12 -08:00
Project.swift Use tuist to generate xcode projects (#2102) 2022-12-20 12:55:37 -08:00
README.md Switch to DocC, miscellaneous release improvements (#2184) 2023-01-04 09:18:54 -08:00

README.md

Stripe Apple Pay iOS SDK

StripeApplePay is a lightweight Apple Pay SDK intended for building App Clips or other size-constrained apps.

Table of contents

Requirements

The Stripe Apple Pay SDK is compatible with apps targeting iOS 13.0 or above.

Getting started

Integration

Get started with our 📚 Apple Pay integration guide and example project, or 📘 browse the SDK reference for fine-grained documentation of all the classes and methods in the SDK.

Example

AppClipExample This example demonstrates how to offer Apple Pay in an App Clip.

Manual linking

If you link this library manually, use a version from our releases page and make sure to embed all of the following frameworks:

  • StripeCore.xcframework
  • StripeApplePay.xcframework