The App Search Validation Tool is down and I need to use it to validate my apple-app-site-association file to use deep linking.
https://search.developer.apple.com/appsearch-validation-tool/
Can anyone else confirm that this site won't load?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi
My application it's already published on the App store.
I need to add "Associate Domains" to capabilities so I can use Universal Links in my app.
If I save the edit of the capabilities list, a popup appears:
Modify App Capabilities
Adding or removing any capabilities will invalidate any provisioning profiles that include this App ID and they must be regenerated for future use.
This will compromise the future updates of the app and the version that is still on the store?
Topic:
Code Signing
SubTopic:
Certificates, Identifiers & Profiles
Tags:
Provisioning Profiles
Universal Links
I have a problem with Deep links in iOS using capacitor.
I've done all the needed steps:
added "associated domains" capability
created apple-app-site-association file.
uploaded the file on https
added on xcode the applinks:yourdomain.com that I need
Using this tool it's all ok but not one step.
I have this error "Error no apps with domain entitlements" https://search.developer.apple.com/appsearch-validation-tool
I'm guessing that the problem is that when I added a feature the provisioning profile created earlier was invalidated. I need to create another provisioning profile also only for testing purposes?
I'm stuck from days