I implemented local notification in my app but I am just wondering is there a way to play a sound that is not part of the main bundle of iPhone App.
I have a project I am trying to build with XCode 4.1 that built fine on 3.2.5. The base sdk is set to 4.3 and the deployment target is set to 3.2. I\'ve reproduced the problem in a simple project with
I want 10 ringtones, and as I am setting my UILocalNotification开发者_StackOverflow中文版, I want the particular ringtone should be rang?
Is there anyway to set local notification repeatinterval every 10 min. 开发者_如何学运维I try to use
I am developing an alarm app and having some issues and snooz and repeatation of alarms, I am making a Class having name, time and other alarm options below
i have an app that is using local notifications, and its working all fine, it is generating notifications very well, now i want to turn it off from settings but its not been listed under settings -> n
I try to create alarm app but I don\'t know how to set song from iTunes to sound of local notification.
Will the local notification sh开发者_开发百科ow up when the app is in foreground and currently running in iPhone SDK?No, you will receive a the notification in the appdelegate.
Can we start running the app using Local Notification once the app is terminated? Myproblem is that when my app is in background and the local notificat开发者_Go百科ions come then the app works fine.
In my i\'m using a action sheet picker view. It is working fine. But I want to fire a local notification when a particular time is set in time picker, it is not firing the local notification. I used t