Is there anyway to set local notification repeatinterval every 10 min.
I try to use
localnotification.repeatInterval = NSMinuteCalendarUnit*3;
and
localNotif.repeatInterval = 640;
and it don’t work.
So could you guide me please. : )
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you cannot do so.
I had asked similar question previously if you would like to refer to that question.
Here is the link
How to set Local Notification repeat interval to custom time interval?
Hope this helps you.