by Douglas Rosa.
Hello there,
I am using a private server for the Airnotifier and also a custom version of the Moodle application. All was well for the Android version while the mobile App name was com.moodle.moodlemobile and the application name on the Airnotifier was commoodlemoodlemobile.
When I needed to enable push notifications for iOS, it did not allow the application ID bundle to be "com.moodle.moodlemobile."
So I had to create with a new name. I created another application in Airnotifier: com.douglasrosa.eadapp (comdouglasrosaeadapp) - the same name that I had placed as an ID bundle in the Apple Developer Console. I generated a new airnotifier access token for the application as well.
However, even if you change all the information in Moodle and modify config.json (app_id: com.douglasrosa.eadapp) and config.xml (widget_id = "com.douglasrosa.eadapp") of the app, nothing else works. Not even GCM for Android.
I noticed that in APP for GCM, there was still my old app name (com.moodle.moodlemobile) and then I created a new one: com.douglasrosa.eadapp. Even so, I did not succeed.
I removed all records from the user_devices and messages_airnotifier_devices table from the database. I generated all the access tokens again, but nothing at all.
Any tips? Did I forget something?
Thanks in advance