Skip to content

bash script to auto-deploy your iOS CloudBuild directly to App Store

License

Notifications You must be signed in to change notification settings

Vonak/Unity-CloudBuild-Push-AppStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Unity-CloudBuild-Push-AppStore

bash script to auto-deploy your iOS CloudBuild directly to App Store

Usage:

  • Update your project version + build number to a valid App Store version (have to be a new version to be uploaded)
  • Add this bashscript in your Unity project.
  • Setup your Unity iOS Cloud-build. (iOS platform, Signing credentials, provisionning profile etc)
  • Under Advanced Options, configure the script relative path as Post-Build Script, see example:

image

Add Environment variables to your Cloud Build config:

  • ITUNES_USERNAME with your Login
  • ITUNES_PASSWORD with your password
  • TARGET_NAME with the Config name: can be 'iOS', 'default-ios', whatever Cloud-Build Config name you have see. Mine as example:

image

Enjoy auto-deploy!

About

bash script to auto-deploy your iOS CloudBuild directly to App Store

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages