tidev / ti.nfc

Read Android NFC sensors with the Titanium SDK.
Other
26 stars 27 forks source link

Cannot set required false to uses-feature in SDK 8 #28

Closed PietroGranati closed 4 years ago

PietroGranati commented 5 years ago

Since the release of SDK 8 the required=true inside the timodule.xml forces all the app to have required=true and reduce drastically the device avaiability on play store.

https://jira.appcelerator.org/browse/AC-6328

I've resolved removing the required in the timodule.xml

jquick-axway commented 4 years ago

This issue was introduced by Titanium 8.0.2 and resolved in 8.1.1 by this ticket... https://jira.appcelerator.org/browse/TIMOB-27304

PietroGranati commented 3 years ago

The same problem with the new v.4.0 and SDK 9

PietroGranati commented 3 years ago

Fixed rebuilding NFC module with required=false, modifying the timodule.xml did not work