How to upload my source code in median?

Source code
ANSWERED

OneSignal Push opened Callback did not work

I am not sure if it just happen to me or others both did not work when I click the notification with test function <br> ``` function gonative_onesignal_push_opened(data) { console.log("gonative_onesignal_push_opened", data) document.getElementById("callbackResults").value = ""; document.getElementById("callbackResults").value = JSON.stringify(data); } function median_onesignal_push_opened(data) { console.log("median_onesignal_push_opened", data) document.getElementById("callbackResults").value = ""; document.getElementById("callbackResults").value = JSON.stringify(data); } ```
ANSWERED

Integrate push notifications in a page made in bubble.io

It is possible to integrate push notifications in an app made by bubble.io if so ¿It's integrated in the same way that a normal web page ? else ¿Where can i see documentation in order to use push notifications ?
ANSWERED

unity ads

how to add unity ads to my app ?
ANSWERED

License required to use JavaScript Brdige

When logging into the app it says "license required to use JavaScript Bridge". How do we fix this?
ANSWERED

Can I create a logistics application to deliver packages?

Can I create a logistics application to deliver packages?
ANSWERED

PUSH NOTIFICATION NOT PLAYING SOUND

I integrated OneSignal push notification. But the notification doesn't play the device notification sound, I uploaded sound on my Median account, but none of the sound is playing even device notification is not playing. <br> What can I do? It's making me change my mind on using Median platform.
ANSWERED

OneSignal

We have just purchased a professional license and I am trying to configure OneSignal. I have an account on OneSignal and have created an app. I have entered the app id into Median for my app. What other configuration do I need to carry out to get this working as OneSignal is saying that I have no users subscribed to push notifications, even though I have the app downloaded and installed via the Android APK option and have chosen the option to allow notifications. I am unsure about whether I need to be creating platforms in my config as this doesn't seem to have helped. I also can't see any mention of Median in there which I would have expected since we are integrating through you. I would greatly appreciate someone getting in touch with me about this as there is more I would like to do in regards to developing our site to create audiences in OneSignal and personalise the push notifications for those different audiences. Thanks
ANSWERED

How to add text on splash screen

I am unable to add text or full background image in splash screen.
ANSWERED

Splach scrren image

i have put my logo on the splash screen but when i open the app it doesn't show logo it shows the image simbol and doesn't load the image how to solve this problem ?