Right now I have the following setup!
- I'm using a container for an app I'm creating
- I'm subscribing to the public database (query sub)
- I'm subscribing to all changes (add+remove+modify)
- This is a still in development so it's me and another person adding records.
- we are using the dashboard to create records
The problem I'm have:
When I create a record in the public database I get notified on the change. However I don't get notifications if the changes are made by the other developer.
I'm using OBJ-C for coding and I don't know what I might be doing wrong. I tried to look at the documents online and nothing helped and it seems that they are also a couple years old (did anything API changed?)
Some "How To Tutorials" stated I should look into the log file of the database and check if there are any "push" type events but there are none (only "record modify" and "record fetch"). So I guess there might be something in the way I'm registering to the public database, is there a small sample project for this?