This question already has answers here:
"Do Not Disturb" feature in iOS 6 How to implement?
(3 answers)
Closed 8 years ago.
I cannot find a good tutorial to turn on Do Not Disturb for iOS7. I found some stuff that dealt with iOS6 and iOS5, but they included deprecated and outdated material. In short, how could I programmatically turn on Do Not Disturb? I have seen apps like Call Bliss and am wondering how that works.
To be clear to any other visitors to this page.
There is no public API that manages the "Do Not Disturb" feature. There are also no frameworks that can achieve this.
Related
This question already has answers here:
iOS: how to get correctly battery level
(2 answers)
Closed 8 years ago.
I need help. I'm trying to make a battery monitor and I can't figure out how too. I'm not sure how any of UIDevice works...
See the related post below. I also hate to add that you should probably search stackoverflow first to see if someone has already answered your question.
iOS: how to get correctly battery level
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
Apple's announcement of the 'Optimized for iOS7' mandate is as follows:
https://developer.apple.com/news/index.php?id=12172013a
Starting February 1, new apps and app updates submitted to the App Store must be built with the latest version of Xcode 5 and must be optimized for iOS 7. Learn more about preparing your apps by reviewing the iOS Human Interface Guidelines.
There's been several questions regarding this already regarding the Xcode part, which seems fairly straight-forward (use Xcode 5!)
But the 'optimized for' part along with the HIGs is much more vague.
It appears that some interpret this to mean "It has to look like a native iOS7 app...Helvetica Thin, extremely flat icons, translucency, etc"
But I find that hard to accept given how broad app UIs tend to be. I don't see EA Sports changing all their UIs to match, for example. Has apple published any clarifying documentation in regards to what they mean by 'optimized for' and how closely the UI must adhere to iOS7 conventions and to what range of apps this would apply to (all apps? Only native apps? HTML5 apps? Games? etc.)?
Coming from someone who has submitted a lot of apps, this isn't something I would see Apple enforcing unless you stray very far from the iOS 7 look and feel.
For example, I could imagine someone trying to submit an application that looks & feels a lot like an iOS 6 app, which is something they wouldn't want (confusing). Or, imagine somebody creating a new UIDatePicker that looks like the iOS 6 date picker (confusing). They're simply looking for consistency.
So, rule of thumb when it comes to HIG--use what apple provides. For custom views, respect the platform and don't confuse the user.
More specifics https://developer.apple.com/appstore/resources/approval/guidelines.html
One current completely unsupported working hypothesis seems to be that, as of Feb 1st, an iOS app has to be built with the iOS 7 as Base SDK, and that the newer iOS 7 metrics can't break anything in the UI (as in non-operable buttons or alerts, views partially-hidden under the status bar or behind tool bars, text half off-screen, etc.), and the app can't attempt to call any deprecated APIs removed from iOS 7.
This question already has an answer here:
Is it possible to reset the privacy settings in iOS?
(1 answer)
Closed 9 years ago.
to undetermined again.
When the value is undetermined, iOS will ask what to do.
Well, if the status is already rejected, iOS won't ask again.
I want iOs to ask again.
How do I do so?
There's no way to do this in code. If your status is rejected, simply tell the user that he should start Settings.app and enable access for your application.
This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Using live tiles inside a windows 8 metro application
Could be a third party tool provider. If not is there a way to customize it to include live tiles inside the app?How?
The actual "live tiles" implementation is not available inside the App, but you can simulate them and their behaviour.
I think Callisto might be what you want, it's really easy to use.
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Is there already a Google+ API?
Is it possible to develop application for Google Plus? If so, how? I did not find any information about that.
Does anyone have any information regarding this?
Please share if you have.
Thanks in advance.
The Google+ API has now been released. 1.
Thankfully, none exist.
Google+ is in beta, so nobody is really using it (except me :P) and Google hasn't said anything about releasing any sort of developer's guide. But I think one will exist, sooner or later.