Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

klawrence/MusicApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Apple Music and RubyMotion

This is a project that I wrote to learn how to code an iPhone app to play music from my Apple Music subscription using RubyMotion.

I documented what I learned on Medium.

I love my Apple Music subscription but, like everyone else, I hate the Apple Music app. The app can’t decide whether it wants to be great for streaming or great for playing your own music and does neither very well. There are a bunch of third party apps that are better for playing music that you’ve purchased but none that I could find that try make streaming more pleasant. Time to write my own.

Apple released a new API, MusicKit, last year that gives you access to search and play music from your Apple Music subscription. Would it work with RubyMotion? Here’s where we find out.

The first instalment is here:

  1. Getting Started with Apple Music and RubyMotion

Build and deploy

To build using the default simulator:

rake simulator

You'll need to deploy to a real iOS device to play music though. To deploy to you phone, you'll need to:

  1. Create a mobile provisioning certificate.
  2. Edit the Rakefile sections with your App ID & the name of the file continaing the certificate.

Then:

rake device

Join the RubyMotion Slack Channel

http://motioneers.herokuapp.com/

Come and say hello!

About

Demo code for a music app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages