TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Stopping background applications on iOS 4

16 点作者 mickdj超过 14 年前

3 条评论

credo超过 14 年前
<i>&#62;&#62;But how do you stop an application from running in the background?<p>Delete it. Seriously, that’s the only way.</i><p>&#62;&#62;<i>If you hold down the icons until they start to wobble and then tap the red X, you have terminated that application.</i> <i>&#62;&#62;But applications get restarted when: the phone reboots</i><p>I think this is mistaken.<p>I haven't verified this in code yet, but my impression is that the app will not be restarted automatically on a reboot.<p>After you reboot the phone, you will be able to see previously run apps in your list of "recently run apps" (by pressing the Home button twice). However, this doesn't mean that the app has been restarted. You will have to tap the app-icon to get it to start.<p><i>[Edit] Thanks for the clarification below about needing to call startMonitoringSignificantLocationChanges. You may want to add this detail to the blog post because the current wording suggests that all background apps get restarted on a reboot.</i>
评论 #1944267 未加载
评论 #1939046 未加载
jackowayed超过 14 年前
&#62; <i>Settings-&#62;General-&#62;Location Services</i><p>This is one of the reasons I was so glad to ditch my iPhone. They bury shit that you want to access frequently in Settings.<p>Want to turn your WiFi on/off? It's 2 or 3 menus deep in settings. Same with brightness. I change both of those several times a day.<p>And there's nothing you can do about it unless you jailbreak your phone.<p>On my HTC Droid Incredible, I have a power control widget that lets me turn on and off wifi, GPS, and bluetooth, and lets me toggle between 3 brightness settings. It only takes up 1/4 of a home screen. It's wonderful.
评论 #1939041 未加载
评论 #1939066 未加载
评论 #1939055 未加载
snprbob86超过 14 年前
It's pretty easy to force quit an application on iOS 4:<p>1) Hold the power button until the power-down slider shows up<p>2) Hold the home button until the application exists
评论 #1939191 未加载