-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Plugin
device_info_plus
Use case
The iOS apps published in the Apple App Store can be also available on Apple Silicon Macs.
Because some functionality may not work the same as on iOS (e.g. sharing intents, screen sizes, etc), it is useful to have a way to detect when iOS app is running on the Apple Silicon Mac.
Proposal
The device_info_plus is already using the NSProcessInfo and it would be great to pull the iOSAppOnMac value from there (iOS 13+).
I wasn't been able to find information on how to identify Mac model and MacOS version when iOSAppOnMac is true. Not sure if there is a way.