When changing the app icon: On iOS versions below 26.1, we were able to use certain methods to suppress this confirmation popup ("You have changed the icon for 'Lanhai Bank'"). However, this suppression no longer works on iOS 26.1 and later.
Is there any valid method to prevent this popup from appearing on iOS 26.1+? Any insights would be greatly appreciated!
/用户/lanhaiyinhang/下载/微信bdf77ae6f15408892b6734696d6c2038.jpg
setAlternateIconName Issue on iOS 26.1
we were able to use certain methods to suppress this confirmation popup
A quick web search suggests those "certain methods" amounted to relying on undefined behavior rather than using any documented API. And that's never safe or recommended.
However, this suppression no longer works on iOS 26.1 and later.
Yep, that eventually happens to a lot of undefined behaviors.
Is there any valid method to prevent this popup from appearing on iOS 26.1+?
If by "valid" you mean "supported by any documented API" then it appears the answer is no.
Hopefully you'll just decide that trying to restore the old behavior isn't worth the trouble and move on.