Any possibility of extending support in background mode as well in future releases?
Search results for
nfc
1,175 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello All,We have requirement of being notified in background mode once NFC tag is identified.Based on payload and check we want to perform BLE operation in background mode for it.Is there any possibility in fututre release to allow using core NFC in background mode also?Please help !
Hi guys,I'm studiyng the new coreNFC for iOS 11 and I have found some header file about class NFCISO15693 support.My company is really interested to ISO14443 support, has Apple plans about this nfc protocol?Exists a roadmap about next update of this amazing technologie?Best regardsEros
I have been getting the following error when trying to run my app with NFC on my iPhone 7:“App_Name” requires the “nfc” capability which is not supported by iPhone
Which app ?Do you use NFC for Apple pay ? AFAIK, NFC is not accessible to 3rd party.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
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
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
So you turned off the NFC capability ?Did you look at the entitlements to see it it is effectively off and no subfield remains ? You could also probably delete this part of entitlement to completely clean it.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
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
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
I don't get any response from my iOS11 beta 2 iphone using ISO15693 NFC tags although my programm doesn't have any 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
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,
I am reading an NFC tag that contains Basic Access Controlhttps://en.wikipedia.org/wiki/Basic_access_control My goal is to replicate the following Android app on iOShttps://play.google.com/store/apps/details?id=at.mroland.android.apps.nfctaginfo&hl=en
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.
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?
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?