I have a drawing app initially created for iPad. One of the features is a utility that uses core Bluetooth to help locate a misplaced Apple Pencil. This works on iPad but doesn't work on Catalyst since the pencil is paired with an iPad, not a Mac. The Mac version of my app was rejected because the entitlements listed Bluetooth. I've just resubmitted with that entitlement deleted, but I found no way to have it set for just iPad. Is there a way to do that? Or will I have to toggle the setting each time I alternate between iPad and Catalyst builds?
Separate entitlements for iPad and Catalyst
80 Views Asked by Victor Engel At
1
There are 1 best solutions below
Related Questions in IPAD
- Site loads on iPad/Chrome but not on iPad/Safari
- Possible to use NFC for iPad
- Intune IpadOS disable Safari quick notes
- Does anyone know how to make iPad layout the same as iPhone's? Size wise the text and overall layout get's smaller when I run the app on the iPad
- How to setup different launch screen image for iPad portrait and landscape mode?
- Appear Circles in ZStack exact image position as navigationSplitView (.balanced) opens or close
- Can I use VS code on Ipad
- Webapp exiting fullscreen when dragging mui slider in iPads
- Why are pointer events disabled when using Apple's pencil in Safari?
- @media print @page margins not working on Mac Safari and iPad
- FontAwesome Icons displays as white on iPad instead of Black as on other platforms making them almost invisible
- SwiftUI .autocorrectionDisabled() behavior not updating with @State BOOL
- SwiftUI Previews Multitasking Options
- Flutter - how to prevent an app being closed by user on IpadPro (iPadOs 17)
- ipadOS 17.4: AVCaptureMetadataOutput delegate not called (qrscanner)
Related Questions in BLUETOOTH
- React native - how can i listen callBack function
- java android: how to send data on Bluetooth between android and computer
- Pair bluetooth device to Android 12 phone by selecting my own pin
- Bluetooth virtual sniffer for windows
- PyBluez connection problems
- How to set value the descriptor of iOS BLE in Objective-C?
- python script using bluetooth running on windows 11 vs raspberry pi4
- Mobile printing PT200 tru Bluetooth opened in web app
- PlatformException(connect_errd or timeout)
- Bluetooth Driver file corrupt or replaced
- Bluetooth driver Failed and unable to install bluetooth driver for jammy ubuntu
- strange Flutter bug on turning on/off bluetooth permission using IOS device
- Call requires permission which may be rejected by user code should explicitly check to see if permission is available
- Error during getting android Bluetooth device RSSI from Windows 10 using BlueCove library
- Error in Bluetooth specification? Heading field of Location and Speed
Related Questions in MAC-CATALYST
- Mac Catalyst: Horizontal Mouse scroll with click drag
- No icon when dotnet publish .net maui mac catalyst app
- .net maui mac catalyst app how to specify INSTALL_PATH when app is packed
- Implementing interface sounds on iOS and Mac Catalyst
- MAUI FilePicker on MacOs (MacCatalyst) does not return picked file. (returns null)
- How to respond to the new Text Size setting in macOS 14 Sonoma?
- isiOSAppOnMac vs. isMacCatalystApp?
- How to generate .dSYM file for .NET MAUI app
- Visual Studio Mac Os (Net Maui) "Workload ID maui is not recognized"
- Get the focused/current window among multiple windows - Mac Catalyst
- Mac Catalyst UIButton Configuration Issues?
- How to enable a user to close a dialog with the keyboard in SwiftUI on Mac Catalyst?
- Is there a way to detect if an app is "Scaled to Match iPad" versus "Optimize for Mac"
- How to test Multiplatform SwiftUI app in Catalyst on a Mac
- Settings.bundle with separate options for a Mac Catalyst app?
Related Questions in ENTITLEMENTS
- Why iOS app for some user is not showing notifications with entitlement com.apple.developer.usernotifications.filtering
- OIM - Assign organization to entitlement in Java code
- How to overcome entitlement restrictions in framework unit tests in Xcode?
- originator doesn't have entitlement in Capacitor app build for iOS. Playing Audio
- Allowing serial port access in sandboxed Swift MacOS app
- iOS eSim installation flow does not show a custom label settings screen
- How to enable DriverKit-specific entitlements checks
- Separate entitlements for iPad and Catalyst
- NEVPNProtocolIPSec unavailable on Apple TV?
- Why is aps-environment showing missing when it is included
- Is it enough to add entitlements manually?
- Mac terminal parameters or arguments to run app as 'admin' or without asking for permissions to folders
- NFCTagReaderSession - Missing required entitlement
- Can I associate an entitlement to all my accounts in bulk? What is the best way to implement SLA on cases?
- .NET MAUI iOS won't deploy to iOS simulator once Keychain Sharing Entitlement is enabled
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
There might be other ways to achieve this but one way comes to mind goes like this: