iOS 8.3 Beta 4 Sürümü Yayınlandı

Kapat
X
 
  • Filtre
  • Zaman
  • Gösterim
Clear All
yeni mesajlar
  • mehmet karalýlar
    Senior Member
    • 02-06-2009
    • 11564

    iOS 8.3 Beta 4 Sürümü Yayınlandı


    iOS 8.3 Beta 4 Sürümü Yayınlandı

    iOS 8.3 sürümü beta 4 seviyesinde geliştirilmesine devam ediliyor.

    Apple‘ın iOS 8 sürümü ile kullanıcıların sorunları yavaş yavaş azalırken, iOS 8.3 olarak beklenen sürümün Beta çalışmaları devam ediyor.iOS 8.3 Beta 4 olarak kısa bir süre önce yayınlandı. Temel farklılıklar olmasa da göze çarpan ilk konu iCloud fotoğraf uygulamasındaki beta yazısının kaldırılmış olması. Bu durum artık sorunsuz çalışabileceğinin bir işareti olduğunu söyleyebiliriz.CarPlay olarak bilinen uygulamanın ayarlar menüsü beta 4 sürümünde kaldırılmış olduğu görülüyor. Beklenen Siri desteği ve emoji paket desteğinde iyileştirmeler mevcut. Mesaj bölümünde ise “filtrelenmiş mesajlar” ismi “bilinmeyen göndericiler” olarak değiştirilmiş. Kayıtlı olmayan SMS mesajlarının bu bölümde yer alması söz konusu.Güncelleme : iOS 8.3 beta 4 indirme linklerine ulaşmak için tıklayınız.
  • mehmet karalýlar
    Senior Member
    • 02-06-2009
    • 11564

    #2
    Konu: iOS 8.3 Beta 4 Sürümü Yayınlandı

    İki hafta önce iOS 8.3 Beta 3'ü yayınlayan Apple, şimdi de iPhone, iPod touch ve iPad için iOS 8.3 Beta 4'ü yayımladı. Performans iyileştirmelerini barındıran bu güncelleme OTA üzerinden sunuluyor. Peki, bu güncelleme nasıl yüklenecek?


    Türkçe Siri ile gelen iOS 8.3 Beta 4'ü yüklemeniz için geliştirici hesabınızın bulunması gerekiyor. Geliştirici hesabınız yoksa bu güncellemeyi yüklemek için sürümün IPSW dosyalarının yayınlanmasını beklemeniz gerekiyor.
    Eğer iOS 8.3 Beta 3 cihazınızda yüklü ise; Ayarlar>Genel>Yazılım Güncelleme bölümünden iOS 8.3 Beta 4 sürümünü yükleyebilirsiniz.


    Apple'ın halka açık Beta programına kayıt olmuşsanız iOS 8.3'ün halka açık2. Beta sürümünü OTA üzerinden indirebilirsiniz. Ancak Apple şu an için Beta programına kayıt alımını durdurmuş durumda.

    Yorum

    • mehmet karalýlar
      Senior Member
      • 02-06-2009
      • 11564

      #3
      Konu: iOS 8.3 Beta 4 Sürümü Yayınlandı


      Apple on Tuesday released its fourth beta for its upcoming iOS 8.3 update. Per 9to5Mac, this beta is the second one available to public beta users and the fourth beta available to developers.
      RELATED: Latest beta gives us new hints about what’s to come in iOS 8.3
      Apple released its first iOS 8.3 beta to developers last month before iOS 8.2 had even been released. iOS 8.3 marks the first version of iOS in which Apple is holding public betas in an effort to broaden its tester base to spot and eliminate bugs.
      We don’t know for certain when iOS 8.3 will officially drop but we imagine it will happen within the next two months since Apple is going to take the wraps off its next-gen iOS 9 update at WWDC 2015 in June.
      Here are Apple’s full release notes for iOS 8.3 beta 4:
      Notes and Known Issues

      The following issues relate to using iOS SDK 8.3 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.

      CarPlay

      Known Issue

      Outgoing Call Audio and FaceTime Audio may be choppy.
      Spotlight

      Known Issue

      3rd Party keyboards may not be available for selection in Spotlight Search.
      Workaround: Reboot the device.
      UIKit

      Note

      When linking against iOS 8.3, 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.
      For example, if you had something like this:
      UIButton *button = [UIButton buttonWithType:UIButtonTypeSystem];
      // code that sets up the button, but doesn’t yet add it to a window
      CGRect titleFrame = button.titleLabel.frame;
      // code that relies on the correct value for titleFrame
      You now need:
      UIButton *button = [UIButton buttonWithType:UIButtonTypeSystem];
      // code that sets up the button, but doesn’t yet add it to a window
      [button layoutIfNeeded]; // This is also safe pre-iOS 8.3
      CGRect titleFrame = button.titleLabel.frame;
      // code that relies on the correct value for titleFrame
      WatchKit

      Known Issue

      Creating an animated image using the UIImage method animatedImageWithImages:duration: and then playing the animation using startAnimating ignores the duration and plays back as fast as possible.
      Workaround: Use startAnimatingWithImagesInRange:duration:repeatCou nt: instead.

      Yorum

      • mehmet karalýlar
        Senior Member
        • 02-06-2009
        • 11564

        #4
        Konu: iOS 8.3 Beta 4 Sürümü Yayınlandı

        Apple seeds iOS 8.3 beta 4 to developers, second beta to public testers



        Türkçe Siri ile gelen iOS 8.3 Beta 4'ü yüklemeniz için geliştirici hesabınızın bulunması gerekiyor. Geliştirici hesabınız yoksa bu güncellemeyi yüklemek için sürümün IPSW dosyalarının yayınlanmasını beklemeniz gerekiyor.
        Eğer iOS 8.3 Beta 3 cihazınızda yüklü ise; Ayarlar>Genel>Yazılım Güncelleme bölümünden iOS 8.3 Beta 4 sürümünü yükleyebilirsiniz.

        Yorum

        İşlem Yapılıyor
        X