sgrebnov / cordova-plugin-azure-notificationhub

Apache License 2.0
11 stars 36 forks source link

Improvement suggestion #11

Open lamuertepeluda opened 9 years ago

lamuertepeluda commented 9 years ago

You may remove the platform quirks for iOS if you use the same approach as in PushPlugin, i.e. extending AppDelegate by using a category + method swizzling.

I did it personally in my fork of your repository, from which I don't make a pull request to you only because we added some non-general purpose modification to the registration pattern, but it works!

This means no more need of modifying the AppDelegate.m manually, nor opening the bloody damned XCode to build your cordova project...! :)

sgrebnov commented 8 years ago

great suggestion, thank you @lamuertepeluda