El registro de cambios de iOS 8 beta 2 anuncia la resolución de una gran cantidad de problemas y multitud de cambios

  iOS beta 8 2 fue lanzado esta tarde por la empresa Apple si impreuna cu el cei din Cupertino ofera si un changelog in care prezinta toate modificarile pe care le-au facut inginerii sai. Dupa cum puteti vedea mai jos, compania Apple a facut o multitudne de modificari in iOS beta 8 2 para iPhone, iPad y iPod Touch, foarte multe probleme de functionare fiind rezolvate in sistemul de operare.

  Veti gasi mai jos si noutatile implementate de catre compania Apple in iOS beta 8 2, insa despre o parte dintre ele voi vorbi intr-un articol separat. Daca sunteti interesati sa testati iOS beta 8 2 en sus propios terminales, iDevice.ro puede registrar UDID-s, y encontrará más detalles sobre este procedimiento en esta página.

Notas de la versión del SDK de iOS para iOS 8.0 Beta 2

Notas y problemas conocidos

Los siguientes problemas se relacionan con el uso de iOS SDK 8.0 para desarrollar código.

App Store

Corregido en beta 2

Links to Developer websites from an app’s developer page are broken.

Autenticación

Problema conocido

Projects using LocalAuthentication won’t build if the Destination is set to iOS Simulator.

AVCaptura

Problemas conocidos

Backup

Corregido en beta 2

Certain apps may crash on launch consistently if they came over from a Restore from Backup.

Problema conocido

If you do a clean installation, iCloud Backups may not be completely restored to your device.

Solución del problema: Use iTunes to back up and restore your iOS 8 beta devices.

Duración de la batería

Problema conocido

Extensive console logging of NCLaunchstats may be a cause of reduced battery life.

Solución del problema: Launch Notification Center, then reboot the device.

Bluetooth

Problema conocido

The CoreBluetooth State Preservation & Restoration feature does not work. If your application is jetsammed while in the background performing long-term action(s) with CoreBluetooth, those applications will cease and the application will not be restored.

Reportero de errores

Problemas conocidos

  • The switch in Developer Settings to hide Bug Reporter is not working.

    Solución del problema: Remove it from the Notification tab in Notification Center settings.

  • The Bug Reporter icon does not appear on the Home Screen on iPad.

    Solución del problema: Open the app from the Notification tab in Notification Center settings.

  • The cursor may not get placed in the appropriate text field.

Conector de la cámara

Corregido en beta 2

When attached, the camera connector is not offered as an import option.

CarPlay

Corregido en beta 2

  • After using Siri, audio quality goes to 24KHz regardless of where it was originally set.

  • CarPlay may crash when pressing the Back button when in Now Playing.

Problemas conocidos

  • When using the knob only, the highlight can move off screen but the scroll position of view doesn’t follow.

  • A la pantalla Now Playing le falta el botón Atrás en la esquina superior izquierda.

CFPreferencias

Problema conocido

After memory pressure events, apps and system services may lose their preferences.

Solución del problema: Reinicie el dispositivo.

NubeKit

Problemas conocidos

  • Los clientes que envían múltiples solicitudes simultáneas de actualización de registros a la misma zona en la base de datos privada pueden encontrar CKErrorZoneBusy errores.

    Solución del problema: Los clientes deben enviar solicitudes de actualización para una zona determinada de una en una. Además, deben manejar CKErrorZoneBusy errores reintentando con un retroceso exponencial.

  • Sometimes, very large syncs may fail.

Contacto

Note

El selector de personas de la interfaz de usuario de la libreta de direcciones se cambió para iOS 8. Se agregó un nuevo modo con una nueva API donde la aplicación no necesita acceso a los contactos del usuario y no se le solicitará acceso. Se devuelve a la aplicación una copia temporal de la persona seleccionada. EEEABPeoplePickerNavigationController.h para más información.

In iOS 8 beta 2, you must use the new mode. The old mode has been deprecated with this beta.

Mira lo nuevo PeoplePicker: elegir una persona o propiedad Proyecto de muestra que demuestra el uso del nuevo modo.

Problema conocido

If the user selects a property from a unified contact, an incorrect person for that property may be returned by the people picker.

Proveedores de documentos

Note

Su aplicación necesita el derecho de iCloud para poder usarse como proveedor de documentos.

Corregido en beta 2

  • After installing or modifying an existing document provider, you may need to restart the device for it to show in the available document providers.

  • Import/open causes sandbox denial on first try.

Problemas conocidos

  • Las extensiones del proveedor de documentos a veces fallan al intentar importar un documento desde un controlador de vista del proveedor de documentos.

  • Los proveedores de documentos pueden bloquearse al importar archivos.

  • Document provider extension will not load if changes are made to an existing document provider on device.

    Solución del problema: You need to either reboot the device or delete the app and reinstall it.

  • Los íconos de aplicaciones en el selector de documentos no aparecen en iPhones y iPads.

  • Después de implementar un FileProvider a través de Xcode, su documentStorageURL puede ser nulo y provocar que su extensión falle.

    Solución del problema: Force quit the app and re-use the extension.

  • Moving some files via UIDocumentPickerViewController may cause a crash if the file was not created locally.

    Solución del problema: Create a local file in the iCloud container and use this URL to move files.

  • Sometimes, bringing up a Document Provider UI Extension will not show up after redeploying the app via Xcode.

    Solución del problema: Force-quit the app, and then it should appear properly.

  • FileProvider extensions do not see the host app’s file removed when copying the file to a shared group container.

Prórrogas de tiempo para presentar declaraciones de impuestos

Corregido en beta 2

  • During a debug session, extensions may time out before loading.

  • Action extension view controllers do not support full-screen presentation.

  • Action extensions do not animate smoothly when dismissed.

  • openURL does not work from an extension.

  • Sometimes Sharing or Action extensions are not updated properly after enabling or disabling.

  • Pasando (Paso) NSExtensionItem or NSItemProvider instancias a UIActivityViewController no funciona.

Problemas conocidos

  • Cuando se elimina la extensión con interfaz de usuario, se reinicia y no se descarta.

  • Certain types of media, such as those synced from iTunes, are not editable in the Photos app.

  • Sharing extensions are enabled by default.

  • Sharing extensions display the name of the project instead of the name of the target.

  • If a Sharing extension or an Action extension hangs, it may be necessary to kill the hosting application.

  • El uso de xpc_service_set_attach_handler para generar perfiles de extensiones de aplicaciones para el teclado no funciona.

    Solución del problema: Ejecute la extensión de su aplicación en Simulator, luego active la extensión del teclado para cargar y adjuntar a la instancia en ejecución (por ejemplo, com.thirdparty.foo.keyboard (123)) desde el selector de destino de Instruments.

  • During a debug session, extensions may time out before loading.

  • Las extensiones de aplicaciones pueden comportarse de manera impredecible con respecto al acceso a la ubicación.

  • Volver a implementar una extensión puede deshabilitarla en el Centro de notificaciones.

    Solución del problema: To debug the Today view extension. use “Attach to process.”

  • Después de volver a implementar una aplicación, es posible que la extensión de la vista Hoy no se inicie y, a veces, el nombre para mostrar del paquete se convierte en el nombre de la aplicación.

    Solución del problema: Reinicie el dispositivo.

FaceTime

Problema conocido

FaceTime no funciona correctamente en orientación horizontal.

Intercambio de Familia

Corregido en beta 2

  • While using the iTunes Store you may experience a spinner that never completes.

  • Login to iCloud may be slow on iOS.

  • La página de historial de compras compartida en Mac App Store y iOS App Store está deshabilitada.

  • You can’t approve an “Ask to Buy” request from the requestor’s iOS device.

Problemas conocidos

  • “Ask to Buy” request notifications do not appear, and requests are not actionable from devices running iOS 8 beta 2.

  • Los artículos que ya pertenecen a miembros de la familia deben volver a descargarse desde la página Comprado (no desde las páginas de la Tienda) para obtenerlos sin cargo adicional.

  • Under 13 account creation is disabled in this beta.

  • Email invitations are not enabled; members can join using push notifications or via inline password entry flow.

  • A blank screen may be seen after creating a family on iPad.

    Solución del problema: Tap on other settings and then back to iCloud settings.

  • “Ask to Buy” and Family Notifications may not appear due to SpringBoard crashing.

    Solución del problema: Reiniciar.

Sistema de archivos

Note

El diseño del sistema de archivos de los contenedores de aplicaciones ha cambiado en el disco. En lugar de depender de una estructura de directorios codificada, utilice el NSSearchPathForDirectoriesInDomains función o la URLForDirectory:inDomain:appropriateForURL:create:error: método de la NSFileManagerclase. Ver Acceso a archivos y directorios in Guía de programación del sistema de archivos.

Find My Friends

Note

Ahora que la función Compartir mi ubicación está integrada en Mensajes, Buscar a mis amigos solo admite la ID de Apple configurada en Configuración > iCloud.

Buscar mi iPhone

Corregido en beta 2

  • If you disable Location Services and choose Don’t Enable when prompted on the Find My iPhone page in Setup Assistant, Find My iPhone will not be enabled.

  • Triggering Lost mode from iCloud.com will not work on iPads that are at the lock screen.

Fuentes

Problema conocido

Algunas cadenas en hindi se muestran incorrectamente, lo que provoca problemas de búsqueda y representación.

Game Center

Corregido en beta 2

  • Interacting with some menus in Game Center may cause a crash.

  • Clicking Achievements and Challenges always opens Leaderboards.

  • Notifications may not go through to a second device.

  • GameCenterUIService will crash if you try to send matchmaking invites multiple times.

Problemas conocidos

  • Invites to matchmaking may get stuck on Waiting.

    Solución del problema: Use automatch.

  • Al deslizar o tocar una notificación de solicitud de amistad de Game Center en cualquier lugar, se acepta automáticamente la solicitud de amistad.

Manos Libres

Note

Handoff es incompatible entre dispositivos que utilizan esta versión beta y la versión beta anterior. Debes probar Handoff con el software beta más reciente porque no es compatible con versiones beta anteriores.

Corregido en beta 2

  • Handoff-based Bluetooth connections between devices may stop working after trying to use Handoff.

  • Handoff does not work properly for document-based apps.

  • In some cases, not all devices associated with an Apple ID will pair successfully. These devices will be unable to use Handoff, Phone relay, or Tethering.

  • Some apps that use Handoff will mistakenly show as Safari in the iOS lock screen and OS X Dock.

  • Directions and Navigation in Maps do not work with Handoff in this beta.

  • In some cases, using Handoff with Safari will result in an old URL being resumed instead of the current URL.

Problemas conocidos

  • When using a Mac, Handoff may sometimes stop showing icons on other iOS and OS X devices. Powering the Mac off and then back on can sometimes work around this issue.

  • Phone Calls to and from the Mac may sometimes not complete or send and receive audio.

HealthKit

Corregido en beta 2

  • HKCorrelationQuery only returns objects that were saved with correlations. It should return all data entries matching the predicate.

  • Blood pressure readings saved from Health will not have a correlation stored between the systolic and diastolic readings.

Problema conocido

Health does not support locales outside of en-US at this time.

HomeKit

Corregido en beta 2

  • The “primary” property will not be available in HMService en el futuro.

  • A bridge accessory only supports a total of 5 services for all bridged accessories.

  • Es posible que Siri no reconozca inmediatamente los cambios de datos de HomeKit.

    Solución del problema: To trigger an update to Siri, edit other data used by Siri, such as a contact or the name of a Reminders list.

  • Pairing with the Home Kit Accessory Simulator may fail the first time you try. A second pairing attempt should resolve the issue.

Problemas conocidos

  • HomeKit Bluetooth LE support is not enabled.

  • When upgrading from an earlier beta, you may need to remove accessories from Home Kit Accessory Simulator and then re-add them.

iCloud Drive

Notas

  • Upon upgrading to iOS 8 Beta, existing iCloud Documents & Data present (not evicted) on your device are copied into special server-side containers for use during the beta period.

  • iCloud Documents & Data created with iOS 8 Beta will not sync with with Documents and Data managed with iOS 7, OS X Mavericks, or earlier operating systems.

  • iCloud Documents & Data in iOS 8 Beta will only sync with devices running iOS 8 and OS X Yosemite Developer Preview.

  • iCloud Documents & Data managed with iOS 7 or OS X Mavericks will remain unaffected.

  • iCloud Documents & Data created with iOS 8 Beta will be deleted from the servers at some point during the beta period. Information downloaded and not evicted from the device will remain on device and will re-sync after the data wipe occurs.

  • The UI for managing iCloud Documents & Data does not show the documents and data for iOS 8 Beta and OS X Yosemite Developer Preview. It only shows the documents and data synced with previous operating systems.

Problemas conocidos

  • In some cases, signing into iCloud can take up to two minutes.

  • Newly added files may not sync automatically. After signing into iCloud, reboot the device.

iCloud Llavero

Corregido en beta 2

Keychain Access developer APIs may not work in Simulator.

Problemas conocidos

  • La sincronización inicial no funciona si el dispositivo de aprobación está bloqueado cuando se produce la aprobación.

    Solución del problema: Desactive el llavero y vuelva a activarlo.

  • Después de cambiar la contraseña de una cuenta de iCloud, es posible que observe el mensaje "Se ha restablecido el llavero de iCloud".

    Solución del problema: Add your device back into the keychain syncing circle.

iTunes Store

Corregido en beta 2

  • Opening iTunes Radio URLs from the iTunes Store music grouping page displays a page that asks you to upgrade to iOS 7.

  • The shelf is not displayed on first sign-in or first launch.

Teclados

Corregido en beta 2

  • Deploying a third-party keyboard multiple times may cause the system keyboard to render incorrectly or go blank.

    Solución del problema: Kill the hosting app or reboot the device.

  • Custom Keyboards do not have Network Access, even after setting the RequestsOpenAccess key to YES in the plist.

Problemas conocidos

  • In some cases, you may need to restart an app to get third-party keyboard input to register.

  • Si se restaura un iPad en posición horizontal, es posible que termine con un teclado fuera de la pantalla en ciertas vistas.

    Solución del problema: Reinicie el dispositivo.

  • El  requestSupplementaryLexiconWithCompletion: method does not return any lexicon entries.

  • Existe un problema de rendimiento conocido, que se hace evidente como un desfase de tiempo entre viewDidLoad y del textDidChange devoluciones de llamada disparadas.

  • On-screen keyboards do not correctly respond to some notifications (such as layout changes made in Settings).

    Solución del problema: Stop the running process and relaunch it or reboot the simulated device.

  • Keyboard keys are not being highlighted on some previous-generation devices.

  • When selecting a keyboard app in the Add New Keyboard menu, you may see an empty sheet. This happens when the containing app has a single keyboard target.

    Solución del problema: To add the keyboard, tap Done on the top-right of the sheet.

  • The Delete button may not show up when trying to remove an iPad keyboard.

    Solución del problema: Tap on the blank space where the Delete button would be to remove the keyboard.

aplicaciones móviles

Problema conocido

There are a number of strings that will display in English for people running the iOS in other languages. Known areas include, but may not be limited to:

  • Podcasts: not localized for Hindi, Australian English, Traditional Chinese (Hong Kong/zh_HK), or Canadian French

  • Messages/iChat: “%@’s Location” not localized in any language

  • Health/Healthkit: not localized for Arabic, Austrailian English, British English, Croatian, Czech, Spanish (Spain), Hebrew, Hindi, Traditional Chinese (both zh_TW and zh_HK), Japanese, Korean, Swedish, Ukrainian, and Vietnamese

  • Spotlight Search “Learn More” explanatory text: not translated

  • Data Activation Strings “Location is required”, “Location Unavailable”, “Location Disabled”: not translated in all languages

  • Camera: most UI is not translated in all languages

Servicios de localización

Corregido en beta 2

  • Apps using visit monitoring that are denied location authorization via Settings may appear to continue using location when they are not.

  • Visit monitoring may continue if an app is uninstalled while it is monitoring for visits.

  • When Location Services is turned on, the device’s current location is used to recommend relevant apps on the lock screen. In this beta, this happens whether or not the App Store is enabled for Location Services.

  • El  CLVisit class incorrectly declares the coordinate y horizontalAccuracy propiedades como lectura / escritura.

Problema conocido

When Location Services is turned on, the device’s current location is used to suggest relevant apps on the lock screen. These suggested apps will remain on the lock screen even after leaving the relevant location.

Bloquear la pantalla

Problemas conocidos

  • Sometimes devices may not wake when the home button is pushed.

    Solución del problema: Use the sleep/wake/power button.

  • Tapping Emergency on the lock screen does not do anything.

Modo perdido

Problemas conocidos

  • A device doesn’t display the Lost Mode message in the lock screen if the device was locked at the time it was put into Lost Mode.

    Solución del problema: Reinicie el dispositivo.

  • After remote wiping a device and logging into the same (@icloud.com) iCloud account, the Lost Mode lock screen is displayed and the device cannot be unlocked.

Correo

Corregido en beta 2

On iPad, trying to add a contact via a Suggestion Banner causes Mail to hang.

Problema conocido

Sometimes Mail crashes when replying to an email with an attachment.

MAPK

Corregido en beta 2

  • On iPad, tapping on “Points of Interest” can cause Maps to hang.

  • MKMapItem llamado con -[MKMapItem url] that have no URL return “http://(null)” when they should return nil.

Problema conocido

Taking multiple snapshots using MKMapSnapshotter can sometimes produce a distorted map snapshot.

reproductor de medios

Corregido en beta 2

MediaPlayer.framework - MPVolumeSettingsAlertShow() does not display a volume slider or the AirPlay controller.

Mensajes

Corregido en beta 2

The string “Location” appears in non-English languages.

Problemas conocidos

  • SMS relay may not work until an iMessage is sent from the device.

  • The keyboard may cover the predictive text bar if you launch Messages from the App Switcher.

Música

Corregido en beta 2

Radio Redirect links from product pages do not work.

Puesto de periódicos

Problema conocido

Contenido descargado a través de NKAssetDownload no regresa a la aplicación.

Notificaciones

Corregido en beta 2

Some app crashes cause Family notifications to stop appearing.

Problema conocido

User notification custom action buttons don’t show when context is only set to UIUserNotificationActionContextDefault.

Solución del problema: Set the context to both Default and Minimal.

NSURLSesión

Note

A partir de iOS 8 beta 2, el NSURLSessionTask La clase proporciona una nueva propiedad de "prioridad" con tres constantes asociadas: NSURLSessionTaskPriorityDefaultNSURLSessionTaskPriorityLowNSURLSessionTaskPriorityHighNSURLSessionTask Las prioridades se pueden utilizar para especificar cómo se deben priorizar múltiples solicitudes y respuestas al mismo host. Tenga en cuenta que la prioridad es una pista y no una garantía estricta de NSURLSessionTask rendimiento.

Para obtener detalles completos sobre el uso de NSURLSessionTask prioridades, consulte la NSURLSession.h archivo de encabezado, que es proporcionado por el marco Foundation.

Libreta de depósitos

Problema conocido

Passes added on iOS 7 devices won’t appear in iOS 8 devices, and vice versa.

Teléfono

Corregido en beta 2

  • Missed calls and recent call info doesn’t always update properly.

  • Double height status bar does not always dismiss for phone and FaceTime calls.

  • Sometimes the FaceTime Audio icon appears when FaceTime Audio is not available.

  • Phone call relay sometimes results in poor audio quality.

  • Tapping a Maps pin during a call causes a hang.

Problemas conocidos

  • Bringing up a contact card in Mail during a call causes a hang.

  • Phone call relay uses Bluetooth when it should be using Wi-Fi. Since not all devices have the necessary Bluetooth support, this may fail on some hardware.

Fotos

Notas

  • Haga una copia de seguridad de sus bibliotecas de fotos antes de habilitar la biblioteca de fotos de iCloud de la siguiente manera:

    • Importar a tu Mac usando iPhoto

    • Importar a su Mac usando Image Capture

  • Habilitar la biblioteca de fotos de iCloud no agregará fotos/videos que se hayan sincronizado con iTunes a la nube.

  • iPhoto will not launch. You can edit and organize your photos in the Photos app.

Corregido en beta 2

  • “Save to Camera Roll” button in a Shared stream doesn’t work.

  • If you turn off iCloud before disabling iCloud Photo Library, synced photos are still present on your device.

  • When uploading large libraries, users may encounter a stall when syncing.

  • If you turn on iCloud Photo Library while an iCloud restore is in progress, your initial upload will not happen until the restore completes.

  • Items deleted from the Recently Deleted album don’t sync to other devices.

Problemas conocidos

  • La capacidad de optimizar automáticamente el espacio del dispositivo no está habilitada en esta versión beta.

  • Cuando se utiliza iCloud Family, tanto iCloud Photos como My Photostream están habilitados.

  • Después de restaurar desde la copia de seguridad de iCloud, las fotos modificadas pueden mostrar miniaturas sin modificar.

  • Si alcanza su cuota de iCloud, no hay forma de agregar o eliminar datos dentro de la aplicación Fotos.

  • Slow motion clips that have been trimmed sync to other devices as a gray thumbnail.

  • iCloud Photo downloads stall when a device is idle for a long period of time.

    Solución del problema: Sync resumes when the device wakes up.

  • Si tanto Fotos de iCloud como Photostream están habilitados, se muestran fotos duplicadas.

  • iCloud Photo Library does not upload Photos synced from iTunes.

  • iPhoto para iOS no se iniciará en iOS 8 Beta. Al iniciar Photos.app, se migrarán las ediciones de iPhoto a la biblioteca de fotos de iOS 8. Asegúrese de que los datos de iPhoto para iOS estén incluidos en la copia de seguridad de su dispositivo.

PhotosUI

Note

PHContentEditingController protocol methods may be called on background threads.

Recordatorios

Problema conocido

When you select Edit in a list of reminders and then scroll, reminders in the list are no longer editable.

Safari

Note

  • Safari ahora bloquea los anuncios para que no se redireccionen automáticamente a la App Store sin la interacción del usuario. Si aún ve el comportamiento anterior, o encuentra que la redirección legítima a la App Store está rota de alguna manera, presente un informe de error.

  • Ahora puede agregar rápidamente un sitio a Enlaces compartidos o guardar un marcador tocando y manteniendo presionado el botón de marcadores.

Captura de pantalla

Corregido en beta 2

QuickTime Player X is unable to connect to iPad Air devices for screen capture.

Ajustes

Corregido en beta 2

  • Settings sometimes crashes upon addition of a third-party keyboard.

  • Sometimes Settings shows an iCloud Drive/iCloud Documents incompatibility dialog and will not let you press OK.

  • The screen brightness slider in Settings does not work.

  • When signing out of iCloud, the account will actually be signed out, but the UI will not correctly reflect this until the user goes out of iCloud settings and back into it.

  • iTunes Wi-Fi Sync does not work.

Problemas conocidos

  • You are unable to use the “Forgot Apple ID or Password” dialog on your device.

    Solución del problema: Reset passwords from appleid.apple.com.

  • The username and password fields in iCloud Settings do not display properly.

Preparar

Problemas conocidos

  • Es posible que la pantalla de actualización de la configuración de iCloud parezca bloquearse durante la configuración.

    Solución del problema: Algunas cuentas pueden tener un retraso extra largo. Espere un par de minutos y deberían completarse.

  • Touch ID is not enabled for iPhone unlock if a finger was registered in Setup.

    Solución del problema: Habilite la opción de desbloqueo de iPhone en Configuración> Touch ID y contraseña.

Simulador

Corregido en beta 2

  • The resizable iPhone does not work.

  • If a resizable device is being used in iOS Simulator, keyboard input will go to the width and height text fields if they have focus. If you want input to go to the hosted iOS app, you will need to use the Tab key to change focus away from the text field.

  • Logging into Game Center from the Settings app will result in an error:

    • Unable to connect to server. The operations couldn’t be completed. (Cocoa error 4097.)

Problemas conocidos

  • Apps deployed to CarPlay do not launch or display controls.

  • Changing keyboards in Settings > General > Keyboard requires you to relaunch your app before the new settings are observed.

  • If you rename Xcode.app after having previously run it, Simulator stops working.

    Solución del problema: Reboot or revert the name change.

  • The Toggle In-Call Status Bar menu option in the Hardware menu does not work.

  • You cannot log into an iCloud account in Simulator.

Siri

Problemas conocidos

  • Localized strings for Voice Activation phrases don’t appear in Settings > General > Siri.

    Voice Activation phrase for each Siri Language:

    • English (US, UK, AU, CA): Hey Siri

    • French (FR, CA, CH): Dis Siri

    • German (DE, CH): Hey Siri

    • German (DE, CH): Hey Siri

    • Italian (IT, CH): Ehi Siri

    • Japanese (JP): Hey Siri

    • Chinese – Cantonese (HK): 喂Siri

    • Chinese – Mandarin (CN, TW): 嘿Siri

    • Spanish (MX, SP, US): Oye Siri

    • Korean (KR): Siri야

  • If you use Bluetooth to activate Siri and ask what song is playing, Siri fails to identify the song.

  • After memory pressure events, pressing and holding the home button may launch Voice Control instead of Siri when Siri is enabled (Settings > General > Siri).

    Solución del problema: Reboot the device to have Siri activate as expected.

kit de interfaz de usuario

Note

UILabel tiene un valor predeterminado de SÍ para clipsToBounds. Esto difiere de lo normal. UIView defecto de NO.

Corregido en beta 2

  • UIScrollViewcontentInset is not set correctly when pushing a navigation controller on a navigation controller in a UISVC.

  • There is no publicly available way to customize the search key for a UISearchBar.

Problemas conocidos

  • Share sheets sometimes include the “Send to Shared Photostream” item when they should not.

  • If an app is using a xib as its main window and is launched in landscape iPad, the main window will have the incorrect dimensions, causing significant distortion and difficulty using presented view controllers. An app may have to be force-quit after presenting a system view controller to function again.

    Solución del problema: Launch all apps in portrait before rotating to landscape.

WebKit

Notas

  • La representación de subpíxeles ahora está activada de forma predeterminada para todo el contenido web. Los sitios web o vistas web dentro de aplicaciones con restricciones de diseño extremadamente estrictas pueden representarse de manera diferente. Las soluciones para cada problema variarán, pero utilice Web Inspector para ajustar la posición, el grosor del borde y el ancho o alto de los elementos.

  • En iOS 8.0 beta 2 y posteriores, los captadores del modelo de objetos CSS (desplazamiento{Izquierda|Arriba|Ancho|Alto} y cliente{Izquierda|Arriba|Ancho|Alto}) devuelven valores dobles fraccionarios basados ​​en métricas de subpíxeles en lugar de valores integrales redondeados .

Corregido en beta 2

SecRequestSharedWebCredential y SecAddSharedWebCredential currently only work on device, not in Simulator.

Problemas conocidos

  • Applications that use Apache Cordova/PhoneGap are broken due to a bug that causes the window.navigator.userAgent object to become undefined when window.navigator is replaced by a pure JavaScript wrapper object.

  • Si pasa NULL para el parámetro fqdn de SecRequestSharedWebCredential Como se recomienda, solo se utiliza el primer dominio del derecho.

  • Apps that play video in a UIWebView may fail playback.

Widgets

Corregido en beta 2

Mapviews do not load tiles in widgets.