AppClips invocation from iMessage

How do we invoke AppClip from iMessage? My requirement is to create a invocation url with a query parameter to identify the product and share via iMessage. When the recipient open the iMessage message, i want to open the AppClip with item shared in query parameter.

I have searched documentations but could not find how do trigger app clips from iMessage. Please share your thoughts ?

Replies

The App Clip URL is shared in Messages app. iOS 14 handles invoking the App Clip. The URL is passed to the App Clip. So if you had a URL like mysite.com/location10/table50 the App Clip has access to the URL segments /location10/table50 ...

I'm not sure if query parameters get passed along or not.

Lots of info in the docs

https://developer.apple.com/documentation/app_clips/creating_an_app_clip
https://developer.apple.com/documentation/app_clips/configuring_your_app_clip_s_launch_experience
https://developer.apple.com/documentation/app_clips/responding_to_invocations