Launch Appian Mobile App - Received Task

Hi All,

Is there a possibility/method to launch Appian mobile app rather than mobile browser when clicking on received task link? (All done from mobile)

Currently:

1. Task link opened from mobile e-mailbox

2. Opens Task in mobile browser

 

Regards,

Jonathan

  Discussion posts and replies are publicly visible

Parents
  • My guess is this would have to happen from the side of the Appian Mobile App developers but might also depend on the mail app being used. At least for Android development, the mail application would need to declare an Implicit Intent when the link is clicked, and the Appian app would need to have registered an IntentFilter in order to handle the opening of the link. Without the IntentFilter, which has to be made by the App developers, Android will not choose Appian to open the link.
Reply
  • My guess is this would have to happen from the side of the Appian Mobile App developers but might also depend on the mail app being used. At least for Android development, the mail application would need to declare an Implicit Intent when the link is clicked, and the Appian app would need to have registered an IntentFilter in order to handle the opening of the link. Without the IntentFilter, which has to be made by the App developers, Android will not choose Appian to open the link.
Children
No Data