skb1129 / react-native-change-icon

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

Icon Change Issue #16

Closed FvApp closed 4 years ago

FvApp commented 4 years ago

Icon not changed in Recent task in IPHONE & IPAD. Please help us.

skb1129 commented 4 years ago

@FvApp, I tried it and it is working on the simulator and my device running iOS 13.4.1. Please share more details so that I can check this issue:

  1. Which React-Native version are you using?
  2. Which device are you using and what is the iOS version it's running?
  3. Apart from the icon in the recent tasks, does the icon change work without any problems?
FvApp commented 4 years ago

Please let me know the solution for my problem

FvApp commented 4 years ago

"react-native": "0.62.2", "react-native-change-icon": "^2.0.3",

FvApp commented 4 years ago

Apart from the icon in the recent tasks, icon changes work without any problems.

skb1129 commented 4 years ago

@FvApp Which device are you using and what is the iOS version it's running?

FvApp commented 4 years ago

IPAD 13.4.1

skb1129 commented 4 years ago

@FvApp I have tried the same in a simulator on iPad, iPad Air, and iPad Prod. It seems to be working just fine on all these simulators, the icon gets changes in all the places that it should. I don't have any real iPad device that I can test it on.

As far as this package is concerned, for iOS, I am using this method provided by the Apple UIKit library and if this issue does exist, it should be an issue for the Apple UIKit library and not this package.

Closing this issue now.