Deep Linking with Branch, Rails server and Android client
Today I will share with you how to generate deep links from your rails server and handle them in an Android application.
First we will start with the server's implementation.
Rails Server
For the Rails <-> Branch.io communication I used the branch_io gem which is really easy and straightforward->