pusher/libPusher

Optional PTPusherDelegate Methods Aren't Optional

emcmanus opened this issue · 1 comments

PTPusherDelegate's push notification methods aren't implemented to be optional, e.g.:

https://github.com/pusher/libPusher/blob/push-notifications/Library/PTNativePusher.m#L90

This should be fixed by 12dabe1