428 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
113
views
File Provider extension cannot access App Group container despite identical entitlement
I have a Tauri/Rust application with a native Swift File Provider extension. Both are configured to use the same App Group, but the extension cannot access the shared continer at all - it can't even ...
2
votes
1
answer
151
views
applying com.apple.security.app-sandbox to hello world binary crashes with illegal hardware instruction
While attempting to migrate a dmg-installed app to Apple store, there are several command line tools that I need to test whether it runs in sandbox mode without issue. So what I did was copy the ...
0
votes
0
answers
140
views
Missing required entitlements for iOS application
I am trying to build an iOS application using Swift to read a contactless card.
I had given the required entitlements for reading the NFC Tags.
Below is my entitlement file.
<?xml version="1.0&...
1
vote
1
answer
51
views
DriverKit driver does not appear in iPadOS app settings
The driver does not show up in the app settings after switching to "DriverKit USB Transport - VendorID". Previously, the app used "DriverKit USB Transport (development)" and everything worked as ...
0
votes
0
answers
95
views
Apple CarPlay push notification support
I am trying to implement push notification to CarPlay scene of my iOS app with carplay-driving-tasks entitlement. As per documentation, driving-tasks still doesn't support push notifications. But just ...
0
votes
0
answers
48
views
Mac Catalyst app does not allow Save & Copy using UIActivityViewController given a URL whereas (Made for iPad) does allow it
I have an iOS App that uses an UIActivityViewController to share files. It works perfectly on iPad, iPhone and on Mac using (Made for iPad). But when I test the Mac Catalyst app it works perfectly ...
0
votes
0
answers
56
views
How to handle GCP marketplace pub sub events for subscription for Saas integration?
@pubsub_bp.route("/api/pubsub/events", methods=["POST"])
def handle_pubsub_event():
try:
print("Received Pub/Sub event")
envelope = request.get_json()
...
1
vote
0
answers
79
views
Need help for the Entitlements, Privacy Manifest, and Info.plist for System-Wide Mouse Click Monitoring and Typing Simulation in macOS App
I am currently developing a macOS application that listens for system-wide mouse clicks to simulate typing with user-provided text. The app requires Accessibility permissions to function properly, and ...
0
votes
1
answer
139
views
Why my disabled SIP can not bypass the entitlements check?
I am trying to build a local endpoint for log collection using the Endpoint Security framework for research purposes. However, due to the agile nature of the project, I cannot apply for the necessary ...
1
vote
0
answers
71
views
Unable to access details page for vehicle crash entitlement (SafetyKit)
I am part of a team working to incorporate vehicle crash detection using SafetyKit.
However, I am unable to know more details about this entitlement since the details page (https://developer.apple.com/...
1
vote
1
answer
489
views
iOS 18.2: Entitlements for Default Calling/Messaging App (Apple Developer Portal)
I’m trying to prepare my app to be the default calling and messaging app on iOS by following Apple’s documentation:
Preparing Your App to Be the Default Calling App
Preparing Your App to Be the ...
-2
votes
1
answer
471
views
I am having the "This app cannot be installed because its integrity could not be verified" when using MSAL in IOS
I am trying to test a .NET MAUI app on iOS using MSAL. It works fine on Android, but I am struggling to test the same app on iOS due to this error: "This app cannot be installed because its ...
1
vote
1
answer
2k
views
KMP Build using WKWebView is `missing entitlements`
I'm using Kotlin Multiplatform to generate a WebView in my iosMain implementation:
@Composable
actual fun LoadUrl(url: String) {
val webView = remember { WKWebView() }
UIKitView(
factory = {
...
1
vote
1
answer
196
views
MAUI Build fails with "Error loading Entitlements.plist template" after upgrading test device to iOS 18
After upgrading one of my test devices to iOS 18 and the associated XCode update, I ran into the following build issue. The devices running iOS 17.x continue to build with no issues.
Error loading ...
5
votes
1
answer
1k
views
Artifactory OSS won't start, log shows "Failed executing GetEntitlements, Server responded with an invalid status 404 UNIMPLEMENTED"
I just installed Artifactory OSS 7.84.15 on a Windows Server 2019 IBM cloud machine. I only changed 4 options: I changed 2 default ports that conflict with other Tomcat installs on this machine, I ...