TUTORIAL

Radio Play for mobile

Use remote station list

In Settings.m

NSString *const LOCAL_ENABLED = NO;

Don't forget to modify the PlayerDB.plist with the link to your audioplaylistpro.plist on your server

Ads

Monetize your app

Google Interstitial

GOOGLE_ACTIVATION = YES;

GOOGLE_adUnitID = @"Ad_ID";

GOOGLE_ID = @"Account_ID";

Google Banner

GOOGLE_ACTIVATION = YES;

GOOGLE_BANNER = YES;

Google_ad_banner_ID = @"ID";

No Ads

Use the "NO ADS" Bundle

Use in-app purchase

Ad Remover

Use In-App Purchase

BOOL InAppPurchase = YES;

Don't forget to change #define kRemoveAdsProductIdentifier @"com.endato.radiomyme.adsremover" in Settings.h

Don't use In-App Purchase

BOOL InAppPurchase = NO;

Home

app options

No Search

BOOL *const Allow_Search = NO;

Search

BOOL *const Allow_Search = YES;

QuickActions

iPhone 6S and higher

Don't use QuickActions

Go in Other Sources -> info.plist -> UIApplicationShortcutItems

Delete all the Items

Don't use In-App Purchase

Go in Other Sources -> info.plist -> UIApplicationShortcutItems -> Item 0

UIApplicationShortcutItemTitle = Name of QuickAction
(no need to modify the rest of it)

In Settings.m

Station_Name1 = "name of station";
Station_Sub1 = "station moto";
Station_Logo1 = "station logo url";
Station_Stream1 = "station stream url";
Station_Facebook1 = "Facebook ID";
Station_Twitter1 = "Twitter ID";

In Images

Modify the QuickAction logos

Player

Customize the player


Player_Title = Title displayed at the top of the player

Station_Title = Default artist name displayed if there is no information available

Station_Subtitle = Default title displayed if there is no information available

Use Last_Fm to find the albums
Use_Last_Fm = YES;

Facebook_URL = Your Default Facebook Account ID, will be used in the Player Page

Twitter_URL = Your Default Twitter Account, will be used in the Player Page

Music_URL = Your Default Music Icon URL, will be used in the Player Page

Open in iTunes/Apple Music the current song
Open_Music = YES;

Default_URL = Default URL of share button in Player View

If the user push Share in the Player section, the image will be the logo of the station. If NO is selected, it will be the current Album Image.
Share_with_station_logo = NO;

Activate the Volume slider when ads are removed (In App Purchase) or Ads disable
Activate_Volume_Slider = YES;

Set Up - AudioPlaylistPro.plist

The radio list


Radio Name = Main title displayed

Stream URL (leave the one that you are not using as null)
- Radio Stream URL : m3u, ACC, mp3...
- Radio Stream M3U8 : m3u8 only

Background Image = Image on the back of the station

Radio Logo = Logo of the radio (use high quality logo because it will be used in the Player section)

Radio Subtitle = Small text under the station name

Facebook ID = to get your facebook id https://findmyfbid.com

Twitter ID = Twitter User Name

Set Up - Design

Make your app with your own design

Settings Page

Go under Other Sources -> Main Window -> MainWindow.xib

My Tab Bar Controller -> Settings

LaunchScreen

Go under Other Sources -> Main Window -> Launch Screen.storyboard

Modify LaunchScreen.png

Radio cell

Go under Radio Play Core -> Xibs -> CustomTableCell.xib

Player

Go under Radio Play Core -> Xibs -> PlayerViewController.xib

CHANGE EVERY LOGO

Don't forget to change the main logo, launch screen and any other logo that are not your property.

TEST YOUR APP

Try to build you app using the play button. Don't forget to select a simulator (iPhone, iPad...)

HAVING AN ISSUE ?

Our support team is always happy to help you, so don't hesitate to contact us !