DEV Community

Discussion on: Creating, building and deploying an ionic application using Azure DevOps and App Center

Collapse
 
stefanhk31 profile image
Stefan

Great article, thank you! How does this process look when building iOS? Are there any particular resources to check out and/or pitfalls to watch out for?

Collapse
 
carlosgit2016 profile image
Carlos Gabriel Goiani Flor

Hey Stefan. Thank you.
For iOS some things will need to change. But in fact you just need to touch in the second pipeline "Android App CI", the signing method need to be changed and the command used for build to android too.

For publishing you can't use the Visual Studio App Center I think. You'll need configure a agent with the XCode.

Collapse
 
edwardchanjw profile image
Edward Chan Jia Wei

Hi Caros, what you mean signing method need to be changed?

  1. You mean just the variable?
  2. Or you mean change to play app signing (I not really familiar with Android ecosystem's history, I think roughly is they added one more secure method, play app signing)

Furthermore, build for android also, does the workflow or tooling chance? Or you just tell Stefan to look up all newbie issue?