UUIKit_Ninjainuikit2ninja.hashnode.dev·8h ago · 3 min readiOS Compilation Process Explained: From Source Code to IPA Build ProcessEvery time you click Run or Archive in Xcode, a full compilation pipeline runs in the background. Understanding this process helps you understand why builds are sometimes slow, where a reported error 00
UUIKit_Ninjainuikit2ninja.hashnode.dev·8h ago · 4 min readCan Multiple Apps Use the Same iOS Certificate? Shared Rules and Provisioning Profile ConfigurationA while ago, our company launched a second app. When preparing to package it, I ran into a problem: an Apple developer account can create at most two distribution certificates, but our team had more t00
UUIKit_Ninjainuikit2ninja.hashnode.dev·1d ago · 3 min readCommon Reasons for App Store Review Rejection: Screenshot Specs and Permission Description PitfallsAnyone who does iOS development has likely encountered this situation: after submitting your app with great effort, you receive an App Store review rejection email the next day with a variety of reaso00
UUIKit_Ninjainuikit2ninja.hashnode.dev·3d ago · 4 min readWhat are the alternatives to Xcode? Use these tools to restructure your iOS development workflowOnce, just to change an interface field, I spent nearly half an hour switching back and forth between several tools. The code was modified in VSCode. Because the project includes not only Swift but al00
UUIKit_Ninjainuikit2ninja.hashnode.dev·4d ago · 4 min readiOS App Submission Guide, Apple Developer Account Registration, IPA Packaging, etc.Developers have probably all encountered this situation: the app is developed and ready to launch, but when you start the submission process, you realize there are quite a few things to prepare—certif00