Testing confirmAcquired in App Clip via simulator?

Hi. I have NSAppClipRequestLocationConfirmation set to YES in my App Clip's Info.plist's NSAppClip's dictionary.

I've also enabled _XCAppClipURL in my Run arguments, and it's set to my domain.

And my iPhone iOS 14 simulator's location is set to a test location.

But I get the APActivationPayloadError.Code.disallowed error (1) from confirmAcquired(in:completionHandler:) which I'm pretty sure is because "the source of the app clip’s invocation wasn’t an NFC tag or visual code."

Is there anything I can do to test confirmAcquired in a simulator?

Thanks!

I'm testing on a real device and have the same issue!

Testing confirmAcquired in App Clip via simulator?
 
 
Q