A record of my first iOS App Store submission, including four reviews and the solutions to three rejections.
Software notes and practical experiments
This is the English entry point to Nanfeng's development blog. The archive currently contains Chinese-language technical notes; English translations will be published progressively.
Fixing an Incorrect Build Number in an iOS Archive
How to fix an iOS archive whose version and build number do not match the values configured in Xcode.
Fixing Swift Compatibility Library Errors in an iOS Project
Solutions for missing Swift compatibility libraries and runtime symbolic-reference errors in an iOS project.
How to Install an AAB Package on an Android Device
Convert an Android App Bundle into a universal APK and install it using bundletool or manual extraction.
Fixing a Cocos Creator iOS Hot Update That Still Runs Old Code
Restore Cocos Creator hot-update search paths during iOS startup so the app loads the updated code after restarting.
Hiding the Small Native Input Field Above the iOS Keyboard in Cocos Creator
How to restyle the native iOS text field used by Cocos Creator 3.7.2 without breaking keyboard input.
Showing the iOS Status Bar in a Cocos Creator App
Configure the native iOS project exported by Cocos Creator to display the system status bar.
Integrating FCM Push Notifications on iOS
Configure Firebase Cloud Messaging for an iOS app using an APNs authentication key.
Fixing the libwebp “Mach-O Member Not 8-Byte Aligned” Error
Fix the libwebp.a 64-bit Mach-O alignment error produced by newer Xcode linkers in Cocos Creator 3.7.2.
Finding an App Signing SHA-1 Certificate in Google Play
Locate the SHA-1 fingerprint of an app signing certificate in Google Play Console.