Re: Make WatchKit app show local notification

2016-11-10 Thread Jeff Kelley
Hi Charles, Your code looks good to me. One thing to look at is if the iPhone is unlocked. By default, the watch will only show notifications if it’s on your wrist and unlocked, and your iPhone is locked. If you’re using the phone, it won’t show notifications on your wrist. If you

Make WatchKit app show local notification

2016-11-10 Thread Charles Jenkins
I’m trying to write an app that basically serves as a countdown timer. I’ve learned that the WKInterfaceTimer object doesn’t really do anything but draw the countdown on the screen. The documentation suggests pairing it with an NSTimer in order to be able to do something when the timer expires. I

MPMediaPickerController - hide explicit songs?

2016-11-10 Thread Eric E. Dolecki
I have an application that allows a user to add songs to a queue. I am using the MPMediaPicker - but I'd like the application to be family friendly. Is there some way to prevent it from displaying explicit material (I am only concerned with songs) to begin with. I think that I would love a