iOS 26.6 adds new alert when you try blocking too many contacts
iOS 26.6 introduces a new alert for users who attempt to block more contacts than allowed. This alert informs users that they have reached the maximum number of blocked contacts and suggests removing an existing contact to block a new one. While this change is minor, it is notable as iOS 26.6 has few other user-facing updates.
- ▪iOS 26.6 beta 1 has been released with a new alert feature.
- ▪The alert appears when users try to block more contacts than the limit allows.
- ▪Users are informed they must remove a blocked contact to add a new one.
Opening excerpt (first ~120 words) tap to expand
// Make sure that nineto5ads exists, it will load ad once google tag exists window.nineto5ads = window.nineto5ads|| []; if (typeof adSizes === 'undefined') { var adSizes = {"leaderboard":{"mobile":[[320,50],[320,100]],"tablet":[[728,90],[320,100]],"desktop":[[970,250],[728,90],[970,70],[970,90]]},"sidebar":{"mobile":[300,250],"desktop":[[300,600],[300,250]]}}; } function getLeaderboardApstagSlotsSizes() { if ( window.innerWidth < 768 ) { return adSizes.leaderboard.mobile; } else if ( window.innerWidth < 1024 ) { return adSizes.leaderboard.tablet; } else { return adSizes.leaderboard.desktop; } } window.nineto5ads.push(function() { apstag.fetchBids({ slots: [{ slotID: "div-gpt-ad-1436850350386-0", slotName: "\/1049447\/9to5mac-Top", sizes: getLeaderboardApstagSlotsSizes() }], timeout: 2e3…
Excerpt limited to ~120 words for fair-use compliance. The full article is at 9to5Mac.