La numai o zi după ce a prezentat iOS 9 și a lansat iOS 9 beta 1 pentru dezvoltatori, compania Apple a lansat o nouăversiune de testare a sistemului de operare. Este vorba despre iOS 8.4 beta 4, o actualizare adusă unei versiuni mai vechi ale iOS, versiune a cărei proces de testare a început însă în urmă cu aproape două luni și care nu a mai primit actualizări beta de aproape o lună, de când Apple lansa iOS 8.4 beta 3. Cea mai recentă versiune a iOS 8.4 este adresată numai dezvoltatorilor care nu au făcut actualizarea la iOS 9, preferând să continue optimizarea aplicațiilor pentru iOS 8.
iOS 8.4 beta 4 este disponibilă atât pentru dezvoltatorii de aplicații, cât și pentru utilizatorii înscriși în programul AppleSeed. Build-ul acesteia este 12H4125a, fiind, desigur, mult mai recent decât build-ul 12H4098c, pe care îl acea versiunea beta lansată în mai. Cea mai recentă versiune de testare a iOS poate fi descărcată de către dezvoltatori de pe portalul Apple Developer Center sau prin intermediul sistemului de actualizare software disponibil în Configurările iOS (atât dezvoltatori, cât și utilizatori).
Lansat în prima parte a acestei luni, iOS 8.4 beta introducea pe dispozitivele iPhone și iPad o aplicație Muzică refăcută aproape din temelii. Noua aplicație Muzică din iOS are un design refăcut și organizează mai bine conținutul muzical disponibil pe iPhone și iPad prin intermediul celor trei file disponibile. De asemenea, aceasta afișează un ecran „În redare” nou, unde accentul este pus pe ilustrația albumului, și permite minimizarea lui într-un „MiniPlayer”, care va fi afișat peste tot în interiorul aplicației pentru a te anunța ce melodie asculți și a-ți permite să o controlezi rapid. În plus, aplicația îmbunătățește descoperirea conținutului muzical prin intermediul funcționalității de Căutare, dar și al schimbărilor aduse în iTunes Radio.
- Citește și: Iată noua aplicație Muzică din iOS 8.4
Alături de aplicația Muzică, s-a descoperit că iOS 8.4 mai introducea și o schimbare importantă pentru cărțile audio. Mai precis, acestea au fost mutate din aplicația Muzică în aplicația iBooks, unde le era și locul, ecranul de redare al lor a fost modificat și a fost reintrodusă opțiunea de navigare printre capitolele cărților.
Revenind puțin la actualizarea de astăzi, vă mai spun că odată cu iOS 8.4 beta 4, compania Apple a lansat și Xcode 6.4 beta 4 pentru dezvoltatorii de aplicații.
iOS 8.4 beta 4 – notițele lansării publicate de Apple
[quote_box_center]
Contents:
Introduction
iOS SDK 8.4 provides support for developing iOS apps. The SDK is packaged with a complete set of tools, compilers, and frameworks for creating apps for iOS and OS X. The tools include the Xcode IDE and the Instruments analysis tool, among many others.
With this software, you can develop apps for iPhone, iPad, or iPod touch running iOS 8. It now includes WatchKit, a framework for developing Apple Watch apps. You can test your apps using the included iOS Simulator.
iOS SDK 8.4 requires a Mac computer running OS X v10.10 (Yosemite) or later.
This version of iOS is intended for installation only on devices registered with the Apple Developer Program. Attempting to install this version of iOS in an unauthorized manner could put your device in an unusable state.
For more information and additional support resources, visit http://developer.apple.com/programs/ios/.
Bug Reporting
For issues not mentioned in the Notes and Known Issues section, please file bugs through the Apple Developer website (https://developer.apple.com/bug-reporting/ios/). Additionally, you may discuss these issues and iOS SDK 8.4 in the Apple Developer Forums: http://devforums.apple.com. To get more information about iCloud for Developers, go to http://developer.apple.com/icloud.
Notes and Known Issues
The following issues relate to using iOS SDK 8.4 to develop code.
App Extensions
Notes
-
App extensions need an arm64 slice to run on 64-bit devices. If you try to run the armv7 slice on a 64-bit device it won’t work.
-
Apps need to have an arm64 slice if the bundle contains a framework that both the app and the app extension link against.
Music
Fixed in Beta 4
-
Using Siri to control iTunes Radio does not work in this beta.
Known Issues
-
Home Sharing and Genius Mixes are not currently available.
-
AirPlay streaming may not work.
-
It’s not possible to start a station from a song or artist.
-
Station sharing for iTunes Radio is not available.
-
The iTunes Radio tab may unexpectedly appear within Search, even if iTunes Radio is not available in your country.
-
The Music app may forget its place when you go to the Home screen and come back.
-
Ads in iTunes Radio may display on top of Up Next.
-
The downloaded icon is not displayed in Songs view on the iPad when you select “Make Available Offline.”
Siri
Known Issue
-
“Play <Song> Siri” requests from a watch are failing for a few days when the iPhone has a new install of iOS 8.4.
Workaround: Request playback of Artists or Albums instead of a specific song.
UIKit
Note
When linking against iOS 8.3 or later, any code that relies on layout information (such as the frame) of a UIButton
subview when the button is not in the window hierarchy will need to send layoutIfNeeded
to the button before retrieving layout information (such as button.titleLabel.frame
) to ensure that the layout values are up to date.
Videos
Known Issues
-
Content stored in iCloud may not appear in your library after signing in.
WatchKit
Note
A bug where continuous background location updates fail to update has been resolved. If your Watch app relies on continuous background location updates to function, it is recommended that you update your WatchKit extension deployment target to iOS 8.3 and submit your app with Xcode 6.3.
Known Issues
-
Creating an animated image using the
UIImage
methodanimated ImageWithImages :duration:
and then playing the animation usingstartAnimating
ignores the duration and plays back as fast as possible.Workaround: Use
startAnimatingWithImages InRange:duration: repeatCount:
instead. -
The appearance of default notifications on a Watch differs slightly from the appearance of default notifications in the Simulator.
[/quote_box_center]