#rlm
1 messages · Page 1 of 1 (latest)
Hi there,
Could you please share more details about this? could you share the url to the hosted file ?
should the url follow this format?
https://%{domain}/.well-known/apple-developer-merchantid-domain-association
Yes something like this for example:
https://stripe.com/.well-known/apple-developer-merchantid-domain-association
Also when hitting
curl -s https://{YOUR_DOMAIN}/.well-known/apple-developer-merchantid-domain-association | shasum
You need to get this result 66e294f14f03165bb73637f562179d3d9c6e0da9 -
this is how i can validate the URL right? Will i get the same result as this 66e294f14f03165bb73637f562179d3d9c6e0da9?
Yes!
okay let me try. thanks @rapid bluff