ANSWERED

Links (hrefs) not working on Android

My hrefs, specifically the TEL and MAILTO, do not work properly on an Android device. I currently have deployed two apps using Median and they both have issues with this: 1. I get a popup that says "App is not installed." on one app. 2. The app crashes on the other I have checked the documentation and it doesn't really give much information. Is there something special I need to do? Here is the exact line in HTML (number obviously omitted) <a href='tel:<phone>'><phone></a> Please note, my link-handling rule for "Non-web links", is set to external. In addition, while using the web version this functionality works fine. Please inform me of what I can do to fix this issue.
ANSWERED

"The Android App Bundle was not signed." On Google Play Console

I have attempted to upload a new release as I have updated some settings and I am getting the following error when I attempt to upload the AAB file: "The Android App Bundle was not signed." I am using Google Play App Signing, so I thought this would be taken care of automatically. The Median documentation states "Median signs each app with a randomly generated release key. If you need to create release builds from source code, please contact support to obtain your release key." Is there something I am missing here? Do I have to create a new App every time I want to upload a new build?
ANSWERED

How to remove the built-in Side Bar which is already on website and replace it with Side Bar Navigation.

Hi, I am trying to figure out a way to remove the side bar which is integrated/built with my website already and replace it with the MedianCo's side bar as it looks much cleaner and gives a mobile app feel. How can I do this?
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 ?