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>