OneSignal configuration for volt build

Has anyone an example of integrating oneSignal to volt builder?, i’ve been seraching for the last PGB configuration but they’ve deleted the page from the docs.

Thanks!!

Hi

I had succes in doing it this way…

https://documentation.onesignal.com/docs/phonegap-sdk-setup

For Android I used this in config

  <gap:plugin name="onesignal-cordova-plugin" spec="^2.4.1" source="npm" />
  <preference name="android-build-tool" value="gradle" />

For iOS

  <gap:plugin name="onesignal-cordova-plugin" spec="^2.4.1" source="npm" />

Regards
Flemming

1 Like

Thanks a lot Flemming,

that’s just what i need, so gratreful :slight_smile:

regards