Hello , I'm new to the Dynamics ecosystem and to mobile apps development in general but I have some prior experience as Desktop and Web applications developer and I'm a little bit lost about how to approach this.
Basically I need to get data from a flue gas analyser app (Testo Combustion App Android) to Field Service Mobile. I found there is a App2App interface: https://github.com/testo/tjf
But due my lack of experience I'm not sure if it could be use it from the Field Service Mobile App. My Idea is add a button in the Ribbon or in a form that trigger a JavaScript web resource (since I don't know how else I could add business logic to the app). and in that script try to communicate with this App2App interface (send a Get request to testosmartprobes://start?bundleid=com.example.demoapplication)
What do you think about this approach , any advice?