EasyApp

How to Register Apple Developer Account

Learn how to quickly register an Apple Developer account

The registration tutorial reference official documentation

Without a developer account, there are the following limitations. (This is an Apple requirement, not related to the template).

  • Cannot use Apple Sign-In
  • Cannot use in-app purchases
  • Cannot use push notifications Other features have no restrictions for now.

Solutions:

You can first run it on the simulator. For login, use regular email/password login. Remember to turn off Supabase email authentication, as email verification logic is difficult to test on the simulator. How to disable email verification functionality is documented in the Supabase integration chapter.

There's no need to comment out the code for now. First, complete your core business development, and when you're about to launch, pay for a developer account and integrate Apple Sign-In and in-app purchases. After development is complete, you can directly delete template code for features you don't need, which can also reduce some issues encountered during review.

If you still encounter other problems, you can contact us on Discord or GitHub.

Last updated on