cjlotz / Xamarin.Plugins

Cross platform Xamarin Plugins
MIT License
113 stars 56 forks source link

Question: WinStore Version? #7

Closed jamesmontemagno closed 9 years ago

jamesmontemagno commented 9 years ago

Are you able to ship a blank one so it fits in the PCL profile? Also, can it use the same implementation of your WinPhoneRT?

cjlotz commented 9 years ago

I can add a blank one, however, the same functionality is not available on the WinStore profile as it is within the WinPhoneRT profile

jamesmontemagno commented 9 years ago

Yeah that is probably best just for the pcl profile. Take a look here: https://github.com/jamesmontemagno/Xamarin.Plugins/blob/master/Vibrate/Refractored.Xam.Vibrate.WinStore/Vibrate.cs

That is what I did.