I am writing an App Clip that is invoked from Safari.
After the user starts the app clip from Safari and completes the task in the app clip, how do I close the app clip and go back to Safari? Do I just tell the user that "you're done, go back to Safari" or can I do it for them? Apparently just doing exit(0)
in an app will not pass review for the App Store.