Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 467 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 467 Bytes

PactSafe iOS Snippet Demo

Setup

  1. Add your PactSafe site access_id to the clickwrap.html
  2. Create and publish a group, then add its group_key to the clickwrap.html
  3. Publish the page and add the URL to ViewController.swift

Awesome Local Setup

  1. npm install http-server -g
  2. download ngrok
  3. http-server .
  4. ngrok http 8080
  5. Add https url to ViewController.swift (i.e. https://d4077554.ngrok.io/clickwrap.html)