For a final year project I'm creating an app which has to function as a plugin to a learning management system such as moodle. Basically, once an assignment or new notes are being uploaded on the website, it should send push notification to a mobile app.
I have created an equivalent of a moodle website and you may upload files there. It's created in php and is running on XAMPP server while the app is created in jquery mobile with some javascript in it. I'm completely clueless when it comes to coding as I'm enterprise computing student and we were thought only the basics of programming and it's been two years since we had any sort of programming module. It doesn't even make sense why we have to do a prototype..
Anyway, could someone please recommend me the best approach to take to make this work? I've been trying to implement it by using this tutorial https://pusher.com/tutorials/realtime-notifications#/lang=php but it doesn't work. Is there anyone with expertise in this field and could let me know if this tutorial is the correct one or are there any better approaches. Your feedback will be gratefully appreciated. Thank you!