Hi Everyone!
I have some questions regarding setAlternateIconName:
- For me it only works when I provide a delay before setting the new icon. I looked around and some other developers also faced the same issue (https://stackoverflow.com/questions/42195325/setting-alternate-app-icon-returns-error-3072-the-operation-was-cancelled-in, https://stackoverflow.com/questions/45169190/unable-to-set-alternate-app-icons-in-ios-11?noredirect=1&lq=1) Does someone here know why this works only with some delay ?
- As per the information available in documentation and some forums/articles, we need to provide images in project as png files (not in xcassets). So I have provided @2x and @3x app icon images. But how do we provide other icon images like notification icon, spotlight search and device settings icon ?
Thanks for help!