Yung-Kien

Top iOS Interview Questions and How to Answer Them

Let’s face it. A lot of iOS developers are terrified when it comes to interviewing including me. So, I am just putting the questions that are being asked the most and the answer I believe you should give in this blog post to help everyone out. Q: What is the difference between frames and bounds? …

Top iOS Interview Questions and How to Answer Them Read More »

Step by step guide to jailbreak any iOS 15 & above devices with Palera1n-C

Step 1: Download palera1n-c’s latest release from Github. I will download palera1n-macos-universal because I am using M1 Pro Macbook, you may download other files if you are using other operating systems. Step 2: Open the terminal, change directory to your download folder, then run sudo mv ./palera1n-macos-universal /usr/local/bin/palera1n to move the file into your bin …

Step by step guide to jailbreak any iOS 15 & above devices with Palera1n-C Read More »

How to Test Push Notification in your iOS device using Pushever

Firstly, you will need to generate a Certificate Signing Request (CSR) via Keychain Access app on your Mac machine. Then, go to your app’s identifier > Tick “Push Notifications” > Press “Configure” Select “Create Certificate” under Development / Production SSL Certificate Lastly, upload the Certificate Signing Request (CSR) file that you created earlier and press …

How to Test Push Notification in your iOS device using Pushever Read More »

How to differentiate and set up iOS Widget Timeline

Make sure you already understand and watch some tutorials on how to set up your widget to follow along with this article. I will only focus on explaining the widget timeline in this short article. To set up the widget timeline, you need to initialise it with an array ofTimelineEntry objects and TimelineReloadPolicy, Timeline(entries: [EntryType], …

How to differentiate and set up iOS Widget Timeline Read More »

Feature Flag Level Image

Effective Mobile Feature Flags Management in a New Era

Feature Flags Management is a new software development technique that turns select functionality on and off during runtime, without deploying new code. The product team use feature management to progressively deliver new code and features to end users, run experiments and A/B tests, customize the user experience, and maintain highly reliable applications—all while the application …

Effective Mobile Feature Flags Management in a New Era Read More »