skip to Main Content

Do I have to register and make a payment to Apple Developer to create an application for iOS

Previously I made an application on Flutter then I built the project on iOS, then when I want to configure xcode I have to register for a membership at Apple Developer? Do I have to do this to create an iOS application in a developer environment or upload it to the appstore

2

Answers


  1. You can make them for free locally, you only need to pay for a developer account if you are adding it to the app store.

    https://developer.apple.com/support/compare-memberships/

    Login or Signup to reply.
  2. As stated in the Flutter documentation:

    In order to publish your app to the App Store, you must first enroll in the Apple Developer Program. You can read more about the various membership options in Apple’s Choosing a Membership guide.

    Unfortunately, you will need to buy an Apple Developer Membership before being able to upload the app to AppStore. Same with Android but that side is "looser" in the sense that you can send someone the apk they can install. For iOS you’ll need an app called TestFlight for other people to use the test version of your app, and cannot install the app otherwise unless it’s on the AppStore.

    You can read more on the free and paid tier of the program here

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search