iphone - "Do Not Disturb" feature in iOS 6 How to implement? -
I want to implement the "dot no distribute" feature in iOS 6.
The first question: is any framework or API apples to control them via code?
After a lot of googling I found an application on the App Store "Call Bliss" which provides this functionality and calls, SMS and MMS. Can anyone explain how this app works? Or is there any other work to know and implement this feature in iOS?
Thanks in advance ...
By reading the details of call bliss, it Looks quite simple in how exactly works.
1) Do not worry every time should be enabled. Not set, not locked, but at all times
2) For this you need to set up a contact group for the exception of not enjoying the "fun exception". This means that the app needs access to your address book.
From there, it may be wise to believe that it manages the contacts in the "joy exception" contact group based on the parameters you define in the application. It connects and removes people involved in those groups which are based on criteria.
So to answer your question, no, there is no framework to do this. The way in which they are doing this, the only way to do this is not to disturb the situation with the public API for management.
Comments
Post a Comment