Does a Universal Link persists POST data?

792 Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

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).