ANSWERED

Adjust Minimum SDK?

I'm losing access to 923 android phones models and over 300 tablets models because the minimum SDK is now 23. Is there any way to avoid this?
ANSWERED

How to get keystore file

How to get keystore file

Android javascript bridge does not work but 100% okay on iOS

I've updated this project many times, following the documentation, I tried using `median_library_ready()` and calling that on `if (window.median)`, letting the application do it, I tried with the npm package (which I don't ideally want to use), I've tried it all and I've always had iOS successfully run my median commands in js, but median is never accessible through js on android, no matter what android device I use on the studio, local emulator or real device. I need help here please!
ANSWERED

Loading spinner shown in app when navigating links

It looks like Median is showing a loading spinner when navigating between links in our app. Is there a way to customise or turn off this behaviour?
ANSWERED

SDKs

Hello, Please, I made the application to convert my website into an application. In this case the application does not track any SDKs like Firebase Analytics or similar? Thanks
ANSWERED

Request about Tab bar

Hi, We use median for one customer. We're in the process of setting up the tab bar on our test application, but we're having trouble displaying it on the login page. How can we resolve this? Thanks
ANSWERED

How can I solve the problem in apple app store?

I got this message from app """ Alert Error activating Median.co Free license for com.tw.org.goodnews """
ANSWERED

Advertising ID - apk

Hello, Please, the apk created on the system is without advertisements. I took the test and found it excellent. As I have to publish on the play store, in the publishing process, can I leave advertising ID unchecked and without ads? Thanks for help
ANSWERED

Top Navigation Bar - Dynamic Titles

Hello, I am currently facing two issues with the Top Navigation Bar Title in the Median Dashboard Simulator. 1. On the iOS simulator, the title I set in **Native Navigation > Top Navigation Bar Visual Editor > Custom Title** is not displayed. Instead, the text from **Overview > App Name** is shown. <br /> 2. On the Android simulator, the Custom Title displays correctly. However, the settings for the Dynamic Title are not working as expected. Here is an example of the JavaScript Bridge code I am using for this. ``` if (navigator.userAgent.indexOf('median') > -1) { // Set Dynamic Titles on Top Navigation Bar median.navigationTitles.set({ active: true, persist: true, titles: [ { title: 'News', regex: '.*/news.*' }, { title: 'Hello World', regex: '.*' } ] }) } ``` <br /> When I open the **domain/news** page, "News" is shown briefly in the title, but it soon changes to "Hello World," which is the default for **regex: '.\*'**. (I understand that the rules for Dynamic Title are prioritized from top to bottom, but could it be that the Android app is prioritizing the bottom rule instead?) I would like to know if these issues are related to the Median Simulator. Could you investigate this issue? Thanks.
ANSWERED

OneSignal keeps disabling

Hello, We've recently tried to update our app and found the following issue: in the dashboard, @Push Notifications, the option "Enable OneSignal" was disabled for unknown reasons since 16 July 2024 (haven't accesed the dashboard since like April). Trying to enable it and "Save Changes", disables it back. Last backup that seems to have the option enabled (which is outdated) is from "Mon Apr 29 2024 11:04:53 GMT+0300". Downloading the source code and enabling it via appConfig.json does nothing (no module is downloaded either like in the older versions). I've also tried fiddling with other options, but no luck. Can you please check out the issue? We wanted to push an update in order to comply with the latest requirements from Google Play services. Thanks.