Apple has released the iOS 7.1 beta 3 download to developers after a long period of silence. The last iOS 7.1 beta 2 rolled out was in mid-December to developers, and introduced many new features for iOS 7.x running devices across different variations. However, the latest iOS 7.1 beta 3 download is now available for developers in iOS Developer Center and as well as an OTA update for iOS 7.1 beta running devices.
Latest iOS 7.1 beta 3 download brings major changes in iOS core system, and bug fixes over iOS 7.1 beta 2 running devices. Furthermore, we learned that Apple is not going to launch iOS 7.1 to public before March, 2014. There was a report that Apple is working with auto-mobile partners for iOS in Car system, and iOS 7.1 to feature the full compatibility of this new function. Therefore, there will be a delay in the launch of iOS 7.1 in public.
iOS 7.1 beta 3 download Change log:
iOS 7.1 beta download links are coming shortly on our download page here, and you can install iOS 7.x beta on your device with following our easy guide. The iOS 7.1 beta 3 brings major UI changes for iOS 7 Keyboard, Phone dialer interface, and as well as for power-off interface. In the meantime, we are tracking the latest changes of iOS 7.1 beta 3 for iPhone and iPad devices. You can bookmark the page to get iOS 7.1 beta 3 download links.
iOS 7.1 beta 3 download Notes and Known Issues
The following issues relate to using iOS SDK 7.1 beta 3 to develop code.
Bluetooth
Known Issue
32-bit apps running on a 64-bit device cannot attach to BTServer.
CFNetwork
Notes
A compatibility behavior has been added to address an issue where some web servers would send the wrong Content-Length value for “Content-Encoding: gzip” content. Previously, NSURLConnection
and NSURLSession
would send a “network connection was lost” / NSURLErrorNetworkConnectionLost (-1005) error in this situation.
The compatibility behavior applies only if the Content-Length value exactly matches the expanded gzip’d content. It won’t apply for “off by 1” or similar miscounting.
iCloud
Fixed in iOS 7.1 beta 3
Creating a new iCloud account during setup assistant, should no longer give you an error when you enable iCloud Keychain.
Messages
Known Issue
Messages sometimes indicates iMessage send failure immediately after sending.
Workaround:Tap the error icon to re-send the message.
Music App
Fixed in iOS 7.1 beta 3
Audiobooks now play as expected.
Safari
Notes
A property, minimal-ui, has been added for the viewport meta tag key that allows minimizing the top and bottom bars on the iPhone as the page loads. While on a page using minimal-ui, tapping the top bar brings the bars back. Tapping back in the content dismisses them again.
For example, use <meta name=”viewport” content=”width=1024, minimal-ui”>.
UIKit
Known Issues
- If a
UITextField
or aUILabel
that is baseline aligned with constraints has attributes that change after the constraints have been added, the layout may be incorrect. The exception to this is-setFont:
onUILabel
, which should work as expected.Workaround: Avoid making changes inUITextField
orUILabel
after adding baseline-alignment constraints. If you must make changes, you should remove the constraints and then reapply them afterward. Note that this is a performance hit, so don’t do it unless it is necessary. - The
backIndicatorTransitionMask
from a storyboard or a xib will not be interpreted correctly at runtime.Workaround: Set thebackIndicatorTransitionMask
in code.
Leave a Reply