I’m missing something with the ios icons.
I replaced them in the res/icon/ios folder with the ones I want but they’re not moved over into the build.
I did:
ionic build ios
ionic emulate ios
Or am I replacing the wrong icons?
Thank You!
I’m missing something with the ios icons.
I replaced them in the res/icon/ios folder with the ones I want but they’re not moved over into the build.
I did:
ionic build ios
ionic emulate ios
Or am I replacing the wrong icons?
Thank You!
Cordova/Phonegap doesn’t currently use those assets for your built platforms.
You’ll have to move them into the apps manually - in Xcode for iOS or into the various platforms/android/res/drawable-[DPI]
directories for Android.
Thanks, just wanted to confirm.