Closed NoelBaron closed 1 week ago
For those wondering:
// capacitor.config.ts
cordova: {
preferences: {
"com.appboy.api_key": "[API KEY HERE]",
"com.appboy.ios_api_endpoint": "[ENDPOINT HERE]",
},
}
Hey @NoelBaron, you can refer to this page for the full list of configurations available in this SDK. We would first recommend changing any instances of appboy
to braze
as that namespace is no longer being used or recognized. If that does not resolve your issue, please write into support@braze.com and reference this GitHub issue.
Note that support would be limited since Capacitor is not an officially supported integration method, although we have had reports of other users successfully integrating in the past. If you would like to raise signal for official Capacitor support, please submit some product feedback here!
Hey there,
Do you have guidance for configuring the SDK with capacitor? I've added the plugin with cap sync, but it's unclear how to properly initialize the API Key and API url values.
With capacitor we have:
capacitor.config.ts
for plugin configurationAndroidManifest.xml