Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

MacRumors

macrumors bot
Original poster
Apr 12, 2001
60,427
24,909


Apple today seeded the fourth beta of iOS 16.1 to developers for testing purposes, with the beta coming one week after the release of the third iOS 16.1 beta. The iOS 16.1 beta is also joined by the fifth beta of iPadOS 16.1, which is on a slightly different schedule as Apple started testing it prior to the launch of iOS 16.

iOS-16.1-Feature.jpg

Registered developers can download the iOS 16‌ and iPadOS 16 profiles from the Apple Developer Center, and once installed, the betas will be available over the air.

iOS 16.1 introduces support for Live Activities, the interactive notification feature that lets you keep an eye on things happening in real time right from the Lock Screen and, on the iPhone 14 Pro, the Dynamic Island.

Live Activities cannot be used at the current time as developers still need to update their apps to add support, but it will be available when iOS 16.1 launches. Developers have access to an ActivityKit API to begin getting their apps ready.

The update also introduces a new Clean Energy Charging feature in the United States that is designed to selectively charge when lower carbon emission electricity is available, plus it lays the groundwork for Matter, a new smart home standard that Apple plans to begin supporting this fall.

Matter will allow for interoperability between smart devices from different companies, and Apple, Google, Samsung, Amazon, and others are working on support.

On the iPad, iPadOS 16 will expand the Stage Manager feature to the 2018 and 2020 iPad Pro models, and it is no longer limited to the M1 iPad Pro and M1 iPad Air. The beta removes the external display function of Stage Manager, and this feature will return in a later beta. External display support will remain limited to the M1 iPad models even though older iPad Pro models are now able to use Stage Manager.

During the beta, Apple tweaked the design of the battery status bar icon, adding a visual indication of charge level. It also changed the battery font, updated the Lock Screen charging indicator, and fixed a copy and paste bug.

Other new features in the update include a deletable Wallet app, changes to the Lock Screen customizing interface, and more, with details available in our iOS 16.1 feature guide.

Article Link: Apple Seeds New Betas of iOS 16.1 and iPadOS 16.1 to Developers [Update: Public Beta Available]
 
Last edited:

Lounge vibes 05

macrumors 68030
May 30, 2016
2,911
8,821
When will this be released? I have a AW8 sitting and waiting that I can’t use because I’m still on iOS 15.7 on my 13Pro. I don’t want to risk the buggy 16.x.x update.
Well we’re still on a “c” build.
Usually public releases are proceeded by one or two “a” beta builds and an RC, so… anywhere from 2 to 4 weeks.
Given that they’re apparently working on a 16.0.3 to hold over until this gets released, I would not expect this until at least after the 24th or later
 

Realityck

macrumors 604
Nov 9, 2015
7,998
11,817
Silicon Valley, CA

Home​

Resolved Issues​

  • Fixed: Uncertified accessory notifications might appear when pairing Matter accessories. (99502842)

Known issues​

  • You might receive an alert to turn on Wi-Fi when pairing a Matter accessory. (98460235)
    Workaround: Ensure your device is connected to your Wi-Fi network.
  • Adjusting the color or color temperature might result in an unexpected color set on a Matter accessory. (98578966)
  • Accessory details might not open if a Matter accessory is unreachable. (99232316)
  • The device that initiates the pairing needs to use the same iCloud account as the home hub. Only the owner of a home, not an invited user, can pair Matter accessories. (76012945)

Memory Allocation​

Known Issues​

  • The system memory allocator free operation zeroes out all deallocated blocks in iOS 16.1 beta or later. Invalid accesses to free memory might result in new crashes or corruption, including:
    • Read-after-free bugs that previously observed the old contents of a block may now observe zeroes instead
    • Write-after-free bugs may now cause subsequent calls to calloc to return non-zero memory
    • To debug these issues, use Address Sanitizer and Guard Malloc (see libgmalloc(3)). (97449075)

CoreGraphics​

Deprecations​

  • To improve security, CGImageCreate enforces parameter correctness on macOS 13 Ventura, iOS 16, iPadOS 16, watchOS 9, and tvOS 16. Passing an incorrect CGImageByteOrderInfo is no longer supported, and will result in images failing to load. (94855401)

DeviceDiscoveryUI​

Known Issues​

  • Devices running beta 4 or later aren’t backwards compatible with devices running earlier beta versions. (95233878)

Emoji​

Known Issues​

  • The search field for the emoji Lock Screen editor is missing. (88603664)

Home​

Resolved Issues​

  • Fixed: Uncertified accessory notifications might appear when pairing Matter accessories. (99502842)

Known Issues​

  • You might receive an alert to turn on Wi-Fi when pairing a Matter accessory. (98460235)
    Workaround: Ensure your device is connected to your Wi-Fi network.
  • Adjusting the color or color temperature might result in an unexpected color set on a Matter accessory. (98578966)
  • Accessory details might not open if a Matter accessory is unreachable. (99232316)
  • The device that initiates the pairing needs to use the same iCloud account as the home hub. Only the owner of a home, not an invited user, can pair Matter accessories. (76012945)

Mail​

Known Issues​

  • Moving a Remind Me message to another mailbox doesn’t remove the Remind Me banner. (93671992)

Memory Allocation​

Known Issues​

  • The system memory allocator free operation zeroes out all deallocated blocks in iPadOS 16 beta or later. Invalid accesses to free memory might result in new crashes or corruption, including:
    • Read-after-free bugs that previously observed the old contents of a block may now observe zeroes instead
    • Write-after-free bugs may now cause subsequent calls to calloc to return non-zero memory
      To debug these issues, use Address Sanitizer and Guard Malloc (see libgmalloc(3)). (97449075)

Maps​

Deprecations​

Metal​

Known Issues​

  • When using the new Metal mesh shaders feature, render pipeline state objects (PSOs) created with a mesh shader stage but without a object shader stage can fail to compile or fail to work correctly on some devices. (89836551)
    Workaround: When creating render PSOs with a mesh shader stage, also include a (potentially trivial pass-through) object shader stage.

Deprecations​

  • The MTLResource.gpuHandle is deprecated. Use gpuResourceID instead, which functions as a replacement. (92862429)

Metal Offline Compiler​

Known Issues​

  • MetalFX effect outputs aren’t designed to be consumed by the CPU. Outputting to a texture that is read only by the CPU might result in synchronization issues. (91515075)
    Workaround: If a CPU reading of the MetalFX output is desired, instead of encoding the MetalFXeffect as the last item in a command buffer, encode a dummy blit that consumes the MetalFXoutput texture (a 1-pixel region blit is fine) in the command buffer. After the command buffer with the dummy blit is finished, reading of the MetalFX effect output texture with CPU synchronizes correctly.

Networking​

Deprecations​

  • FTP is deprecated for URLSession and related APIs. Please adopt modern secure networking protocols such as HTTPS. (92623659)

StoreKit​

Deprecations​

  • Deprecated the SKDownload API and removed the option to upload nonconsumable in-app purchase assets for Apple to host. In addition, support for managing these assets in App Store Connect is no longer available as of April 2022. (89764253)

SwiftUI​

Known Issues​

  • Providing actions to a navigationTitle modifier has been deprecated. Use the toolbarTitleActions() modifier or ToolbarTitleActions type in a toolbar modifier instead. (93658035)
  • Lists and tables might not clear their selection when exiting Edit Mode. (94093589)

UIKit​

Deprecations​

  • [UIViewController shouldAutorotate] has been deprecated is no longer supported. [UIViewController attemptRotationToDeviceOrientation] has been deprecated and replaced with [UIViewController setNeedsUpdateOfSupportedInterfaceOrientations].
    Workaround: Apps relying on shouldAutorotate should reflect their preferences using the view controllers supportedInterfaceOrientations. If the supported orientations change, use `-[UIViewController setNeedsUpdateOfSupportedInterface

Wallet​

Known Issues​

  • American Express cards might need to be removed and re-added to Wallet after updating to iPadOS 16 beta 6 or later. (97990752)

Released today
  • iOS 16.1 beta 4 (20B5064c) - October 4, 2022
  • iPadOS 16 beta 11 (20B5064c) - October 4, 2022
  • macOS 13 beta 10 (22A5365d) - October 4, 2022
  • tvOS 16.1 beta 4 (20K5062a) - October 4, 2022
 
  • Like
Reactions: cponto and roncron

nutmac

macrumors 603
Mar 30, 2004
5,841
6,673
What is the status of iCloud Shared Photo Library? Is it coming to 16.1 or 16.2?
 

adammusic

macrumors 6502a
Jun 6, 2007
593
702
PLEASE FIX THE KEEP GETTING LOGGED OUT OF INSTAGRAM ISSUE. ALMOST A MONTH NOW. LOGGED OUT EVERY TIME I CLOSE THE APP.
 
  • Like
Reactions: saturnutz

1557750

Cancelled
Jul 18, 2022
1,036
4,074
PLEASE FIX THE KEEP GETTING LOGGED OUT OF INSTAGRAM ISSUE. ALMOST A MONTH NOW. LOGGED OUT EVERY TIME I CLOSE THE APP.
I found a quick fix.

1. Tap profile pic to open profile.

2. Tap the 3 dashes in the top right, then tap the gear Settings.

3. Tap Account, then tap Delete account at the bottom.

4.Tap Delete account then tap Continue to delete account.

👊😁👍
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.