Hi, I want to have both an web app and a native app(IOS) to try to connect the two.
I have been able to have the data connect, when I create a thing using the web app it works in the BDK preview mode app on my iPhone too. But I also want the native features to trigger if a user does something on the web app.
So If UserA send a message to UserB using the webapp then UserB should get a native notification on their phone.
I have both the native and the webapp in the same project, the native part is one page were I show the correct group based on state. And the webapp has pages for each sub-page.
How can I have the native notification(other native functions too) work and show on peoples phone when someone triggers it from the webapp?
Thanks