I am working on this application that will save reminder. but i do not know how to keep track of saved reminder. In the Case of event we have eventIdentifier but for Reminder i am getting nothing like that.
I am using realm to save data and using REST API.while fetching data from server i am creating objects and at that time i am also creating realm objects and creating reminder. but i don't know how to check that reminder is added for that object or not.