Is it possible to change an iOS app's icon in runtime without the (“You have changed the icon for ‘AppName’") modal alert appearing, as per the discussion here:
https://loiter.com/blog/2018/03/08/changing-ios-app-icons-programmatically/
Also it seems that you can't change the icon from a (UIBackgroundTask) background task... Is that true?