Skip to content Skip to sidebar Skip to footer

Unable To Get Applinks (with Rivets Component) Working On Android

I am currently tring to setup deep linking in Android apps. First, I would like to as if the app be run from any website (meaning host - 'example1.com' or 'example2.com') if they h

Solution 1:

The URL was wrong, it should have looked like this:

<metaproperty="al:android:url"content="http://jakubsapp/login" />

as mentioned in Android documentation:

<scheme>://<host>:<port>[<path>|<pathPrefix>|<pathPattern>]

Post a Comment for "Unable To Get Applinks (with Rivets Component) Working On Android"