'Nativescript IOS icon change in background mode
Hi Nativescript community,
When i swipe up close apps in iOS, the app icon is showing default icon. How can i change this icon?
I used following commands to change my apps icons and splash screen icons and everything is fine in Android app and iOS app.
ns resources generate splashes ~/Desktop/icon.jpg --background "#FFFFFF"
ns resources generate icons ~/Desktop/icon.jpg
Solution 1:[1]
I think this is cache issue. Try restarting device
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | KAKHA13 |