热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

itunesios_与iTunes同步时如何防止iOS应用重新安装

itunesiosWhenyoudeleteanapponyouriPhoneoriPad,youmaynoticethatitgetsinstalledagainwhenyous
itunes ios

itunes ios

00_lead_image_prevent_automatic_downloads

When you delete an app on your iPhone or iPad, you may notice that it gets installed again when you sync with iTunes on your PC. However, there’s a way to prevent apps from reinstalling on your iPhone or iPad after you delete them.

在iPhone或iPad上删除某个应用程序时,您可能会注意到在与PC上的iTunes同步时会再次安装该应用程序。 但是,有一种方法可以防止您删除应用程序后在iPhone或iPad上重新安装它们。

Apps deleted on your iPhone or iPad are still in iTunes and will be reinstalled on your devices even after you delete them. There are three settings you must turn off to prevent this from happening, one on your iOS device and two in iTunes, and we’ll show you how to change these settings.

在iPhone或iPad上删除的应用程序仍在iTunes中,即使将其删除也将重新安装在设备上。 您必须关闭三种设置来防止这种情况的发生,一种在iOS设备上,另一种在iTunes中,我们将向您展示如何更改这些设置。

To remove an app from your iPhone or iPad, hold your finger down on the app’s icon. All the icons and folders will wiggle and you’ll see a delete badge (X in a circle) in the upper-left corner of the icon. Tap that “X” button to delete the app from your device.

要从iPhone或iPad上删除某个应用,请按住手指在该应用的图标上。 所有图标和文件夹都会摆动,您将在图标的左上角看到一个删除徽章(圆圈中的X)。 点按“ X”按钮可从您的设备中删除该应用。

00a_deleting_an_app_on_device

To prevent a deleted app from being reinstalled on your device, first we’ll turn off a setting on the device. To do this, tap “Settings” on your home screen.

为防止已删除的应用重新安装到您的设备上,首先我们将关闭设备上的设置。 为此,请在主屏幕上点击“设置”。

01_tapping_settings

Tap “App and iTunes Stores” in the “Settings” menu on the left side of the screen.

在屏幕左侧的“设置”菜单中,点击“应用程序和iTunes商店”。

02_tapping_app_and_itunes_stores

Under “Automatic Downloads” on the right side of the screen, tap the green slider button for “Apps”. If you don’t want “Music”, “Books”, or “Updates” (from the App Store) to install automatically, turn off these options as well.

在屏幕右侧的“自动下载”下,点击“应用”的绿色滑块按钮。 如果您不想自动安装“音乐”,“书籍”或“更新”(来自App Store),请同时关闭这些选项。

03_turning_off_apps_auto_download

When an option is off, the slider button turns white and the change in the setting happens immediately. You can simply press the Home button to return to the Home screen.

关闭选项后,滑块按钮将变为白色,并且设置会立即发生更改。 您只需按“主页”按钮即可返回“主页”屏幕。

04_apps_auto_download_off

There are two settings to turn off in iTunes to prevent apps from reinstalling on your device after deleting them. The first one we’re going to change is the “Automatic Downloads” feature in iTunes. Open iTunes and select “Preferences” from the “Edit” menu.

iTunes中有两项设置需要关闭,以防止删除应用程序后将其重新安装到设备上。 我们要更改的第一个是iTunes中的“自动下载”功能。 打开iTunes,然后从“编辑”菜单中选择“首选项”。

05_selecting_preferences

On the “General Preferences” dialog box, click “Store” on the toolbar at the top.

在“常规首选项”对话框中,单击顶部工具栏上的“存储”。

06_clicking_store

To prevent apps from reinstalling on your devices after deleting them, select the “Apps” check box in the “Automatic Downloads” section so there is NO check mark in the box.

为防止应用删除后将其重新安装到您的设备上,请选中“自动下载”部分中的“应用”复选框,以使该复选框中没有复选标记。

07_unchecking_apps

Click “OK” to save your changes and close the dialog box.

单击“确定”保存更改并关闭对话框。

08_clicking_ok

To turn off the third option, connect your device to your PC. When your device is connected, click the icon for the device on the toolbar.

要关闭第三个选项,请将设备连接到PC。 连接设备后,单击工具栏上的设备图标。

10_clicking_device_icon

Under “Settings” in the left pane, click “Apps”.

在左窗格的“设置”下,单击“应用程序”。

11_clicking_apps

The “Apps” screen displays allowing you to install and remove apps from your device using iTunes.

显示“应用程序”屏幕,可让您使用iTunes从设备安装和删除应用程序。

12_apps_list

Scroll down past the list of apps and select the “Automatically install new apps” check box below the list, so there is NO check mark.

向下滚动到应用程序列表,然后选择列表下方的“自动安装新应用程序”复选框,因此没有复选标记。

13_turn_off_auto_install_new_apps

NOTE: If any of these three options are on, apps will be reinstalled after deleting them on your device. You must turn off all three options.

注意:如果启用了这三个选项中的任何一个,则在您的设备上删除应用程序后将重新安装应用程序。 您必须关闭所有三个选项。

翻译自: https://www.howtogeek.com/232298/how-to-prevent-ios-apps-from-reinstalling-when-you-sync-with-itunes/

itunes ios



推荐阅读
  • 自然语言处理(NLP)——LDA模型:对电商购物评论进行情感分析
    目录一、2020数学建模美赛C题简介需求评价内容提供数据二、解题思路三、LDA简介四、代码实现1.数据预处理1.1剔除无用信息1.1.1剔除掉不需要的列1.1.2找出无效评论并剔除 ... [详细]
  • 如何将TS文件转换为M3U8直播流:HLS与M3U8格式详解
    在视频传输领域,MP4虽然常见,但在直播场景中直接使用MP4格式存在诸多问题。例如,MP4文件的头部信息(如ftyp、moov)较大,导致初始加载时间较长,影响用户体验。相比之下,HLS(HTTP Live Streaming)协议及其M3U8格式更具优势。HLS通过将视频切分成多个小片段,并生成一个M3U8播放列表文件,实现低延迟和高稳定性。本文详细介绍了如何将TS文件转换为M3U8直播流,包括技术原理和具体操作步骤,帮助读者更好地理解和应用这一技术。 ... [详细]
  • 兆芯X86 CPU架构的演进与现状(国产CPU系列)
    本文详细介绍了兆芯X86 CPU架构的发展历程,从公司成立背景到关键技术授权,再到具体芯片架构的演进,全面解析了兆芯在国产CPU领域的贡献与挑战。 ... [详细]
  • 本文节选自《NLTK基础教程——用NLTK和Python库构建机器学习应用》一书的第1章第1.2节,作者Nitin Hardeniya。本文将带领读者快速了解Python的基础知识,为后续的机器学习应用打下坚实的基础。 ... [详细]
  • 如果应用程序经常播放密集、急促而又短暂的音效(如游戏音效)那么使用MediaPlayer显得有些不太适合了。因为MediaPlayer存在如下缺点:1)延时时间较长,且资源占用率高 ... [详细]
  • 用阿里云的免费 SSL 证书让网站从 HTTP 换成 HTTPS
    HTTP协议是不加密传输数据的,也就是用户跟你的网站之间传递数据有可能在途中被截获,破解传递的真实内容,所以使用不加密的HTTP的网站是不 ... [详细]
  • 本文详细介绍了在 CentOS 7 系统中配置 fstab 文件以实现开机自动挂载 NFS 共享目录的方法,并解决了常见的配置失败问题。 ... [详细]
  • 微信公众号推送模板40036问题
    返回码错误码描述说明40001invalidcredential不合法的调用凭证40002invalidgrant_type不合法的grant_type40003invalidop ... [详细]
  • [转]doc,ppt,xls文件格式转PDF格式http:blog.csdn.netlee353086articledetails7920355确实好用。需要注意的是#import ... [详细]
  • 在JavaWeb开发中,文件上传是一个常见的需求。无论是通过表单还是其他方式上传文件,都必须使用POST请求。前端部分通常采用HTML表单来实现文件选择和提交功能。后端则利用Apache Commons FileUpload库来处理上传的文件,该库提供了强大的文件解析和存储能力,能够高效地处理各种文件类型。此外,为了提高系统的安全性和稳定性,还需要对上传文件的大小、格式等进行严格的校验和限制。 ... [详细]
  • 在PHP中如何正确调用JavaScript变量及定义PHP变量的方法详解 ... [详细]
  • 基于Net Core 3.0与Web API的前后端分离开发:Vue.js在前端的应用
    本文介绍了如何使用Net Core 3.0和Web API进行前后端分离开发,并重点探讨了Vue.js在前端的应用。后端采用MySQL数据库和EF Core框架进行数据操作,开发环境为Windows 10和Visual Studio 2019,MySQL服务器版本为8.0.16。文章详细描述了API项目的创建过程、启动步骤以及必要的插件安装,为开发者提供了一套完整的开发指南。 ... [详细]
  • 本文介绍了如何利用Struts1框架构建一个简易的四则运算计算器。通过采用DispatchAction来处理不同类型的计算请求,并使用动态Form来优化开发流程,确保代码的简洁性和可维护性。同时,系统提供了用户友好的错误提示,以增强用户体验。 ... [详细]
  • ### 优化后的摘要本学习指南旨在帮助读者全面掌握 Bootstrap 前端框架的核心知识点与实战技巧。内容涵盖基础入门、核心功能和高级应用。第一章通过一个简单的“Hello World”示例,介绍 Bootstrap 的基本用法和快速上手方法。第二章深入探讨 Bootstrap 与 JSP 集成的细节,揭示两者结合的优势和应用场景。第三章则进一步讲解 Bootstrap 的高级特性,如响应式设计和组件定制,为开发者提供全方位的技术支持。 ... [详细]
  • 【线段树】  本质是二叉树,每个节点表示一个区间[L,R],设m(R-L+1)2(该处结果向下取整)左孩子区间为[L,m],右孩子区间为[m ... [详细]
author-avatar
爲妳奮鬥壹輩子丶故事_932
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有