+ 1
How can two apps interact
Iâve been thinking of a concept that seems bad on paper if the software doesnât work as I want it to. The idea centers around two apps communication. Like when we use twitter or gmail to log in a mobile game, we often get an email saying âhey, is this youâ. I was wondering if thereâs a way to make a different application to run in the back ground and while you do certain actions in a different app the app running in the background can send like notifications saying âgreat jobâ or something like that. Can someone point me in the right direction or tear my idea apart.
2 Answers
+ 1
For those actions, your app sends a request to the server. And the server emails to the user.
0
google: API (api)