chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
706 stars 559 forks source link

Doesn't support SDKs < 14 #135

Closed PointlessSpike closed 9 years ago

PointlessSpike commented 9 years ago

I used to have this working on v10 of the Android SDK, but since I updated to Phonegap 3 and updated this plugin, the earliest it supports is v14. That's 13.5% of Android users you're cutting out. Is there a workaround to get it to work on the older versions?

don commented 9 years ago

Use an older version of phonegap-nfc or use the latest version and avoid the v14 API calls.

PointlessSpike commented 9 years ago

As you say, I've used an older version (from Jan 2013) and it's working on both Gingerbread and Kitkat. Only reason I upgraded was to get the code for integration into Phonegap 3 anyway, so this should work just fine. If I could I'd get them to work side-by-side, but no matter. Thanks!

don commented 9 years ago

I think as long as you avoid the v14 calls (mostly around push URIs) you should be OK. Please let me know if that works for you.