Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 576 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 576 Bytes

Ramp iOS integration tutorial

If you have an iOS app built with Swift, here's a sample repository showing how to add Ramp to it in just a few steps.

Remember to check out our full documentation at https://docs.ramp.network/.

What do we need to do?

  • compose a URL for the Ramp widget with parameters of your choice
  • create a Safari view controller and load the composed URL
  • handle a callback URL to complete the purchase

In detail

For a detailed tutorial, check out our documentation.