renative
renative copied to clipboard
How to add Associated Domain Capability for iOS ?
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?
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?
Fixed this as below:
"platforms": { "ios": { "systemCapabilities": { "com.apple.developer.associated-domains": true }, "entitlements": { "com.apple.developer.associated-domains": [ "ADD_DOMAIN_HERE" ] } } }
Closing this ticket as it seems to be answered, although please feel free to reopen if the question persists