Post

Replies

Boosts

Views

Activity

Reply to Re-signing .app with a different team's (under same org) Developer ID Application identity
Oh yes, I almost missed it. Thanks for pointing this. [quote='827395022, DTS Engineer, /thread/775644?answerId=827395022#827395022'] The Developer website ensures that the bundle ID part of your App ID is unique. If the other team has registered an App ID with that bundle ID, you won’t be able to register it in your team. [/quote] It is not difficult, we have a custom script hosted in a secured place. That script has access to the signing identity. We only execute the script providing .app path and .entitlements path to the script for code signing . It code signs and place signed .app it in a given folder. [quote='827395022, DTS Engineer, /thread/775644?answerId=827395022#827395022'] how can you re-sign the app with their signing credentials? [/quote]
Topic: Code Signing SubTopic: General Tags:
Mar ’25
Reply to WKWebView not loading webpage in authorization plugin
Thanks for the detailed response. l was able to render a webview in WKWebView in SFAuthorizationPluginView. Though there are OS restrictions on the view width. The whole intent of loading the webview in plugin was to perform a webauthn. But unfortunately the platform authenticator doesn’t work here. The reason may be the inability to add a capability of associated domain (webcredential) that points to the rpid in a bundle target.
Topic: Privacy & Security SubTopic: General Tags:
Dec ’24
Reply to Safari App crashes when running with Safari extension intermittently
While investigating i found that in one of the exit point of beginRequest(with context: NSExtensionContext) i was not calling context.completeRequest(...)) Is there any reason why it crashed when it completeRequest was not added?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to I have a Swift binary helper that works as a native messaging host for Chrome, Edge, and Firefox using stdin/stdout. I want to use the same binary for a Safari Web Extension as well.
I am also facing the same issue. Did you find any solution?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to Safari Web Extension - ES6 Module Imports Not Working After Enabling "type": "module"
Hi, Did you get a solution? I am facing same issue.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to Add Authorization header to WKWebView
Unfortunately, i cannot use this. We have to reply of displaying web page and pass the authorization header among with the intitial request. It passing an authorization header allowed in wkwebview?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to Re-signing .app with a different team's (under same org) Developer ID Application identity
Oh yes, I almost missed it. Thanks for pointing this. [quote='827395022, DTS Engineer, /thread/775644?answerId=827395022#827395022'] The Developer website ensures that the bundle ID part of your App ID is unique. If the other team has registered an App ID with that bundle ID, you won’t be able to register it in your team. [/quote] It is not difficult, we have a custom script hosted in a secured place. That script has access to the signing identity. We only execute the script providing .app path and .entitlements path to the script for code signing . It code signs and place signed .app it in a given folder. [quote='827395022, DTS Engineer, /thread/775644?answerId=827395022#827395022'] how can you re-sign the app with their signing credentials? [/quote]
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to Where to add the apple-app-site-association files for web-credential capability - Domain or subdomain?
Thanks Albert for the reply. I have concern. I will use webcredentials not applink. It is required for showing the passkey dialog while performing webauthn. Do i still need to add the asaa in both my domain and subdomain?
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’25
Reply to WKWebView not loading webpage in authorization plugin
Thanks for the detailed response. l was able to render a webview in WKWebView in SFAuthorizationPluginView. Though there are OS restrictions on the view width. The whole intent of loading the webview in plugin was to perform a webauthn. But unfortunately the platform authenticator doesn’t work here. The reason may be the inability to add a capability of associated domain (webcredential) that points to the rpid in a bundle target.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Retrieving in app purchase info from the customer's Apple Receipt email
Hi, Get orderId from customer(from app store recipt sent to email) and user order id to get transaction id from app store connect look_up_order_id api..(https://developer.apple.com/documentation/appstoreserverapi/look_up_order_id)
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Feb ’24