
iOS 5 - disponibile la nuova beta 7, ecco l'elenco dettagliato delle novità
1 Settembre 2011 | Max Capitosti
APPLE CERCA iBooks
- iBooks 1.2.2 may fail to display some text or images in books. Please update to iBooks 1.3 in the App Store.
iCloud Backup
- If you enable iCloud Backup, automatic backup with iTunes when syncing will be disabled. We also suggest that you manually back up your device with iTunes. Backups made with earlier versions of iOS 5 beta will soon become incompatible, and will no longer be available. It is strongly advised you upgrade to this version of the iOS 5 beta in order to continue backing up your devices.
iCloud Storage
- NEW: Starting in iOS 5 beta 7, the requirements for specifying container identifier strings in your application's entitlements have changed. Each container identifier that does not include a wildcard character must exactly match the bundle identifier of an application published using the same team ID as your application. You are not required to include an entitlement that matches your app's own bundle identifier; for example, a lite and pro version of your app could both specify the pro app's bundle identifier to share the same container. The requirements for container identifiers that include wildcard characters have not changed, but you may need to update existing wildcard identifiers after changing any non-wildcard identifiers in your application's entitlements to match the new rules.
- NEW: In this beta of iOS 5.0 the number of times an app can synchronize in quick succession with the servers has been reduced. If you are debugging your app and want to see whether your synchronize requests are being throttled, you can call the
-[NSUbiquitousKeyValueStore _printDebugDescription]
method directly in gdb. Please note that-[NSUbiquitousKeyValueStore _printDebugDescription]
is an SPI so you are strongly advised not to use it in your app. - On KVS, the per-key limit has been raised to 64Kb (to match the per-app limit); and the maximum number of keys has been raised to 256.
- During the iOS 5 beta period, any documents stored on the servers might be purged periodically before GM. Therefore, it is highly recommended that you do not store any critical documents or information on the servers.
- Provisioning Profiles no longer need to be enabled for iCloud in the iOS Provisioning Portal. 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, the predicate is now honored. But the predicate is an NSPredicate-style predicate, not a Spotlight-style predicate an example of this is that you must use LIKE instead of = for wild card 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 - In this beta, the
setSortDescriptors:
method ofNSMetadataQuery
is not supported. - To use iCloud prior to beta 5, you had to manually specify various container identifiers (your application's Display set) within an Entitlements file for both of your Mac OS X and iOS projects.Starting in beta 5, to enable iCloud storage within your apps, simply click the “Enable Entitlements” checkbox in the Summary pane of your project. Xcode will create 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.)If you specify a custom identifier string for your iCloud Key-Value Store or iCloud Container entitlement values, you no longer need to prepend your Team ID to the beginning of the string. Xcode will prepend your Team ID to these entries automatically
- 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, if you passnil
, Foundation uses the first document container ID specified in your app's entitlements. - There are issues using the Cloud Storage document API in conjunction with protected data which can lead to data corruption.
- In this beta, file presenters (objects that adopt the
NSFilePresenter
protocol) do not receive some of the messages that they're supposed to receive, especially:presentedSubitemDidAppearAtURL:
presentedSubitemDidChangeAtURL:
relinquishPresentedItemToWriter:
method and checking to see if the writer actually wrote when your file presenter reacquires.
File presenters do receivepresentedItemDidChange:
messages in this beta. - While reporting 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 their 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
.
- File names are case-insensitive in OS X but case-sensitive in iOS. This can lead to problems when syncing files between the two. You should take steps on iOS to avoid creating files whose names differ only by case.
FACEBOOKSEGUICI SU
TELEGRAMNOTIZIE CORRELATE
iOS 5 - disponibile la nuova beta 6, ecco l'elenco dettagliato delle novità Continua la messa a punto da parte degli ingegneri di Apple del nuovo sistema operativo iOS 5, che probabilmente vedrà la luce in forma definitiva al momento della presentazione ... [19/08/2011]
ULTIME NOTIZIE











