getsentry/sentry-cocoa

Identify when iOS app runs on a Mac

Opened this issue · 0 comments

Description

Use NSProcessInfo.iOSApoOnMac and NSProcessInfo.macCatalystApp when an iOS app runs on a Mac and send this information along with the device context. Maybe users can already determine if an iOS app runs on a Mac so we have to double check before implementing this.

This issue is related to #3824.