Hello,
The release version of the app can be deployed to my iPhone. But the debug version the app of cannot be deployed to my iPhone.
Because you set this key ( get-task-allow
) false
. When you debug the app on your device, set it true
. It means the ability to debug your application on the iPhone. Distribution profiles require that this value be turned off, while development profiles require this value to be turned on.
I have no idea about whether apple-app-site-association is initiated.
Your apple-app-site-association
looks correct, ******
may be your Team ID, and it has been uploaded to the root of your HTTPS web server. You could test your Web Page URL on https://search.developer.apple.com/appsearch-validation-tool. But when I enter https://axin.be
and test, it said "Recommended Could not extract image.", "Action required Could not extract a touch icon.", "Action required Could not extract required information for Universal Links. ". You could edit your webpage, refer to https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html#//apple_ref/doc/uid/TP40002051-CH3-SW4
https://developer.apple.com/library/archive/documentation/General/Conceptual/AppSearch/UniversalLinks.html#//apple_ref/doc/uid/TP40016308-CH12-SW1
If your web page is correct, and you have the development app deployed on your device, you could send https://axin.be
via iMessage, and click this message to check if it could jump to the webpage, and then jump to your App.
Try removing the following keys to test if you can open the web page through Safari and jump to your app when you click the message.
<key>com.apple.developer.web-browser</key>
<true/>
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.