KJams Cue/Building/how to update icons: Difference between revisions
| Line 1: | Line 1: | ||
==iOS== | ==iOS== | ||
Here is the steps to update the icon for the iOS app | |||
1. Here is the place where all icons in the github | |||
https://github.com/davecotter/wtkJams_iOS/tree/dev/wtkJams_single/Resources/Images.xcassets/AppIcon.appiconset | |||
2. Go to the https://appicon.co/ | |||
3. Upload your 1024*1024 logo icon. | |||
4. Download the zip file. You should able to find all icon files under AppIcons\Assets.xcassets\AppIcon.appiconset | |||
5. Copy all png file to overwrite the ones here https://github.com/davecotter/wtkJams_iOS/tree/dev/wtkJams_single/Resources/Images.xcassets/AppIcon.appiconset | |||
6. Open the project with visual studio and follow the iOS build document to build the project and upload the apple store. | |||
7. After all above items done. Make sure you push the changes to the git. | |||
==Android== | ==Android== | ||
Revision as of 03:04, 6 June 2022
iOS
Here is the steps to update the icon for the iOS app 1. Here is the place where all icons in the github https://github.com/davecotter/wtkJams_iOS/tree/dev/wtkJams_single/Resources/Images.xcassets/AppIcon.appiconset 2. Go to the https://appicon.co/ 3. Upload your 1024*1024 logo icon. 4. Download the zip file. You should able to find all icon files under AppIcons\Assets.xcassets\AppIcon.appiconset 5. Copy all png file to overwrite the ones here https://github.com/davecotter/wtkJams_iOS/tree/dev/wtkJams_single/Resources/Images.xcassets/AppIcon.appiconset 6. Open the project with visual studio and follow the iOS build document to build the project and upload the apple store. 7. After all above items done. Make sure you push the changes to the git.
Android
list all the places in git repo
list all places in the app where it appears
list all places on app store web site