IOS upload on mac and deploy on windows

Hi, I want know if it is possible to upload an app from a mac and receiving your certificates but then updating your app on your windows pc using something like Ionic deploy?

If you want to sign your iOs apps you will have to do that on a Mac OS X machine with XCode, you can’t sign iOs apps on windows.

If thats your question, because its a bit unclear.

I think the question is, if you have an ios app thats gets built on a mac, sent to the ios app store on a mac, can you use ionic-deploy to push updates from say a windows machine?

Theoretically you can. Once the plugin for deploy is added to your project, the changes just need to be uploaded to apps.ionic.io, and the plugin will take over from there.

yes that is what I meant thanks… sorry if my question was a little vague.