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]
4d
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.
Dec ’24