renative icon indicating copy to clipboard operation
renative copied to clipboard

How to add Associated Domain Capability for iOS ?

Open himu243 opened this issue 2 years ago • 1 comments

I want to add couple of Associated domains for my iOS App. Can someone please guide me through it like how do we do that in a ReNative Applciation?

himu243 avatar Sep 15 '22 09:09 himu243

I am able to add entitlements using, platforms.ios.entilements.Associated Domains. But I need to add the Capability also now. How do we add Capability?

himu243 avatar Sep 16 '22 05:09 himu243

Fixed this as below:

"platforms": { "ios": { "systemCapabilities": { "com.apple.developer.associated-domains": true }, "entitlements": { "com.apple.developer.associated-domains": [ "ADD_DOMAIN_HERE" ] } } }

himanshuttn avatar Jan 24 '23 08:01 himanshuttn

Closing this ticket as it seems to be answered, although please feel free to reopen if the question persists

RosaryDarling avatar Jun 28 '23 14:06 RosaryDarling