Code

Discussion on Your Radio App

Discussion on Your Radio App

Cart 1,266 sales

1499 comments found.

Galaxy S26 Ultra and Android17 Background Audio Issue – Root Cause: Music playback stopped within 3 seconds when the screen turned off. The core issue was that the MediaSession callback was only registered for Android < 13 (TIRAMISU), leaving Android 13+ devices without proper MediaSession handling. Additionally, the MediaSession was never activated during normal playback start – it was only activated through Android Auto callbacks. These missing initializations caused the system to terminate audio playback when the app moved to the background.

Solution: Register the MediaSession callback for all Android versions and ensure mediaSessionCompat.setActive(true) is called at playback start.

Buy a coffee for me, my PayPal is: herbert@zonnet.nl

hello guys any new update for the application for Panda 2 Android Studio? APIS etc..

Hi, No worries, this item is fully compatible with the latest Android Studio (Panda), including the required APIs and dependencies. Thanks

brilea

brilea Purchased

Admob Keeps rejecting my app, any solution or reason for this?

cucco Purchased

Anyone with problems with the phone Galaxy S26 Ultra, after 2 minutes, the app stops the audio. Any help?

Hi,

At the moment, we cannot verify this issue yet. It may be related to the streaming URL being used. We have tested the app on Android 16 devices, and everything works normally.

Please try testing with another streaming URL or an MP3 audio URL. If the issue still occurs, kindly record a screen video and send the details to our email: help.solodroid@gmail.com so we can check it further.

Thanks

cucco Purchased

Thank you for your response. We have tested several phones, and the problem occurs with those running the latest version, ONE Version 8.5, Android version 16. Version 8.0 works normally on all phones.

parsi1

parsi1 Purchased

Can I ask what the getUserToken section in the functions.php file is for?

Are you planning to design a user area section in the future?

Hi, Yes, there are plans to add user-related features in the future, such as requiring users to log in before accessing certain features like radio playback, and storing favorites on the server based on user ID so they remain available even if the app is reinstalled or used on another device. However, this is still in the planning stage, and for now the API is only declared for future use and is not actively used yet. Thanks

Thank you for your great update.

Did you solve that problem for the blind in the new version?

Why do I see this banner when I first download the app from playstore

https://ibb.co/Jw0vPjqy

Hi, By default, there is no such banner. It appears that there may have been custom changes in the code or configuration. Please kindly double-check your setup, and if necessary, re-download the latest version from CodeCanyon to ensure everything is working as intended. Thanks

Hi Solodroid,

​I would like to request new features for my radio app: ​Sorting in Explore: Please add a sorting button in the Explore screen with options for “Newest”,”Oldest” “Most Popular”, and “Most Liked”. ​Continuous Playback: When I click on the radio description/details, the radio stops playing. Please fix this so it continues to play in the background. ​ Mubarek Ramadan

hi is there any problems with the key generator server? My 5 multiapps are not working

Hi,

This issue may be caused by a problem with the server you are using or an incorrect configuration. For further investigation, please send your app details and server configuration to our email: help.solodroid@gmail.com

Please also note that one license is valid for only one published app. You can find more details about our licensing rules in this article.

Thanks

Yes, I have purchased 5 licenses ill check

Hi, Okay, you can send your details to our email above so we can help you to check your configuration. Thanks

Hi, Replied. Thanks

any upcoming updates ? with new features ?

Hi, If a new update is released, you will be notified via email. Thanks

When i try to run app with emulator i have this problem https://ibb.co/gbDTP3Wj

Hi, It’s not a problem, just a warning message and can be safely ignored without any issues as long as the Android project can be built, run and work properly. Thanks

djcelo

djcelo Purchased

Hi

I would like to ask if it is possible to configure the app to display Interstitial Ads instead of App Open Ads when the app is opened.

Currently, the app shows App Open Ads on launch, and I would like to understand:

If there is an option to replace App Open Ads with Interstitial Ads at startup, or

If this behavior is fixed and cannot be changed.

Because the interstital pay muuuch more then open ads here, I really need that! rsrsrs

Please let me know if this is configurable and, if so, what steps are required to make this change.

Thank you very much for your support.

Hi, Yes, it’s possible to replace the app open ad format with an interstitial ad. However, this is outside the scope of our free support. If you’d like us to implement it, it can be done through our customization service. Please contact us via email at help.solodroid@gmail.com for further discussion. Thanks

Hi, Thanks sended!

Hi, Replied, please check your email. Thanks

TIP! Why not integrate PODCAST and RECORDING into your project? This will make it a feature-rich code and potentially increase your sales.

Hi, Thanks for the suggestion! At the moment, the available features are exactly as shown in the provided demo, and they are implemented according to the current project scope. However, we really appreciate your idea—your tip has been noted and may be considered for future updates if it fits our roadmap and demand. Suggestions like this are always helpful for improving the project over time. Thanks

gasguti

gasguti Purchased

I recently updated the app to the latest version Your Radio App v6.0.0 (multi-station, released 15/11/2025). After the update, users who had a previous version installed report that the app crashes immediately or fails to open (stuck on splash screen or black screen). The only way to make it work again is:

Clear app cache, Clear app data / storage or fully uninstall and reinstall from Play Store. Thank you and looking forward to your response or a small update fix.

Hi,

Sorry for the late reply. After our team reviewed the issue, to fix the crash problem when updating from the old version, you need to make a small change in the AdsPref.java file due to a change in the variable type. Please follow the tutorial highlighted in the red box in the two screenshots by replacing ad_status with ad_network_status. This should resolve the issue.
https://prnt.sc/jFYb35_95PdP
https://prnt.sc/EICvgx4_89wR

Thanks

I have issue with OneSignal notifications Do you have WhatsApp support ?

Hi,

In the Android Studio project, put your OneSignal APP ID in the res/values/notifications.xml

In the admin panel > Settings menu, Make sure OneSignal is selected as the Push Notification Provider, then, put your OneSignal APP ID and OneSignal REST API Key in the form field provided.

Complete answer details have been sent to your email.

Thanks

i have same FCM Notification Topic in the admin panel and also in the android app in this file notifications.xml

<string name=”fcm_notification_topic”>desi_melody</string>

Do i need onesignal or is it optional. If I dont put onesignal keys etc, notifiation should work but looks like its not working.

Hi, onesignal is optional, if you only want to use firebase for push notifications, that’s correct and make sure the push notification provider in the settings menu in the admin panel is firebase. Thanks

I have this in my admin panel

Push Notification Provider

Choose your provider for sending push notification FCM Notification Topic desi_melody

OneSignal APP ID 0

OneSignal Rest API Key 0

and I have this in my notifications.xml file

<?xml version=”1.0” encoding=”utf-8”?> <resources xmlns:tools=”http://schemas.android.com/tools” tools:ignore=”TypographyDashes”>

<string name="fcm_notification_topic">desi_melody</string>
<string name="onesignal_app_id">xx-yy-zz</string>

</resources>

I then go to manage notification in my admin panel and send the notification. However, i have my apk file on samsung device but dont get notification.

Am I missing anything ?

Hi, Notification permission must be allowed on the device you are using, also make sure you have replaced the google-services.json file in the Android project correctly, double-check the configuration you made. Thanks

frank57

frank57 Purchased

Could not GET ‘https://jitpack.io/com/github/solodroid-dev/ads/admob-ads-sdk/maven-metadata.xml'. Received status code 401 from server: Unauthorized

I invalidated the cache and restarted, but the error persists.

Hi,

JitPack is currently experiencing downtime. Please try rebuilding your project and refresh your Gradle dependencies, see screenshot: https://prnt.sc/Fy-LE4b9WSUc

If you still encounter errors or failed builds, proceed with the offline Ad SDK integration. You can follow the complete tutorial here.

Thanks

I built and testing APK on my android for the first time. App is loading but I am getting ‘There is a problem with the internet connection or the server is down.try again later’ error.

I am with hostinger. how to test the API whether is working or not

status OK database connected

Also noted that admin admin username and password dont work anymore. It worked well initially. Should I do admin installation again? and then get a new key and rebuild the app?

Hi,

We’ve reset your admin panel password to admin, if you want to change the password, you must change it from your admin panel after logging in, you cannot change it manually from phpmyadmin.

Also we’ve tested it here and working fine: https://prnt.sc/T_dCHuf9bCff

Please check again your Server Key and Rest API Key.

Thanks

If I lock my phone screen, will the station keep playing or stop? Also, do you have next station and previous station button available when radio is playing so I can change to next station and previous station, especially when my phone screen is locked. Thanks

Hi, If you lock your phone screen, the station will keep playing, also next and previous station button are available too, you can try the demo version directly if you want to check it, or you can watch this video here when we tested it. Thanks

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey