Search results for

nfc

1,175 results found

Post

Replies

Boosts

Views

Activity

Reply to iPhone 7: NFC capability not supported error on xCode 9 Beta 2
Sorry, I should be more descriptive.I have an existing app, which I have been updating to support NFC on the new iOS Beta 11.Until today I had NFC working.Today I downloaded the xCode Beta 2 and used the Capabilites tab to enable NFC.I also added logic to prevent iOS versions lower than 11 to not handle NFC using @available(iOS 11.0, *).After this change, when trying to run my code on an iPhone 7, it gives the error: “App_Name” requires the “nfc” capability which is not supported by iPhoneI tried reverting the changes I made but the error presisted, unsure what has caused the issue to arise.Thanks
Jul ’17
Reply to iPhone 7: NFC capability not supported error on xCode 9 Beta 2
I did delete the entitlements but the NFC Capabilites said for it to be added, so I allowed it to add it automatically.NFC has been enabled, it has been working on the same iPhone. But now XCode 9 Beta 2 will not allow me to run it on my iPhone(Hopefully, you can see these images)The following is the Error I get, when trying to build my app onto my iPhone 7.The following is the Capabilites tab showing that NFC has been enabled
Jul ’17
XCODE 9 and IOS 11 - archive errors
I am trying to create an archive for a XCODE 9 app using NFC core and getting errors that I cant figure out having tried many settings. We are using the new NFC Core framework in the app and all works perfectly when running on devices etc - just wont create a archive so we can add to TestFight.. for external testing. Erros we are getting:This is just a warning, but maybe it is why it goes horribly wrong later - what should be used for IOS 11 Archive builds if not armv7 or armv7s?Showing All MessagesWarning: iOS 11.0.0 does not support armv7ld: warning: Auto-Linking supplied '/Users/chrishumphries/Downloads/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks//CoreNFC.framework/CoreNFC.tbd', bitcode bundle could not be generated because '/Users/chrishumphries/Downloads/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks//CoreNFC.framework/CoreNFC.tbd' was buil
3
0
13k
Jul ’17
homekit nfc pairing
iOS 11 will come with a new HomeKit and NFC pairing.Please, any idea regarding NDEF message used in an HomeKit accessory with NFC ? not found any information in apple doc or forum.Help is welcome...thx and br,
0
0
816
Jul ’17
Unique TagID and NFC Core
Will NFC Core give access to the unique tag ID of NFC (ISO14443) and ISO15693 tags? For example, the standard format for ISO15693 tagIDs is a 64-bit unique identifier (ie 16 hex characters starting with E0). This is very necessary for many use cases.
1
0
652
Jul ’17
Core NFC with M24SR64 tags
Hi,I'm testing STMicro's M24SR64-Y based NFC tag (NFC Forum Type 4 Tag, ISO/IEC 14443 Type A) with Core NFC (iOS 11 beta 3), but it cannot be read.(No didDetectNDEFs nor didInvalidateWithError called, while reading popup shown)Other type 2 or type 4 tags work fine with the same application.The tag is populated with one NDEF message, and can be read fine with Android phones.Does similar problems get up?
3
0
1.1k
Jul ’17
NFC without an APP
Hi,is possible to use NFC frameworks without Dev a specific APP?I mean something similar Android: I approach my iPhone to an NFC sensor and (for example) automatically opens a website.Or does Apple not want to integrate this feature?
0
0
219
Jul ’17