Posts

Post not yet marked as solved
4 Replies
12k Views
I have just installed Xcode 12.2 on my Mac Mini build machine. I am running in to the following errors when running unit tests on a simulator: The version of the CoreSimulator framework installed on this Mac is out-of-date and not supported by this version of Xcode CoreSimulator is out of date. Current version (732.17.0) is older than build version (732.18.0). How can I update the version of CoreSimulator running on my Mac?
Posted
by funkybro.
Last updated
.
Post not yet marked as solved
2 Replies
770 Views
I have been piecing together information from various official articles, blog posts and developer forum posts about how to test App Clips as a non-developer. My understanding is that the only way for a non-developer to test App Clips is via the (up to) three experiences configured in TestFlight. Is it correct that there is therefore no way for a non-developer to do any of the following: Test invoking an App Clip via a QR code or NFC tag Observe an App Clip Card of an App Clip under development Test the behaviour of an App Clip invocation on the full app
Posted
by funkybro.
Last updated
.
Post not yet marked as solved
3 Replies
950 Views
I have configured three Advanced App Clip experiences on TestFlight, and these reflect launching my App Clip from an NFC tag or QR code. However after launching one of these advanced experiences, there is no way to then launch the App Clip from the device drawer as it will be possible to do in production. How can I test my default App Clip launch experience either via TestFlight or using Local Experiences, or some other way?
Posted
by funkybro.
Last updated
.
Post not yet marked as solved
1 Replies
344 Views
What is the proper procedure for testing an App Clip invocation on my full app? Can Local Experiences invoke a full app as well as an App Clip?
Posted
by funkybro.
Last updated
.
Post marked as solved
1 Replies
593 Views
How can I test that the end-to-end App Clip launch experience works correctly, including that the Associated Domains Entitlement is correctly configured in the app, and the apple-app-site-association file is correctly configured on the server? I have already read the page Testing Your App Clip's Launch Experience - https://developer.apple.com/documentation/app_clips/testing_your_app_clip_s_launch_experience which says that creating App Clip Experiences for Testers in TestFlight requires these to be configured. However I am able to successfully launch my app clip from TestFlight without having configured them.
Posted
by funkybro.
Last updated
.