I have created a chat app in IOS with Parse.com. I want after 30min to delete all old messages. Every chatroom is a class in parse which contains the messages between two users.
Can you help me to create a repeatly job in parse that search for old messages in all classes and deletes them ?
To avoid exceeding the request limit, maybe you should delete the objects in every single minute. You can find out all the objects and delete them by something like this.