Bin Chen
Bin Chen

Reputation: 140

How can I debug openURL from a pass of Wallet on iOS ?

I created a pass with appLaunchURL and associatedStoreIdentifiers, and added to Wallet.

I built and installed my app with Xcode on iPhone, I'd like to check if on the backside of the pass, when I click the link open, my app is able to navigate to some page in my app. But Wallet seems not able to detect my installed app but instead, link me to AppStore to download the AppStore version.

Any ideas?

Upvotes: 0

Views: 836

Answers (1)

Singha
Singha

Reputation: 62

Normally if there is an app in your device, it will show [open] button to open your application. So you have to make sure that your application in your device is correctly download from app store.

Upvotes: 0

Related Questions