Comment to 'Mobile app redirection'
  • To redirect user to some other page instead of homepage after login in mobile app

    Try to change all occurrences of 

    ${BASE_URL}?skin=${TEMPLATE}

    in App.js to

    ${BASE_URL}?relocate=ABC&skin=${TEMPLATE}

    Where ABC is URL where you want user redirect to after login