OObjC_Coderinobjccoder.hashnode.dev·1d ago · 3 min read10 Noteworthy iOS Development Tools: From Coding and Debugging to Release and OperationsAn iOS developer's toolchain goes far beyond Xcode and CocoaPods. From coding, debugging, and performance monitoring to security protection, every stage has some tools worth paying attention to. The f00
OObjC_Coderinobjccoder.hashnode.dev·2d ago · 4 min readWhat Methods Are There for iPhone Real-Device Debugging? Several Approaches Compiled While Locating a Push Notification Permission IssueThe QA colleague reported that the push notification authorization dialog did not appear after the app was installed for the first time. I initially thought it was an API timing issue, but later disco00
OObjC_Coderinobjccoder.hashnode.dev·2d ago · 4 min readWhat iOS IDEs Are There? A Look at Mainstream iOS IDEs (Xcode/VSCode, etc.) and Kuaixie (kxapp)For a while, I thought the choice of IDE for iOS development was quite limited, because for any native project, most of the work eventually falls on Xcode. But as projects grew more complex, things ch00
OObjC_Coderinobjccoder.hashnode.dev·3d ago · 4 min readiOS App Distribution Tutorial: App Store, TestFlight, and Ad Hoc Configuration and Upload MethodsI've noticed that many teams are not clear about the difference between publishing and distribution after packaging their iOS apps. The three methods—App Store release, TestFlight beta testing, and Ad00
OObjC_Coderinobjccoder.hashnode.dev·4d ago · 4 min readComplete Process of Publishing an iOS App to the App StoreI used to think that publishing an iOS app had to go through Xcode: install certificates on a Mac, archive the build, and upload via Organizer. It wasn’t until a colleague on Windows asked how to rele00