LocalNotifications in Ionic

I’m trying to get LocalNotifications working in my Ionic project. I’m using the Cordova Plugin here:

https://github.com/katzer/cordova-plugin-local-notifications

but whatever I do (and I’ve tried all sorts of methods!) my app crashes when I fire the notification. It always crashes on the same line in the fireDate method of AppLocationNotifications.m

 double timestamp = [[dict objectForKey:@"at"]

Anyone else experiencing the same thing?