Home > Enterprise >  Deploying flutter app to app store (ios) in windows
Deploying flutter app to app store (ios) in windows

Time:07-03

I have finished developing with my application and deployed to playstore. How do I do the same for ios? I don't have a MacBook.

CodePudding user response:

To deploy an app to the AppStore you need Xcode, so MacBook is required.

I heard some people that don't have Mac use Cloud MacOS, but its risky, so do your own research.

CodePudding user response:

You can archive this by cicd code magic. Reference link

you have to check all the functionality once before uploading app to app store to avoid app rejection. Development of iOS app without MacOs its difficult. For development you must require xcode & Mac os.

  • Related