I have created an application which works in background as I got SMS it will show a toast message. But After 7-8 times it wont show any toast message for new incoming or outgoing message. At that time if I open my app by clicking icon it will works again and again shows toast messages for new incoming message.
So, I think may be in background process it will create a hanging condition after some frequent events. Can anybody suggest me that, is there any garbage collection or System clean or memory free option is present in BB 10 programming.
Plz help me. Thanks in advance. If required I will share my code.