Search results for

nfc

1,175 results found

Post

Replies

Boosts

Views

Activity

Reply to Testflight Validate ERROR ITMS-90778 NDEF is disallowed
Following this Stack Overflow answer - https://stackoverflow.com/a/61265904/3765705, I have manually removed the NDEF entitlement and was able to upload my app to the App Store without the ITMS-90778 error I was experiencing. But this leaves me with a lot of questions... Why does Xcode add an entitlement that needs to be removed for uploading to the App Store? Is this a bug? Should I file a radar? I have now removed the NDEF entitlement. What will this cause? I am testing my app with a some cheap NFC Tags and everything seem to work, both reading and writing (and this includes the readerSession(_ session: NFCNDEFReaderSession, didDetectNDEFs messages: [NFCNDEFMessage]) NFCNDEFReaderSessionDelegate method that, as made clear by the name, handles the NDEF message of the tag), but have I maybe reduced the number of tags my app will be compatible with, by removing this entitlement? Another Stack Overflow answer - https://stackoverflow.com/a/58146231/3765705 with some upvotes describes the need to also ad
Aug ’20
NFC tag doesn’t work
today i Updates to the latest beta version of iOS, iOS 14 beta 4 and I use many NFC tags to activate all sorts of things in my house and now I can't because the pop-up window that let's you know that you can scan doesn't appear anyone, could you please fix it?
0
0
698
Aug ’20
Apple pay
I used samsung galaxy for awhile. I saw samsung is much better and useful than apple pay because samsung pay uses both NFC and MST. Then samsung pay can pay at all the stores including small local stores while apple pay cannot pay even at walmart, sam’s club. Hopefully, Apple will upgrade Apple pay.
1
0
474
Aug ’20
Unable to find Near Field Communication Tag Reading in target capability
Hello everyone, I hope you're all doing well in these complicated times. Not knowing how this forum works I will provide some basic details and if necessary I will provide more complete information. I would like to develop an NFC reading and writing application and for this I need to use coreNFC and add Near Field Communication Tag Reading to my Target capabilities. My problem is that I can't find the so-called Near Field Communication Tag Reading when I want to add it. xCode is up to date with the latest version and my application has as target IOS 13.6. I've been stuck on it for several days, please help me out!
2
0
2.8k
Aug ’20
Reply to How to I make the App Clip Card Show?
To preview how the app clip card will look, you should try out the developer settings added in beta 5. If you go to Settings → Developer → Local Experiences (under App Clip Testing), you'll be able to register an app clip experience just for that device. You'll need a URL prefix for this, like https://example.com/, and the bundle identifier of your clip. Once you've set it up: build and run your app clip target from Xcode to put the app clip on the device. You should then be able to use a QR Code or NFC tag with a matching URL, like https://example.com/?id=12, to trigger the card and then launch your clip. If you don't see the developer settings, double check that you're running iOS 14 beta 5.
Topic: App & System Services SubTopic: General Tags:
Aug ’20
Reply to Advanced App Clip Experience URL - URL Status: Received
There are no additional steps required from you. Once your app and app clip are live, the registered URLs for the advanced experience will automatically start working. The advanced experience enables additional app clip invocation methods such as NFC tags, visual codes, and Maps (when there is an associated physical location). For more information about the advanced experience, please see Configuring Your App Clip’s Launch Experience - https://developer.apple.com/documentation/app_clips/configuring_your_app_clip_s_launch_experience.
Aug ’20