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
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/
As stated in the Flutter documentation:
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