KJams Cue/Building

From kJams Wiki
Jump to navigation Jump to search

Test

Building iOS

  1. update info.plist, version number
  2. set project to "release/iphone"
  3. menu bar->build->archive for publishing
  4. it will create a new app Archive. right click->sign and distribute
  5. click app store, next, upload, next, (provisioning) next next next whatever
  6. save the IPA file somewhere (temp file), click "publish"
  7. wait
  8. go to app store connect->app store, click the + button, set version number (?)
  9. select the new app (or you're already there if you just made it)
  10. scroll down to build, click "select a build…"
  11. select the build we uploaded (may have to wait for it)
  12. click save!
  13. click "Add for Review"
  14. clcik "Submit"
  15. push your changes in GIT

Building Android

  1. project->wtkJams_Android->scroll down, edit "version.properties"
  2. increment BOTH values
  3. menu->build->generate signed bundle / APK
  4. for google play, use "android app bundle", next
  5. key store path: choose existing, nav to folder "keystore"
  6. pick file "realitycheck-key.keystore", open
  7. first time:
    1. password: look in "key.properties" file
    2. copy value of "RCI_RELEASE_STORE_PASSWORD" (password)
    3. paste in both "key store" and "key"
    4. for "key alias" click folder, pick "choose existing", pick "reality check", ok
    5. check "Remember passwords, uncheck "export encrypted"
    6. next, finish
  8. in "Event Log" window, at bottom, find "locate" link, click it, this reveals the thing you'll upload
  9. go to google play store
  10. click "com.metamuse.kjams.cue" or whatever
  11. click "edit release", drop bundle in there