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]
Post
Replies
Boosts
Views
Activity
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?
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.
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)