Chapters

Hide chapters

iOS App Distribution & Best Practices

First Edition · iOS 14.4 · Swift 5.3 · Xcode 12.4

Section I: iOS App Distribution & Best Practices

Section 1: 17 chapters
Show chapters Hide chapters

Section II: Appendices

Section 2: 2 chapters
Show chapters Hide chapters

16. Where to Go From Here?
Written by Pietro Rea & Keegan Rush

Heads up... You're reading this book for free, with parts of this chapter shown beyond this point as scrambled text.

Congratulations on finishing “iOS App Distribution & Best Practices”!

This book has a wide target audience: if you’re a non-developer, this book taught you how to get your team’s code published. As an iOS developer involved in the release pipeline, you’ll have significantly fewer code signing frustrations. You’ve learned exactly what it takes to distribute and manage an iOS app.

In this book, you learned how the App Store is a game-changer in the field of software distribution and how you can be a part of the excitement. To start, you went over the simple process of submitting your first app for review.

Next, you went into the depths of code signing and provisioning. You prepared yourself to tackle any challenges you might face when releasing an app.

However, the journey doesn’t end once you’ve submitted your app. The book also touches on managing your app after a release.

In the second half of the book, you gained a deeper understanding of how Xcode builds your app. You learned about targets, schemes and build settings, and how you can configure them to create the ideal release pipeline.

Speaking of the ideal release pipeline, you learned about app distribution best practices. You stepped out of Xcode with build configuration files and used them for secret management. Stepping out of Xcode was the beginning of your automation journey, which began with xcodebuild on the command line and ended with running fastlane on a continuous integration server.

Twelve-Factor App Methodology

Many of the best practices described by this book are inspired by the Twelve-Factor App Methodology: https://12factor.net/.

Designed primarily for web apps, the methodology covers the separation of your app’s code with its configuration and dependencies. Its practices make sure that apps are easily testable and deployable.

While not all aspects of the twelve-factor methodology apply to iOS, referring to it for guidance will help you prepare the ideal release pipeline.

DevOps

Many of the topics covered in this book delve into the practice of DevOps.

Becoming the next fastlane

While you’re learning more about DevOps for iOS, you’ll surely become acquainted with fastlane.

Beyond publication

If you’re releasing your own app, some of the hardest challenges have nothing to do with code.

Conclusion

I hope that you enjoyed your journey to App Store mastery and that you feel more comfortable with the release process. If you have any questions, comments or suggestions, please stop by our forums at https://forums.raywenderlich.com.

Have a technical question? Want to report a bug? You can ask questions and report bugs to the book authors in our official book forum here.
© 2024 Kodeco Inc.

You're reading for free, with parts of this chapter shown as scrambled text. Unlock this book, and our entire catalogue of books and videos, with a Kodeco Personal Plan.

Unlock now