lochstar / nativescript-cast

NativeScript Chromecast Plugin.
Apache License 2.0
16 stars 4 forks source link

* migrate to ns6 #13

Closed jcarolus closed 4 years ago

jcarolus commented 5 years ago

Takes care of #12

As known, not backward compatible - Under Reguirements a notice has been added in the README but I leave the version up to you @lochstar .

jcarolus commented 4 years ago

@lochstar hope everything is ok. Can you have another look at this?

lochstar commented 4 years ago

Everythings good, @jcarolus. Cheers. I'll get this merged this week.

jcarolus commented 4 years ago

@lochstar since iOS 13, Guest mode for Chromecast requires extra permissions. There are two iOS API libs introduced for this reason, one with, one without the Guest mode - the upgraded library has the guest mode. This means that any project using this plugin requires this bluetooth permission. As far as I can tell, there is no way to configure a Nativescript plugin which lib to use if we were to include both somehow. More info on the dev page: https://developers.google.com/cast/docs/ios_sender#manual_setup