iosswiftxamarin.iosios-universal-linkshandoff

Does a Universal Link persists POST data?


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


Solution

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