OneSignal package in Anvil

Hey there,

I am looking at integrating OneSignal into my app for in-app notifications and push notifications (if the PWA is wrapped as a Native iOS/Android app). I have added the necessary dependencies in the native app, which allows for basic push notifications in iOS, however I’m still unable to get more advanced functionality like events inside the app that would trigger in-app messages.

I noticed that Anvil has several OneSignal packages available to be installed


Is there any information available about these packages? How can we use them to integrate OneSignal into our apps?

thanks

Hi

As I have understood, the packages that you can install manually in anvil is the same as having a local python script on your pc and running pip install.

In other words, packages installed manually in anvil will only run in your sever side scripts, not the client side scripts :slight_smile:

For example
I would look at the link below for documentation on how to use the library.

2 Likes