Hacker News new | ask | show | jobs
by replwoacause 343 days ago
Couldn’t you have just restricted the app to being installable on only certain iPhone models?
1 comments

Apple doesn't allow developers to target specific device models, presumably to prevent discrimination. However, you have two options: 1. Set a minimum iOS version requirement, or 2. Restrict to devices with A12 chips or later. But neither approach can exclude certain problematic device models.