skb1129 / react-native-change-icon

Change your application icon programmatically for React Native apps
MIT License
500 stars 91 forks source link

changeIcon not working on iPad #80

Closed tmbradley closed 1 year ago

tmbradley commented 1 year ago

Platform

Description When calling the changeIcon method on iPad (iPadOS version 16.2) the icon doesn't change. The promise gets returned successfully (i.e. no error to catch) but the icon does not update.

To Reproduce Steps to reproduce the behavior:

  1. Version iPad OS is at least version 16.2
  2. Call changeIcon on iPad

Expected behavior It is expected that the promise gets returned successfully and the icon is updated

Device (please complete the following information):

Versions

mayniii commented 1 year ago

it is working fine after i add CFBundleIcons~ipad https://github.com/skb1129/react-native-change-icon/issues/62#issuecomment-1167306430

skb1129 commented 1 year ago

the solution given by @mayniii works, closing this issue