I'm hoping to add an App Clip to an app written in Objective C.
I can get the NSUserActivity object from options in
but the appClipActivationPayload doesn't seem to be a part of the Objective C library yet. Is that true, and do you know when it will be available?
Thanks!
I can get the NSUserActivity object from options in
Code Block willConnectToSession:(UISceneSession *)session options:(UISceneConnectionOptions *)connectionOptions
but the appClipActivationPayload doesn't seem to be a part of the Objective C library yet. Is that true, and do you know when it will be available?
Thanks!