message auto deleting

Allow storage of at least 10 messages per app for development purposes. After the app is in production, one can pay for messages storage by default. My point is, don’t auto delete the message even before its received on the other end. Its about communication communication,communication.

Messages could be arriving at a fast rate. Figuring out which ones to store and which ones to keep is a lot of extra processing. Instead, you can add your own server-side code in backendless and preserver ALL (or some) messages in the data tables in your Backendless backend.