KJams Cue/Building/how to update icons: Difference between revisions

From kJams Wiki
Jump to navigation Jump to search
Fuwei007 (talk | contribs)
Fuwei007 (talk | contribs)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==iOS==
==iOS==
Here is the steps to update the icon for the iOS app
Here is the steps to update the icon for the iOS app
1. Here is the place where all icons in the github
# 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
https://github.com/davecotter/wtkJams_iOS/tree/dev/wtkJams_single/Resources/Images.xcassets/AppIcon.appiconset
# Go to the https://appicon.co/
2. Go to the https://appicon.co/
# Upload your 1024*1024 logo icon.
3. Upload your 1024*1024 logo icon.
# Download the zip file. You should able to find all icon files under AppIcons\Assets.xcassets\AppIcon.appiconset
4. Download the zip file. You should able to find all icon files under AppIcons\Assets.xcassets\AppIcon.appiconset
# Copy all png file to overwrite the ones here https://github.com/davecotter/wtkJams_iOS/tree/dev/wtkJams_single/Resources/Images.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
# Open the project with visual studio and follow the iOS build document to build the project and upload the apple store.
6. Open the project with visual studio and follow the iOS build document to build the project and upload the apple store.
# After all above items done. Make sure you push all these icons changes to the git.
7. After all above items done. Make sure you push the changes to the git.


==Android==
==Android==
list all the places in git repo<br>
Here is the steps to update the icon for the Android app
list all places in the app where it appears<br>
# Go to the https://appicon.co/
list all places on app store web site<br>
# Upload your 1024*1024 logo icon.
# Type the name for android ic_launcher.png
# Download the android zip file.
# Copy all folder under \AppIcons.zip\android to https://github.com/davecotter/wtkJams_Android/tree/wtk.jamske/app/src/singer/res to overwrite the old ones.
# Go to Go to the https://appicon.co/ again and upload the same logo icon in #2
# Type the file name wtkjamske_logo.png and download the zip file
# Copy all folder under \AppIcons.zip\android to https://github.com/davecotter/wtkJams_Android/tree/wtk.jamske/app/src/main/res to overwrite the old ones
# Open the project with android studio and follow the Android build document to build the project and upload to the google play.
# After all above items done. Make sure you push all these icons changes to the git.

Latest revision as of 02:39, 8 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 all these icons changes to the git.

Android

Here is the steps to update the icon for the Android app

  1. Go to the https://appicon.co/
  2. Upload your 1024*1024 logo icon.
  3. Type the name for android ic_launcher.png
  4. Download the android zip file.
  5. Copy all folder under \AppIcons.zip\android to https://github.com/davecotter/wtkJams_Android/tree/wtk.jamske/app/src/singer/res to overwrite the old ones.
  6. Go to Go to the https://appicon.co/ again and upload the same logo icon in #2
  7. Type the file name wtkjamske_logo.png and download the zip file
  8. Copy all folder under \AppIcons.zip\android to https://github.com/davecotter/wtkJams_Android/tree/wtk.jamske/app/src/main/res to overwrite the old ones
  9. Open the project with android studio and follow the Android build document to build the project and upload to the google play.
  10. After all above items done. Make sure you push all these icons changes to the git.