I'm developing a web/mobile app and need to figure out how to do push notifications in each environment. My app is Html 5, CSS, jQueryMobile and can be used in a website, iPhone, Android, etc. I've researched UrbanAirship as a possible solution. Does this work with a web environment?
My app allows users can invite friends to participate in the app. I need to be able to push the invitation to their friend. Their friend could be an existing user of the app, or could be someone not known to the app. I suppose I could send an email to the friend letting them know of the invitation, but that seems so 10 years ago. Any suggestions?