Zippy Rainbow
Results
2
issues of
Zippy Rainbow
I have an application working in the Android environment with MultiScan (Reader) working fine (Once: False) But when I try the same function in iOS it can read the first...
NfcInFlutterPlugin.m Line 567 Currently is `@"maxSize": [NSNumber numberWithInt:capacity],` Needs to be: `@"maxSize": [NSNumber numberWithInteger:capacity],` To overcome the warning message in iOS _warning: implicit conversion loses integer precision 'const NSUInteger' (aka...