Be our facebook's fan page!

Saturday, June 25, 2011

Full change log from Apple’s iOS 5 beta 2 release


If you have an Apple developer account and an iOS-powered device, odds are you’ve heard that Apple released iOS 5 beta 2 tonight. Wondering what Apple changed in this build? We all know wireless iTunes sync is a go and lock screen notifications have been tweaked, but what about all the other little additions and fixes? For those who prefer to know what they’re getting into, we’ve got the full change log posted below after the jump.
Thanks, Ron!
Notes and Known Issues:
The following issues relate to using the 5.0 SDK to develop code.
Accounts
  1. When creating an iCloud account you can use any Apple ID provided it is a full email address and not a MobileMe account. If you have a MobileMe account, you can copy data from that account to an iCloud account to use during testing. You can find more information on iCloud at: http://developer.apple.com/icloud
  2. When setting up an iCloud or MobileMe account using the setup assistant and leaving Find My iPhone on, it might actually turn Find my iPhone off after the setup. Please verify in Settings/Mail, Contacts, Calendar/YourAccount that Find my iPhone is toggled On after leaving the setup assistant.
  3. There is a problem finding a device using Find My iPhone on the MobileMe website (www.me.com) when switching from iCloud back to MobileMe. To workaround this issue:
  4. On the device go to Settings->Mail, Contacts, Calendar-><your_account>@me.com and Toggle Find My iPhone off and back on. Now the device should show up on MobileMe website.
  5. It is recommended that you disable Bookmarks on multiple accounts. If they are enabled, the results might be undefined.
  6. FIXED: When deleting a MobileMe account, an incorrect message is displayed on the device that says “This will delete all Photo Stream Photos from your device”. You can ignore this message.
Address Book
  1. FIXED: Adding a CardDAV account of any kind (Yahoo, Address Book Server, etc) and then removing the account will result in the loss of the UI button to add a new contact. The button will not appear under Contacts App or the Contacts button under the Phone app.
  2. FIXED: Modifying the fields of an iCloud contact from an iOS device that was not the original source of the contact causes the contact’s photo to disappear on other iOS devices. The image is still there but it is not fetched properly.
AirPlay
  1. Starting in iOS 5.0, video content in applications and websites are AirPlay-enabled by default.
  2. iOS 5.0 supports AirPlay of video via AV Foundation.
  3. The Apple TV screen saver may degrade mirroring performance over AirPlay. The screen saver can be disabled in Apple TV settings.
Apple TV
  1. Apple TV Software beta enables users to mirror the contents of an iPad 2 to an Apple TV (2nd generation) using AirPlay. This beta 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.
Assistant
  1. When signing in with a Classic MobileMe account via iOS 5.0 Setup Assistant, it offers iCloud Backup.
Audio
  1. Using voice chat in iOS 5 requires setting the kAudioSessionMode_VoiceChat mode on the Audio Session, or setting the AVAudioSessionModeVoiceChat mode on the AVAudioSession object.
  2. In iOS 5 beta1, voice chat is currently not working on iPhone 3GS and iPod Touch 3rd generation devices.
Bluetooth
  1. FIXED: When connected to Personal Hot Spot via Bluetooth, the internet connection for web browsing is not successful.
CalDav
  1. FIXED: Despite turning off reminder sync with an iCloud account, editing in the reminders app displays the option to make a new reminder list under iCloud. By doing so, the list and to do items under the list will sync to other devices.
  2. NEW: After creating a recurring event locally on the device, the device stops syncing after hitting an error on merge. Removing and re-adding the account acts as workaround for this.
Calendar
  1. FIXED: When making a change to calendar syncing, like having more than one account on the device and turning on or off one of the account’s calendar syncing, changes may not show up on the calendar UI. To resolve this, kill the calendar app through app switcher and launch it again.
  2. NEW: All MobileMe calendars were duplicated after turning calendar syncing off and back on.
  3. NEW: If you launch or manually refresh Calendars on an iPad, your calendars might disappear and you will have to tap “Show All Calendars” to display them again.
GameKit
  1. FIXED: In games that support “Turn-Based Matches” a player cannot end a match unless all players end the match.
  2. Match data for turn based matches is currently limited to 4 KB of data.
  3. In iOS 5.0, notifications for Game Center are off by default. To enable notifications go to Settings->Notifications->Game Center-> and change the Alert Style from None to Banners or Alerts.
  4. FIXED: Attempting to present a GKPeerPickerController object causes an iPhone 4 to dim and become ‘modal’, but the peer picker never appears.
Graphics
  1. NEW: In the iOS 5 beta 2, the data type of the center property of GLKSkyboxEffect of the GLKit framework has been changed from GLfloat * to GLKVector3.
  2. FIXED: In the iOS 5 beta, the envColor property and the colorMaterialEnabled property of the GLKEffectPropertyTexture class (in the GLKit framework) are not operational.
  3. FIXED: In the iOS 5 beta, the constantColor property of the GLKBaseEffect class (in the GLKit framework) does not report the correct value in gdb.
  4. FIXED: In the iOS 5 beta, the GLKReflectionMapEffect class (in the GLKit framework) requires either the texture2d0 property, the texture2d1 property, or both configured with a valid texture name (for example, texture2d0.glName = myTextureName) in order to function properly. If one of these properties is not configured, you will get no reflection map rendering and a shader compilation error.
  5. If you don’t have a texture2d you intend to use with the GLKReflectionMapEffect class, the following code may be added as a workaround to augment the reflection map effect with a base texture:
  6. GLuint tempTexName;
  7. GLfloat texels[] = { 1.0f, 1.0f, 1.0f, 1.0f };
  8. glGenTextures(1, &tempTexName);
  9. glBindTexture(GL_TEXTURE_2D, tempTexName);
  10. glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER,
  11. GL_LINEAR);
  12. glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 1, 1, 0,
  13. GL_RGBA, GL_FLOAT, texels);
  14. reflectionMapEffect.texture2d0.glName = tempTexName;
  15. FIXED: In the iOS 5 beta, disabling any of the three light parameters (light0, light1 or light2 ) of GLKBaseEffect does not work.
  16. Since the GLKReflectionMapEffect class inherits from GLKBaseEffect, the same behavior is observed for lights used with GLKReflectionMapEffect.
iBooks
  1. iBooks 1.2.2 may fail to display some text or images in books. Please update to iBooks 1.3 in the App Store.
  2. FIXED: Newer PDFs added to iBooks will not be added to subsequent backups.
iCloud Backup
  1. As this is beta software it is recommended that you do not use the iCloud services to store any critical data or information. If you enable iCloud Backup, automatic backup with iTunes when syncing will be disabled. We suggest you also manually back up your device with iTunes.
  2. In the iOS 5 beta, support for data protection in iCloud Backup is unavailable. Apps that have protected files will not have any of their data or metadata backed up as a result.
  3. NEW: After restoring, you may not be able to back up again because the device still thinks it’s restoring. To workaround this issue try syncing apps or media that are missing form iTunes or try deleting your iCloud account and adding it back.
  4. NEW: If you delete your backup, the feature will be disabled but settings may still indicate that it is enabled and you will have to toggle the BackUp to Cloud switch in Settings.
iCloud Storage
  1. During the iOS 5.0 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.
  2. If your application is using the NSMetadataQuery class, you must set a predicate, even though the predicate itself is ignored.
  3. The Foundation framework doesn’t include the team ID when looking for an app’s mobile documents container. The Team ID must be included at the beginning of the identifier string passed to the URLForUbiquityContainerIdentifier: method.
  4. NEW: In this beta, the setSortDescriptors: method of NSMetadataQuery is not supported.
  5. NEW: In this beta, if you want to use iCloud, you have 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.
  6. NEW: There are issues using the Cloud Storage document API in conjunction with protected data which can lead to data corruption.
  7. NEW: In this beta, document-based applications cannot always detect when files change, move, or are deleted out from underneath them.
  8. NEW: 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:
  9. presentedItemDidChange
  10. presentedSubitemDidAppearAtURL:
  11. presentedSubitemDidChangeAtURL:
  12. You can workaround this by implementing the relinquishPresentedItemToWriter: method and checking to see if the writer actually wrote when your file presenter reacquires. You can also use FSEvents to observe file system changes
  13. NEW: In this beta, messages about changes to files in a directory are not getting delivered to objects that adopt the NSFilePresenter protocol.
  14. 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.
  15. 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:
  16. Install the profile. (The easiest way to do this is to mail it to yourself and open the attachment on their device.)
  17. Reproduce the bug.
  18. Sync with iTunes to pull the logs off your device.
  19. Attach the logs to your bug report. You can find the logs in ~/Library/Logs/CrashReporter/MobileDevice/DeviceName/DiagnosticLogs.
  20. These logs can grow large quickly, so you should remove the profile after you have reproduced the problem and pulled the logs for the bug report.
iMessage
  1. NEW: iMessage seed 2 will be unable to communicate with iMessage users on seed 1.
  2. FIXED: Swiping the iMessage on/off switch and the MMS messaging on/off switch in Settings crashes it. Just tapping or toggling does not crash settings.
  3. FIXED: In an iMessage conversation, video/audio attachments cannot be viewed in the transcript on either side of the conversation.
iTunes
  1. The version of iTunes that comes with beta 2 cannot sync devices that have the beta 1 software installed. To avoid this problem, do the following:
  2. Sync any devices that have beta 1 installed to the version of iTunes that came with beta 1.
  3. Upgrade iTunes to the version that comes with beta 2.
  4. Connect the device and install the beta 2 software. (Understand that you might see a failure to sync error when you first connect the device.)
  5. After installing the beta 2 software, restore from your the backup you made in step 1.
MMS
  1. NEW: Sending an MMS of large videos does not work.
  2. Photo Adjustments
  3. If you apply red-eye adjustments in iOS, and import your image into the iPhoto seed build, the red-eye adjustments will not appear on that image in iPhoto. As a result, subsequent syncing of your image back to the iOS device from iPhoto will not show the red-eye adjustments.
Reminders
  1. NEW: The Reminders application does not send notifications for reminders that are based upon the entry (and/or exit) of a location if there is no date associated with the reminder.
Settings
  1. NEW: The “Back Up Now” button is enabled without the backup data class being enabled for the account.
  2. NEW: If you bring up the keyboard of the terms in Settings->General->Software Update, you cannot dismiss it. You have to force quit Settings to get out.
Springboard
  1. Push and local notifications for apps appear in the new Notification Center in iOS 5.0. Notification Center displays notifications that are considered “unread”. In order to accommodate push and local notifications that have no “unread” status, developers can use their application badge count to trigger a clearing of notifications from Notification Center. When an application clears its badge count (by setting it to zero), iOS 5 will clear its notifications from Notification Center.
  2. Developers are strongly encouraged not to run or debug applications on the device prior to completing the device’s setup assistant. This will lead to unexpected behavior and will be a prevented operation in a future release.
UI Automation
  1. The play and record buttons in the Automation instrument script editor may not work properly after targeting an application that was launched by a trace session and has ended. They may also not work if you target an application that was suspended. If you run into this problem and it persists, you may need to close and reopen the trace document to get back into a functional state.
  2. When capturing actions into a script using the Automation instrument, interfaces with web views or table cells that contain a high number of off screen elements may take an extremely long time before returning with an expression.
  3. The lock() and unlock() functions of UIATarget have been replaced with the lockForDuration(<seconds>) function.
  4. Instruments overwrites the loaded automation script, even if another program is editing it.
  5. Starting iOS 5.0, beta 2 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:
  6. instruments -w <device id> -t <template> <application>
UIKit
  1. NEW: Returning nil from the tableView:viewForHeaderInSection: method (or its footer equivalent) is no longer sufficient to hide a header. You must override tableView:heightForHeaderInSection: and return 0.0 to hide a header.
  2. In the iOS 5 beta, the UITableView class has two methods to move one cell from one row to another with defined parameters. These APIs are:
  3. moveSection:toSection:
  4. moveRowAtIndexPath:toIndexPath:
  5. Starting in iOS 5, the exclusiveTouch property of UIControl defaults to YES.
  6. Using the UIWebView class in Interface Builder, setting transparent background color is possible in iOS 5. Developers compiling against the new SDK can check their XIB for the UIWebView transparent setting.
  7. In the iOS 5 beta, the UINavigationBar, UIToolbar, and UITabBar implementations have changed so that the drawRect: method is not called on instances of these classes unless it is implemented in a subclass. Apps that have re-implemented drawRect: in a category on any of these classes will find that the drawRect: 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:
  8. Use the customization API for bars that in iOS 5 and later, which is the preferred way.
  9. Subclass UINavigationBar (or the other bar classes) and override drawRect: in the subclass.
  10. The indexPathForRow:inSection:, section, and row methods of NSIndexPath now use NSInteger instead of NSUInteger, so that these types match with methods defined on UITableView.
  11. There is a known issue with presenting a UIVideoEditorControllerobject where it doesn’t show the selected video, which appears blank instead. In certain cases it may also crash.
  12. Touch events are not getting forwarded to the view in the cameraOverlayView property of UIImagePickerController.
  13. NEW: The imagePickerController:didFinishPickingMediaWithInfo: method of UIImagePickerController is not returning a URL to the video when recording is complete.
  14. NEW: When creating a new appointment in calendar app on a device using 24 hr clock, you cannot select an hour value greater than 12. The date-time picker value sets current weekday to be the same as previous day (e.g: a An appointment on Tuesday will be set as Monday).
  15. NEW: We have changed the behavior of scrollToRowAtIndexPath:atScrollPosition:animated: such that UITableViewScrollPositionTop and UITableViewScrollPositionBottom now adjust for the top and bottom portions of the contentInset property.
WebKit
  1. NEW: In iOS 5.0 beta 2, a new inherited CSS property, -webkit-overflow-scrolling, is available. The value touch allows the web developer to opt in to native-style scrolling in an overflow:scroll element. The default value for this property is auto.
  2. The WebKit framework has picked up a newer WebKit engine, which closely matches Safari 5.1. Some areas to be aware of with the new WebKit framework on iOS:
  3. There is a new HTML5-compliant parser.
  4. Text layout width may change slightly because word-rounding behavior now has floating-point-based precision.
  5. There is improved validation of the <input> form field, which includes removing leading zeros and number formatting.
  6. Touch events are now supported on input fields.
  7. window.onerror is now supported.
WiFi Syncing
  1. In iOS 5.0 beta 2, wireless syncing is now available for the Mac. It requires iTunes 10.5 beta 2 and 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.
  2. 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). Be sure your device is plugged into a power source when performing Wireless syncs.
  3. 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.
  4. In this beta, iTunes may incorrectly report Photos as “Other” in the capacity bar. Photo syncing otherwise works as expected.
Xcode
  1. You are strongly encouraged to back up your device using iTunes before restoring.
  2. In some cases, Xcode 4.2 Organizer does not display a device that is in restore mode. As a workaround you can use iTunes to restore.
  3. On some desktop machines, Xcode’s memory usage inflates incredibly fast while restoring a device or copying an IPSW. As a workaround use iTunes to restore.
  4. Sometimes Xcode 4.2 switches to a wrong scheme or run destination after an on-disk update.
  5. In this beta, crash logs (either unsymbolicated or symbolicated) do not appear in Xcode Organizer. To make them appear in the Xcode Organizer, you will have to rename the device.
  6. NEW: In iOS 5.0 beta 2, the iOS Simulator is not compatible with previous releases of the iCloud Developer Seed for OS X. It is highly recommended that you update to the latest iCloud Developer Seed to ensure compatibility.

Facebook for Android v1.6 Adds Video Uploading and Page Browsing

The latest version of the popular native Android mobile app, Facebook for Android v1.6, lets users browse Page walls, upload videos to Facebook, and see more types of stories in the news feed. The app now matches Facebook for iPhone’s video capability, though it still has a much more limited interface for Pages.

Facebook for Android has seen strong growth in the past month, even compared to other fast-growing official clients. It gained three million more daily active users to reach 29.5 million DAU. This growth slightly outpaces that of Facebook for iPhone, which grew 2.4 million DAU in the same time period despite a larger existing base. The Android app is still lacking features including photo tagging, Facebook Checkin Deals, and the ability to search for Pages that the iPhone app has.

The deficiency in features could account for why the Facebook for Android’s DAU by monthly active users, or stickiness is declining as it grows in user count, while the iPhone’s stickyness is rising.

With this release, users can tap the names of Pages in the news feed to view that Page and read all of its updates. This shouldn’t significantly boost impressions of Facebook Pages as very few impressions occur on Page walls compared to the news feed where Android users could already see updates.
However, there’s still no way to search for Pages on the Android app. As of this week, users can open the mobile browser and search on m.facebook.com for Pages using a typeahead. It’s not clear how a possible Facebook HTML5-based mobile platform might be integrated in Android.
Users can click the camera options next to the news feed publisher to reveal the option to upload a video. This could lead to general increase in the presence of mobile video in the news feed. Videos are currently buried as a secondary tab of the Photos product, but Facebook may look to make them more prominent as more devices and interfaces allow them to be recorded and uploaded.
The news feed can now display a wider variety of rich feed stories, and open them within the app.
The v1.6 update’s video uploading capability is a step in the right direction, but its needs to keep ahead of m.facebook.com. Therefore, adding functionality that the mobile site has that it lacks might be more important than trying to match the iPhone app.

Factory Unlcok is Now Available in USA

Apple has begun selling factory unlocked iPhone 4 GSM model in the United states. An unlock iPhone can be used on any supported carrier and offers all the features without a commitment.


If you don’t want a multiyear service contract or if you prefer to use a local carrier when traveling abroad, the unlocked iPhone 4 is the best choice. It arrives without a micro-SIM card, so you’ll need an active micro-SIM card from any supported GSM carrier worldwide.
The 16GB iPhone 4 black model starts at $649 and the 32GB variant costs $749. Factory unlocked iPhone 4 are available in both black and white.
Apple explains how the unlocked iPhone 4 works:
The unlocked iPhone 4 requires an active micro-SIM card that you obtain from a supported GSM wireless carrier. Simply insert the micro-SIM card into the slot on your iPhone, connect to your Mac or PC using the USB cable, and launch iTunes on your computer to complete the setup.

iOS 5 Beta 2 is Ready For Download

Apple has Released iOS 5 Beta 2 for Developers. The Beta 1 was released on 6th June 2011 and after 2 Weeks Beta 2 is released Finally. It will be available to Devs shortly on the Dev Center and as usual we will upload it as soon as we get our hands on to it.

The build 9A524d is Still for Developers only. The final release is said to be in Fall, also it seems that new iOS 5 beta 2 can not communicate with those devices who are running on the iOS 5 b1, from the support document of iOS 5 beta 2 its clearly mentioned that users can not communicate through iMessage with those who are on the iOS 5 beta 1.
Update: It is reported that iOS 5 beta requires the iTunes 10.5.2 for sync, and to run iTunes 10.5.2 you must have to upgrade your OS to Mac OS X 10.6.8 or Lion, also iTunes 10.5.2 enables wireless syncing in iOS device, no need to connect to your computer with wire.
WORKING: Download iOS 5 beta 2 For iPhone 4 (GSM)
iTunes 10.5 Beta 2 Mac: (Download Link)
iTunes 10.5 Beta 2 (Windows 64Bit) (Download Link)
iTunes 10.5 Beta 2 (Windows x86 Bit (Download Links)
iPad 2 GSM: (Download Link)
iPad 2 CDMA: (Download Link)
iPad 2 Wifi: (Download Link)
iPad 1: (download Link)
iPhone 4 GSM: (Download Link)
iPhone 4 CDMA: (Download Link)
iPhone 3GS: (Download Link)
iPod 4G: (Download Link)
iPod 3G: (Download Link)
AppleTV2: (Download  Link)
Nice Hand with iOS 5 beta 2!

[Via Coveringweb]