예상과 다르게 아이폰5가 아닌 아이폰4S 단독 출시가 확정되면서, 애플이 iOS5의 GM(Gold Master) 버전을 공개했습니다. 이번 iOS5의 Full Changelog는 아래와 같습니다.
What's new on iOS 5 GM (Full Changelog)
그간 iOS5 베타버전 만큼은 개발자 계정을 요구했었으나 GM버전은 개발자 계정없이도 누구나 설치할 수 있습니다. iOS5 GM 버전을 설치하기 위해서는 아이튠즈10.5b7(iTunes 10.5b7)이 필요합니다. iOS5의 정식배포는 10월 12일입니다.
Accounts
- When creating an iCloud account, you can use any Apple ID as long as it is a full email address and not a MobileMe account. If you have a MobileMe account, you can move that account to iCloud. You can find more information at: http://me.com/move
AirPlay
- Starting in iOS 5, AirPlay is enabled by default for video content in applications and websites.
- In iOS 5, AV Foundation adds support for video playback via AirPlay.
APIs
- The
NSNetService
class and CFNetService APIs do no include P2P interfaces by default. To browse, register, or resolve services over P2P interfaces, an application needs to use the BonjourDNSService*()
APIs noted below.- Setting the interfaceIndex parameter to
kDNSServiceInterfaceIndexAny
in the following API’s will not include P2P interfaces by default. To include P2P interfaces, you must now set thekDNSServiceFlagsIncludeP2P
flag when usingkDNSServiceInterfaceIndexAny
or set the interfaceIndex tokDNSServiceInterfaceIndexP2P
. The affected APIs are:
DNSServiceBrowse
DNSServiceRegister
DNSServiceResolve
DNSServiceRegisterRecord
DNSServiceQueryRecord
API Validation
- In the iOS 5 development tools, it is possible to extract APIs used by an application and have them checked for use of private APIs. This option is offered when you validate your application for app submission.
Apple TV
- The Apple TV Software enables users to mirror the contents of an iPad 2 to an Apple TV (2nd generation) using AirPlay. This software also enables Photo Stream on Apple TV so users can access photos stored in iCloud. Apple TV Software beta is being provided to test the latest AirPlay functionality with your iOS 5 apps and web sites. If you wish to install Apple TV Software beta on your device, you must first register your device UDID in the iOS Developer Program Portal.
Automatic Reference Counting
- In Xcode, if the configuration is set to Device and there is a space in the path of one of the source files (more commonly, the project is inside a directory with spaces), the “Convert to Automatic Reference Counting” step (after Precheck) will fail with error:
Error in format of file: <path>
.If encountered, the user should switch to Simulator and retry the migration.Binary Compatibility
- On applications linked against the iOS 5 SDK, scroll view content offsets will no longer be rounded to integral pixels during a pinch gesture.
GameKit
- Match data for turn-based matches is limited to 4 KB.
- FIXED: Auto-matching with the turn-based view controller does not work. Invites or the direct auto-match API can be used as a workaround.
iCloud Backup
- Backups made prior to September 22nd are no longer available. It is strongly advised to upgrade to this version of iOS 5 in order to continue backing up your devices
iCloud Storage
- In the iCloud key-value store, the maximum number of keys has been raised to 256.
- All newly generated provisioning profiles are now automatically enabled for iCloud. If you are using an Xcode managed Team Provisioning Profile, click refresh in the Xcode Organizer to obtain a new iCloud-enabled profile. To enable all other provisioning profiles for iCloud, simply regenerate your profiles in the iOS Provisioning Portal.
- If your application is using the
NSMetadataQuery
class, you must set a predicate and the predicate is now honored. But the predicate is anNSPredicate
-style predicate, not a Spotlight-style predicate. An example of the difference is that you must useLIKE
instead of=
for wildcard matching. The differences are defined in more detail at:http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/Predicates/Articles/pSpotlightComparison.html#//apple_ref/doc/uid/TP40002370-SW1.- The
setSortDescriptors:
method ofNSMetadataQuery
is not supported.- To enable iCloud storage within your apps in iOS 5, click the Enable Entitlements checkbox in the Summary pane of your project. Xcode creates a custom entitlements file for your project that automatically includes your Team ID. You can add additional iCloud Container values as required by your application. (Note that you must regenerate your existing provisioning profiles, either with Xcode or in the iOS Provisioning Portal, to use iCloud storage.)
- The container identifier string you pass to the
URLForUbiquityContainerIdentifier:
method ofNSFileManager
must include the team ID at the beginning of the string. As a convenience, you can passnil
to retrieve the first document container ID specified in your app’s entitlements.- In iOS 5, files that are protected via Data Protection cannot be used with iCloud Storage APIs.
- File presenters—objects that adopt the
NSFilePresenter
protocol—do not receive some of the messages that they are supposed to receive, including:
presentedSubitemDidChangeAtURL:
As a work around, implement therelinquishPresentedItemToWriter:
method and check to see if the writer actually wrote when your file presenter reacquires the file.- If you report a bug related to the iCloud storage interfaces, please include the logs collected during your debugging session. To generate these logs, you must install a special debug profile on your device.The debug profile can be obtained from http://connect.apple.com. This profile enables the generation of debug logs that are needed to diagnose any problems using iCloud storage. The instructions to collect the logs are:
- Install the profile. (The easiest way to do this is to mail it to yourself and open the attachment on your device.)
- Reproduce the bug.
- Sync with iTunes to pull the logs off your device.
- Attach the logs to your bug report. You can find the logs in
~/Library/Logs/CrashReporter/MobileDevice/DeviceName/DiagnosticLogs
.These logs can grow large very quickly, so you should remove the profile after you have reproduced the problem and pulled the logs of your device.- File names are case-insensitive in Mac OS X but case-sensitive in iOS. This can lead to problems when sharing files between the two using iCloud. You should take steps on iOS to avoid creating files whose names differ only by case.
iTunes
- The version of iTunes that comes with the GM release cannot sync devices that have the beta 7 software installed. To avoid this problem, do the following:
- Sync any devices that have beta 7 installed to the version of iTunes that came with beta 7.
- Upgrade iTunes to the version that comes with the GM release.
- Connect the device and install the GM software. (Understand that you might see a failure to sync error when you first connect the device.)
- After installing the GM software, restore from your backup you made in step 1.
Music Player
- FIXED: When deleting a song or video from Music/Videos on the device, the Music Player app crashes.
Security
- In iOS 5, the signing of certificates with MD5 signatures is not supported. Please ensure that certificates use signature algorithms based on SHA1 or SHA2.
Springboard
- Push and local notifications for apps appear in the new Notification Center in iOS 5. Notification Center displays notifications that are considered “unread.” To accommodate push and local notifications that have no unread status, set your application’s badge count to 0 to clear that app’s notifications from Notification Center.
UI Automation
- When using the
performTaskWithPathArgumentsTimeout
method ofUIAHost
in a UI Automation script where the API outputs excessively (say, thousands of lines of text) to standard out or standard error, the task may deadlock until the timeout is reached, at which point it will throw a JavaScript exception.- The
lock()
andunlock()
functions ofUIATarget
have been replaced with thelockForDuration(
<seconds>)
function.- In iOS 5, you can now trigger the execution of a UI Automation script on an iOS device from the host terminal by using the instruments tool. The command is:
instruments -w <device id> -t <template> <application>
- When using the cli instruments for UI Automation you can now target the default Automation Template and pass the script and results path into the tool as environment variable options. For example:
instruments -w <device id> -t /Developer/Platforms/iPhoneOS.platform/Developer/Library/Instruments/PlugIns/AutomationInstrument.bundle/Contents/Resources/Automation.tracetemplate <application> -e UIASCRIPT <script> -e UIARESULTSPATH <results path>
UIKit
- Rotation callbacks in iOS 5 are not applied to view controllers that are presented over a full screen. What this means is that if your code presents a view controller over another view controller, and then the user subsequently rotates the device to a different orientation, upon dismissal, the underlying controller (i.e. presenting controller) will not receive any rotation callbacks. Note however that the presenting controller will receive a
viewWillLayoutSubviews
call when it is redisplayed, and theinterfaceOrientation
property can be queried from this method and used to lay out the controller correctly.- In iOS 5, the
UIPickerView
class doesn’t send itspickerView:didSelectRow:inComponent:
delegate message in response to the programatic selection of an item.- Returning
nil
from thetableView:viewForHeaderInSection:
method (or its footer equivalent) is no longer sufficient to hide a header. You must overridetableView:heightForHeaderInSection:
and return0.0
to hide a header.- In iOS 5, the
UITableView
class has two methods to move one cell from one row to another with defined parameters. These APIs are:
moveSection:toSection:
moveRowAtIndexPath:toIndexPath:
- Using the
UIWebView
class in Interface Builder, setting a transparent background color is possible in iOS 5. Developers compiling against the new SDK can check their XIB for theUIWebView
transparent setting.- In iOS 5, the
UINavigationBar
,UIToolbar
, andUITabBar
implementations have changed so that thedrawRect:
method is not called unless it is implemented in a subclass. Apps that have re-implementeddrawRect:
in a category on any of these classes will find that thedrawRect:
method isn’t called. UIKit does link-checking to keep the method from being called in apps linked before iOS 5 but does not support this design on iOS 5 or later. Apps can either:
- Use the customization API for bars in iOS 5 and later, which is the preferred way.
- Subclass
UINavigationBar
(or the other bar classes) and overridedrawRect:
in the subclass.- The
indexPathForRow:inSection:
,section
, androw
methods ofNSIndexPath
now useNSInteger
instead ofNSUInteger
, so that these types match with methods defined onUITableView
.- The behavior of the
UITableView
class’sscrollToRowAtIndexPath:atScrollPosition:animated:
method has changed. If a scroll position ofUITableViewScrollPositionTop
orUITableViewScrollPositionBottom
is specified, the method now adjusts for the top and bottom portions of thecontentInset
property.- In releases prior to iOS 5, the
UIPopoverController
class would unconditionally set the autoresizing masks of view controllers that provided the content for the popover controller. It would also unconditionally set the autoresizing masks of the views of view controllers pushed on to aUINavigationController
object which was the content view controller of the popover controller.TheUIPopoverController
class no longer does this for applications linked against iOS 5 or later. Developers should ensure that the autoresizing masks of views are set properly to allow for arbitrary resizing within any container, not just popovers. A mask of(
UIViewAutoresizingFlexibleWidth
|
UIViewAutoresizingFlexibleHeight
)
is reasonable.- The completion handler for
saveToURL:forSaveOperation:completionHandler:
is called outside of the coordinated write block.- The
autosaveWithCompletionHandler:
method is now only called for period-based saves when it is safe to return without saving. Documents must save, though, if thesaveToURL:forSaveOperation:completionHandler:
method is invoked.Safari and WebKit
- In iOS 5, a new inherited CSS property,
-webkit-overflow-scrolling
, is available. The valuetouch
allows the web developer to opt in to native-style scrolling in anoverflow:scroll
element. The default value for this property isauto
, which allows single-finger scrolling without momentum.- The WebKit framework has been updated to a version which closely matches the engine used by Safari 5.1 on the Desktop. There are some areas to be aware of with the new WebKit framework on iOS 5. Specifically, for web sites and native apps that use UIWebView:
- There is a new HTML5-compliant parser.
- Text layout width may change slightly because word-rounding behavior now has floating-point-based precision.
- There is improved validation of the
<input type=number>
form field, which includes removing leading zeros and number formatting.- Touch events are now supported on input fields.
<input type=range>
is now supported.window.onerror
is now supported.- There is a new user agent that does not have locale information in the User Agent string.
- URLs are now canonicalized by making the scheme all lowercase. If a fake URL is used to pass information from a
UIWebView
back to native code, make sure that the scheme is always lowercase, or that the native code compares the scheme in a case-insensitive manner.Wi-Fi Syncing
- Wireless syncing support requires Mac OS X 10.6.8 or Lion. You will see an option to enable wireless syncing when you connect your device to iTunes with the USB cable. It is recommended you perform your initial sync with a cable after restoring your device.
- Wireless syncing is triggered automatically when the device is connected to power and on the same network as the paired computer. Or, you can manually trigger a sync from iTunes or from Settings > General > iTunes Sync (same network as paired computer required).
- If you find issues with apps, media and/or photos synced to your device, you can reset then resync. From Settings > General > Reset, choose Erase all Content and Settings. Then reconnect to iTunes and sync again.
▲ 아이튠즈 10.5 베타7 다운로드 [MAC] [Windows X86] [Windows X64]
Here's the history of the released bits of iOS 5:
Apple has released 7 beta versions of iOS 5 that unveiled most of the new features of the revolutionary iOS 5 firmware.
- iOS 5.0 beta 1 on June 6th.
- iOS 5.0 beta 2 on June 24th - Here's ChangeLog.
- iOS 5.0 beta 3 on July 11th - Here's ChangeLog.
- iOS 5.0 beta 4 on July 22th - Here's ChangeLog.
- iOS 5.0 beta 5 on August 6th - Here's ChangeLog.
- iOS 5.0 beta 6 on August 19th - Here's ChangeLog.
- iOS 5.0 beta 7 on August 51st - Here's ChangeLog.
Download iOS 5 GM ipsw firmware [Direct Links] :
- Download iOS 5 GM for iPhone 4 GSM (MultiUpload - Uploadking)
- Download iOS 5 GM for iPhone 4 CDMA (MultiUpload)
- Download iOS 5 GM for iPhone 3GS (MultiUpload - Uploadking)
- Download iOS 5 GM for iPod Touch 4G (MultiUpload - Uploadking)
- Download iOS 5 GM for iPod Touch 3G (MultiUpload - Uploadking)
- Download iOS 5 GM for iPad 2 Wifi (MultiUpload - Uploadking)
- Download iOS 5 GM for iPad 2 3G (MultiUpload - UploadKing)
- Download iOS 5 GM for iPad 1 (MultiUpload - UploadKing)
▲ T.B의 SNS 이야기 블로그의 모든 글은 저작권법의 보호를 받습니다. 어떠한 상업적인 이용도 허가하지 않으며, 이용(불펌)허락을 하지 않습니다.
▲ 사전협의 없이 본 콘텐츠(기사, 이미지)의 무단 도용, 전재 및 복제, 배포를 금합니다. 이를 어길 시 민, 형사상 책임을 질 수 있습니다.
▲ 비영리 SNS(트위터, 페이스북 등), 온라인 커뮤니티, 카페 게시판에서는 자유롭게 공유 가능합니다.
T.B의 SNS이야기 소식은 T.B를 팔로윙(@ph_TB) 하시면 실시간으로 트위터를 통해서 제공 받을 수 있습니다.
728x90
반응형
'iOS IPSW' 카테고리의 다른 글
iOS5 업데이트 3002 에러 간단 해결법 (0) | 2011.10.13 |
---|---|
iOS 5.0 ipsw 펌웨어 다이렉트 다운로드 (8) | 2011.10.13 |
iOS5 정식 배포 (목) am 2:00 업데이트를 위한 5가지 준비 단계 (13) | 2011.10.13 |
아이튠즈(iTunes) 10.5 Final 버전 업데이트 - 변경사항 (5) | 2011.10.12 |
애플 개발자 계정이 필요없는 iOS5 GM(Gold Master)버전 설치하기 (15) | 2011.10.08 |
애플 iOS 4.3.5 배포: IPSW 펌웨어 다운로드 및 권장설치방법 (2) | 2011.07.26 |
애플, PDF 보안취약 패치 iOS 4.3.4 배포, IPSW 펌웨어 다운로드 (2) | 2011.07.17 |
애플, iOS 디바이스 동기화 버그 수정 아이튠즈 10.3.1 배포 (0) | 2011.06.08 |
[다운로드] iOS5 베타(BETA)1 (4) | 2011.06.08 |
iOS 4.3.3 릴리즈 IPSW펌웨어 다운로드.변경사항.권장업데이트 (4) | 2011.05.05 |