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 ?
ANSWERED

Licence touse javascript bridge

I have published my app on apple play store version 1.0.0 and it works. Then i changed the colore of status bar and then tried to publish it but apple rejected it saying the it keep giving a msg say "License required to use javascript bridge" on IPad Pro (IOS 17.4.2). What's the problem and how to solve it? The version 1 works fine and when i try on simulator it works fine as well. Another question i put image on the splash screen and sometime it doesn't load the image. It gives image sign but doesn't load it how to solve it as well.
ANSWERED

median-js-bridge installation fails

Hi, <br> I'm trying to convert my nextjs app to median app. When I added median-js-bridge to my project, following error occurs. ``` 21:34:24.932 /opt/buildhome/repo/node_modules/median-js-bridge/dist/index.js:1 21:34:24.932 import * as plugins from './plugins'; 21:34:24.933 ^^^^^^ 21:34:24.937 21:34:24.937 SyntaxError: Cannot use import statement outside a module 21:34:24.937 at internalCompileFunction (node:internal/vm:73:18) 21:34:24.937 at wrapSafe (node:internal/modules/cjs/loader:1176:20) 21:34:24.937 at Module._compile (node:internal/modules/cjs/loader:1218:27) 21:34:24.938 at Module._extensions..js (node:internal/modules/cjs/loader:1308:10) 21:34:24.938 at Module.load (node:internal/modules/cjs/loader:1117:32) 21:34:24.938 at Module._load (node:internal/modules/cjs/loader:958:12) 21:34:24.938 at Module.require (node:internal/modules/cjs/loader:1141:19) 21:34:24.939 at require (node:internal/modules/cjs/helpers:110:18) 21:34:24.939 at 500 (/opt/buildhome/repo/.next/server/pages/mypage.js:517:18) 21:34:24.939 at __webpack_require__ (/opt/buildhome/repo/.next/server/webpack-runtime.js:25:42) 21:34:24.941 21:34:24.942 > Build error occurred 21:34:24.942 Error: Failed to collect page data for /mypage 21:34:24.942 at /opt/buildhome/repo/node_modules/next/dist/build/utils.js:1055:15 21:34:24.942 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { 21:34:24.942 type: 'Error' 21:34:24.943 } 21:34:25.041 Failed: Error while executing user command. Exited with error code: 1 21:34:25.077 Failed: build command exited with code: 1 21:34:26.172 Failed: error occurred while running build command ``` Any clue on this?
ANSWERED

Auto start option on Android Devices

Is there any function to configure the APP as Auto Start? That is, when the Android device restarts, the APP will automatically open
ANSWERED

How can I activate the APP to install it on Android version 10 and 11?

I generated an APP and it works very well on Android version 12, however, on devices with Android v10 and v11 the APP does not work.
ANSWERED

iOS submission issue

Hi :) We're trying to publish our app on iOS, but when we submit it, Apple raises an issue about the App Tracking Transparency permission : **Guideline 2.1 - Information Needed** We're looking forward to completing our review, but we need more information to continue. Your app uses the AppTrackingTransparency framework, but we are unable to locate the App Tracking Transparency permission request when reviewed on iOS 17.4.1. However, we have enabled App Tracking Transparency in our app configuration, as well as Automatic Consent on Load. We have also provided a User Tracking Description. Have we missed something ? Thank you,
ANSWERED

How do I enable iOS badge clearing?

When receiving a notification, the badge count is increased automatically. The badge correctly disappears on opening the app. But with every new notification, the badge count keeps increasing, it is never cleared. I have tried setting OneSignal_disable_badge_clearing to NO in the following two places, but it doesn't change anything LeanIOS > Supporting Files > MedianIos-Info.plist OneSignalNotificationServiceExtension > Info.plist