iOS8如何关闭OTA升级?相信很多朋友都讨厌OTA升级吧,所以小编为大家分享了iOS8关闭OTA升级的方法,希望可以帮助大家。

 

删除OTA升级,方法如下:   
ios8路径   /Library/LaunchDaemons   把3个进程删除或者把plist改成plis_
com.apple.OTATaskingAgent.plist
com.apple.mobile.softwareupdated.plist
com.apple.softwareupdateservicesd.plist

修改Applications/Preferences.app/General.plist
删除下面:
                <dict>
                        <key>cell</key>
                        <string>PSLinkCell</string>
                        <key>cellClass</key>
                        <string>PSBadgedTableCell</string>
                        <key>detail</key>
                        <string>SoftwareUpdatePrefController</string>