1

I need to get the POST data for a Universal Link. How do I capture this in iOS?

makerofthings7
  • 60,103
  • 53
  • 215
  • 448

1 Answers1

1

This is not possible. The only info passed through in continueUserActivity is the string of the URL that was requested (with any parameters appended to it).

Alex Bauer
  • 13,147
  • 1
  • 27
  • 44