I am brand new to iMessage App development. Looking at some examples, it looks like the way information is transferred from the sender to the recipient with iMessage Apps is via URLComponents.
- Is this the only way to send information on iMessage Apps?
- I am unfamiliar with URLComponents in swift, does the actual URL even matter?
Thanks!!