Swift-Radio-Pro
Swift-Radio-Pro copied to clipboard
Professional Radio Station App for iOS!
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...
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
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!...
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...
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...
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...
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...
` 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,...