'How do I get my Flutter app from Android Studios to xcode?

I have programmed an app that is already uploaded to the Playstore, now I want to do the same in the Appstore.

Unfortunately, I don’t have a Macbook and have to do this via a friend who has xcode on a Mac.

Which flutter file do I have to send to my mate with Mac to open my app programmed in Android Studios (on a Windows computer) in xcode and upload it to the Appstore?

I would really appreciate help from someone :)



Solution 1:[1]

  • You can share the ios directory inside your flutter project to publish the application on App Store.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Pathik Patel