Question

Link to Notify Me App Crashes App

  • 26 January 2023
  • 1 reply
  • 35 views

Badge +1

We have configured a custom email notification that has a link to a purchase order in IEE and also a link to the iOS NotifyMe app. This way users can take action whether they are at their desks or away and are using their phones. However, the link to NotifyMe opens the app, but then immediately crashes. The html that I am using is below. Can anyone let me know if I am doing something wrong or maybe this is a bug? 

 

<a href="ifs-aurena-notify-me-10://auth">Open NotifyMe app</a>

 

I have also tried the following:

<a href="ifs-aurena-notify-me-10://app">Open NotifyMe app</a>

<a href="ifs-aurena-notify-me-10://">Open NotifyMe app</a>

<a href="ifs-aurena-notify-me-10://notifications">Open NotifyMe app</a>


1 reply

Userlevel 3
Badge +4

Hi,

This is not something that is supported in Notify Me app. The URL ifs-aurena-notify-me-10://auth is the redirect URL that should only be used for setting up authentication for the app. It should not be used to launch the app and is not intended for that purpose.

Thanks and best regards,
Binesh

Reply