ANSWERED

How to add custom secure (privacy) screen on the app switcher

I want to add a secure (privacy) screen feature (hide content when the app is in background). Similar to what Banking apps does. Is this possible with Median?
ANSWERED

Okta: Keep me signed in / Global Session Cookie Persist across browser sessions not working on iOS

Hello - I am using Okta Identity Engine for authenication on our app. We have the config set up to config session cookies across browser sessions so users who choose to "Keep me signed in" do not have to reauthenticate. This appears to work just fine on Android, but does not appear to be working on iOS. It _could_ be something on the Okta config, but I am pretty sure the policies are correct. Is there something I am missing on the Median.co side to enable this properly on iOS? From what I understand, the internal browser used to load apps adheres to standard session/cookie policies correct? Thanks!
ANSWERED

Android Splash Screen Issue

For some reason, the splash screen for the Android version of my app does not show what I have set. For some reason, it shows a version where the colors are inverted. To elaborate, the color scheme for my my icon is white background with blue text on it (for light mode). However, the splash screen in the emulator has a black background with orangish red text. I don't even have a version of the logo that looks like that, so I don't know where it's getting from. I assume it's generating it. I have reuploaded the images and rebuilt and nothing seems to help.
ANSWERED

how to use my keystore

i have my existing keystore how i can you
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.