Android M App Link Verification Fails
I define my app links as follows in AndroidManifest.xml:
Solution 1:
Although unmentioned in the app links documentation, app links require that the server have a valid SSL certificate from a public or trusted certificate authority. Self-signed certificates do not work.
After switching to a SSL certificate issued by https://www.thawte.com/ the app link verification completes successfully.
Post a Comment for "Android M App Link Verification Fails"