rdelrosario / xamarin-plugins

Cross platform Xamarin & Windows plugins for PCLs
MIT License
179 stars 161 forks source link

CrossPushNotification different signature fro APIs #81

Open Karvan opened 7 years ago

Karvan commented 7 years ago

It seems that CrossPushNotification.Initialize(); for Android needs different parameters. so we can not use one initialize method for different APIs.

rdelrosario commented 7 years ago

Where are you calling this method? should be called on each platform project

Karvan commented 7 years ago

I'm going to use that in a common layer for all platforms. so If you can add methods with the same signatures it will be fine.