Skip to main content

iOS SDK

Integrate Embloy’s prebuilt payment UI into the application process of your iOS app with the ApplicationSheet class. See our sample integration on GitHub.

info

The Embloy iOS SDK are currently under development and not released yet. However, the documentation is already set up, so that you can get a glimpse of what's coming.

Set up Embloy

First, you need an Embloy account. Register now.

Server-side

This integration requires endpoints on your server that talk to the Embloy API. Use our official libraries for access to the Embloy API from your server. See also the Server-side SDKs.

Client-side

The Embloy iOS SDK is open source, fully documented, and compatible with apps supporting iOS 13 or above.

To install the SDK, follow these steps:

  1. In Xcode, select File > Add Packages… and enter https://github.com/embloy/embloy-ios-spm as the repository URL.

  2. Select the latest version number from our releases page.

  3. Add the EmbloyApplicationSheet product to the target of your app.

note

For details on the latest SDK release and past versions, see the Releases page on GitHub. To receive notifications when a new release is published, watch releases for the repository.