Hi, i'm working on an NFC library based on the latest released iOS 13, i've been having some issues with reading regular NFC tags, i have followed apple's documentations to the letter but haven't been able to get the library work.
I added all the expected keys and values to the info.plist and the entitlements file.
I created an example project in Xcode using swift, and i was getting the exact error, finally i figured that I was missing some capabilities, please refer the image attached, my question is the following, besides the #PListExtra and #Entitlement regions in B4i, is there a way to add what is needed to the project, again please look at the image, my xcode project didn't start working until I added the Associated Domain and the Near Field Communication Tag Reading capabilities, is there a way to include these two capabilities in my B4i project, I believe these are different than what is added to the #PListExtra and #Entitlement regions.
Does this make sense, basically my xcode project is now working with the same exact code i am using in the library, but when I compile my b4i code i get an NFCError 202 error and by doing
I added all the expected keys and values to the info.plist and the entitlements file.
I created an example project in Xcode using swift, and i was getting the exact error, finally i figured that I was missing some capabilities, please refer the image attached, my question is the following, besides the #PListExtra and #Entitlement regions in B4i, is there a way to add what is needed to the project, again please look at the image, my xcode project didn't start working until I added the Associated Domain and the Near Field Communication Tag Reading capabilities, is there a way to include these two capabilities in my B4i project, I believe these are different than what is added to the #PListExtra and #Entitlement regions.
Does this make sense, basically my xcode project is now working with the same exact code i am using in the library, but when I compile my b4i code i get an NFCError 202 error and by doing
Last edited: