KJams Cue/Building: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Test | Test | ||
* [[ | * [[KJams Cue/Building/how to update icons|how to update icons]] | ||
==Building iOS== | |||
# update info.plist, version number | |||
# set project to "release/iphone" | |||
# menu bar->build->archive for publishing | |||
# it will create a new app Archive. right click->sign and distribute | |||
# click app store, next, upload, next, (provisioning) next next next whatever | |||
# save the IPA file somewhere (temp file), click "publish" | |||
# wait | |||
# go to app store connect->app store, click the + button, set version number (?) | |||
# select the new app (or you're already there if you just made it) | |||
# scroll down to build, click "select a build…" | |||
# select the build we uploaded (may have to wait for it) | |||
# click save! | |||
# click "Add for Review" | |||
# clcik "Submit" | |||
# push your changes in GIT | |||
==Building Android== | |||
# project->wtkJams_Android->scroll down, edit "version.properties" | |||
# increment BOTH values | |||
# menu->build->generate signed bundle / APK | |||
# for google play, use "android app bundle", next | |||
# key store path: choose existing, nav to folder "keystore" | |||
# pick file "realitycheck-key.keystore", open | |||
# first time: | |||
## password: look in "key.properties" file | |||
## copy value of "RCI_RELEASE_STORE_PASSWORD" (password) | |||
## paste in both "key store" and "key" | |||
## for "key alias" click folder, pick "choose existing", pick "reality check", ok | |||
## check "Remember passwords, uncheck "export encrypted" | |||
## next, finish | |||
# in "Event Log" window, at bottom, find "locate" link, click it, this reveals the thing you'll upload | |||
# go to google play store | |||
# click "com.metamuse.kjams.cue" or whatever | |||
# click "edit release", drop bundle in there | |||
Latest revision as of 20:19, 15 May 2022
Test
Building iOS
- update info.plist, version number
- set project to "release/iphone"
- menu bar->build->archive for publishing
- it will create a new app Archive. right click->sign and distribute
- click app store, next, upload, next, (provisioning) next next next whatever
- save the IPA file somewhere (temp file), click "publish"
- wait
- go to app store connect->app store, click the + button, set version number (?)
- select the new app (or you're already there if you just made it)
- scroll down to build, click "select a build…"
- select the build we uploaded (may have to wait for it)
- click save!
- click "Add for Review"
- clcik "Submit"
- push your changes in GIT
Building Android
- project->wtkJams_Android->scroll down, edit "version.properties"
- increment BOTH values
- menu->build->generate signed bundle / APK
- for google play, use "android app bundle", next
- key store path: choose existing, nav to folder "keystore"
- pick file "realitycheck-key.keystore", open
- first time:
- password: look in "key.properties" file
- copy value of "RCI_RELEASE_STORE_PASSWORD" (password)
- paste in both "key store" and "key"
- for "key alias" click folder, pick "choose existing", pick "reality check", ok
- check "Remember passwords, uncheck "export encrypted"
- next, finish
- in "Event Log" window, at bottom, find "locate" link, click it, this reveals the thing you'll upload
- go to google play store
- click "com.metamuse.kjams.cue" or whatever
- click "edit release", drop bundle in there