Swift-Radio-Pro icon indicating copy to clipboard operation
Swift-Radio-Pro copied to clipboard

Professional Radio Station App for iOS!

Results 14 Swift-Radio-Pro issues
Sort by recently updated
recently updated
newest added

Hi, I submitted on the AppStore ( with API) and apple rejected my app with this guideline, how can I solve it? here is the message: Regarding 5.2.3, we still...

question

Any idea how to fix this, I tried searching google no real answers, just more questions lol 'MPPlayableContentDelegate' was deprecated in iOS 14.0: Use CarPlay framework thanks!

I would like to see if maybe we can get Hey Siri or Siri Shortcut support or if someone can point me in the direction to make it happen? Thanks

enhancement

Just wondering if any of these geniuses designed an android version of the radio... Something that looks just like this one, its so simple yet so functional... just wondering... thanks!...

question

So I added a recently played icon button on the now playing page, I linked it to a tableview and got it working. I inputed the JSON recently played link...

Announcement

If there is a semikolon in the Artist/Title Information the Metadata doesn‘t update

Hey guys, I'm having an issue when I set my iOS device to SUPERVISED with an Apple DEP account and start single app mode with Apple Configurator 2. The iOS...

help wanted

I added One Signal Push Notification and its working great: Step: 0.1 Create One Signal Account 0.2 Generate iOS Push Certification for One Signal iOS Device. [https://documentation.onesignal.com/docs/generate-an-ios-push-certificate](https://documentation.onesignal.com/docs/generate-an-ios-push-certificate) 1. Add Notification...

Announcement

Hey everyone! *Edit: The CarPlay support is now part of the main project, enabled in the `SwiftRaion-CarPlay` Target.* ~~I created a new [branch](https://github.com/analogcode/Swift-Radio-Pro/tree/carplay) that supports **CarPlay** for the **SwiftRadio**~~ ![CarPlay...

Announcement

` private func setupNotifications() { ` ` let notificationCenter = NotificationCenter.default notificationCenter.addObserver(self, selector: #selector(handleInterruption), name: AVAudioSession.interruptionNotification, object: nil) notificationCenter.addObserver(self, selector: #selector(handleRouteChange), name: AVAudioSession.routeChangeNotification, object: nil) notificationCenter.addObserver(self, selector: #selector(playerDidFinishPlaying), name: .AVPlayerItemDidPlayToEndTime,...

help wanted