Search results for

“nfc”

1,193 results found

Post

Replies

Boosts

Views

Activity

Where is the correct and official contact window for Apple VAS?
Hi everyone, I work in a company with NFC-enabled reader manufacture. As for the title, I have searched for it for a lone time. Not NFC Certificate Request, it's for issuing passes. I inquired about MFI and the reply was that NFC is not within the scope of MFI. I have asked the local Apple team for help and they have no contact information for other teams and it is not clear which team to contact. My questions are below. Where is the correct and official contact window for Apple VAS? Is my post posted in the correct forum? If not, can you provide the correct place to ask? If possible, I hope to know the conditions for obtaining VAS authorization. Thanks a lot. Ken.
3
0
1.9k
Dec ’23
Reply to Error 1110 - Report & Solution (Data Recovery)
I got new info thanks to Reddit User: DenyTheFlesh Copy and paste: It's the swipe up to upgrade screen but in Chinese. Basically Stockholm (that's your Apple Pay/NFC chip with the Secure Element) took a firmware update and iOS needs to do encryption stuff to the entire storage contents, but first it needs to decrypt what's already there by getting the correct passcode from you. Each attempt is a 15+ minute operation even if the passcode is wrong. If you know FOR SURE that the passcode you entered is 100% correct, then perhaps Stockholm took a bad update or there is something seriously corrupt in userland. If it can't decrypt for this operation, then it can't decrypt to access your stuff, and a full restore is your only option.
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’23
Core NFC reports stack error in the modal intermittently. What is this error?
Howdy, I seem to have a reliability issue when reading a type 5 tag where I get this Stack Error, but only sometimes. Other times, the reads are completing without an issue. The delegate's readerSession(:didInvalidateWithError:) is reporting type 200 (user cancelled) even though that doesn't seem to be the case. It looks like Core NFC is cancelling the session itself... What does this mean? Thanks, smkuehnhold
1
0
1.1k
Mar ’23
Problems submitting an App Clip with size above 15mb (for digital invocations)
We're trying to submit an App Clip with around 17mb, aiming to fit in the new size limit for digital invocations. The mention for the rules can be found in this article.. The relevant part is: If you make your App Clip available on devices running iOS 16.4 and later, your App Clip can be up to 50 MB in size if it meets the following conditions: The App Clip only supports digital invocations — for example, from your website or Spotlight search — and not from physical invocations but like App Clip Codes, QR codes, or NFC tags People use your App Clip in situations where a reliable internet connection is likely, for example, at home Your App Clip doesn’t support iOS versions prior to iOS 16.4 We have updated our App Clip target to have a minimum supported version to iOS 16.4 but when we push it to TestFlight we get an error like below: We identified one or more issues with a recent delivery for your app, (...) Please correct the following issues, then upload again. ITMS-90865: Thinned app clip size is t
2
0
1.6k
Oct ’23
CoreNFC IS5693 Tags
Hello, I have ICode Slix and Slix 2 NFC tags. I'm working on an iOS app for reading and writing data to these tags. I've tried various approaches, but I'm having trouble with the writing part. Could you please assist me in understanding how to write encode URL in that tags Here's my current code Because these tag is not bydefault NDEF format and I want to right url in that tag and make it NDEF formattable. I tried to write data with NFC Tool application it can write data easily in that but my code doesn't work. how to right data in NFC forum type 5 tags? func tagReaderSession(_ session: NFCTagReaderSession, didDetect tags: [NFCTag]) { print(Connecting To Tag) if tags.count > 1 { session.alertMessage = More Than One Tag Detected, Please try again session.invalidate() return } let tag = tags.first! session.connect(to: tag) { error in if let error = error { session.invalidate(errorMessage: Connection Failed: (error.localizedDescription)) return } if case let .iso15693(sTag) = tag {
1
0
744
Nov ’23
Reply to Problems submitting an App Clip with size above 15mb (for digital invocations)
It appears there might be some confusion or potential issues related to App Clip size and support for digital invocations. To address these issues and ensure your App Clip meets Apple's requirements, consider the following steps: Check Deployment Target Settings: Ensure that the App Clip target has the correct deployment target set to iOS 16.4 or later. Make sure your App Clip target doesn't have any dependencies or frameworks that have a minimum deployment target below iOS 16.4. Reduce App Clip Size: Examine the contents of your App Clip and try to reduce its size by removing any unnecessary resources, assets, or code. Review asset compression settings for images and media to minimize their size. Use asset catalogs to manage and optimize your image assets. If your App Clip contains third-party libraries or frameworks, ensure that they are stripped of unnecessary architectures and resources. Verify Asset Slicing: Confirm that asset slicing is enabled for your App Clip target. Asset slicing is a part of app th
Oct ’23
NFC/Felica to use Host Card Emulation support
I am developing an iOS app in which the device(iPhone) needs to act as an NFC tag using Felica so that an NFC reader could read the information present in this virtual tag (like person details). Currently Suica and Pasmo is being used for contact less payment but we ant to use the same technique but for our IOS app. Is it possible to achieve this ?
2
0
1.6k
Oct ’23
How can I change SmartCardServices configuration on Big Sur?
I am developing a Java app that integrates with SmartCard reader. One of the features that I try to implement is reading/setting terminal (card reader) configuration without a tag being present on the reader. This can be done by sending so called escape codes. But to enable these escape codes we need to enable them in the driver. In case of macOS this will be SmartCardServices and the file that I should edit is: /usr/libexec/SmartCardServices/drivers/ifd-ccid.bundle/Contents/Info.plist I need to set ifdDriverOptions property to 0x0001. This procedure was described in this helpful GitHub comment https://github.com/pokusew/nfc-pcsc/issues/13 I tried to follow other instructions provided there but I hit the wall with read-only file system error. I wonder if there is an idiomatic way to change these settings. Why this is important? Sending new configuration via escape command is the only way to un-brick terminal that was (by mistake) wrongly configured.
3
0
3.6k
Oct ’23
Universal Links to multiple apps (iOS 15)
Hi! We have two apps, both use the Universal Links mechanism, apps should be opened when user read NFC tag. The tag content is a URL link to our domain. After updating to iOS 15, users faced the problem that they constantly see the application selection dialog when reading the nfc tag. How to fix it? Previously, the selection dialog was displayed once and the value was stored. Our aasa file on domain: { applinks: { apps: [], details: [ { appIDs: [*.*.app1], paths: [*] }, { appIDs: [*.*.app2], paths: [*] } ] }, appclips: { apps: [ *.*.app2.Clip ] } }
1
0
1.6k
Oct ’23
Where is the correct and official contact window for Apple VAS?
Hi everyone, I work in a company with NFC-enabled reader manufacture. As for the title, I have searched for it for a lone time. Not NFC Certificate Request, it's for issuing passes. I inquired about MFI and the reply was that NFC is not within the scope of MFI. I have asked the local Apple team for help and they have no contact information for other teams and it is not clear which team to contact. My questions are below. Where is the correct and official contact window for Apple VAS? Is my post posted in the correct forum? If not, can you provide the correct place to ask? If possible, I hope to know the conditions for obtaining VAS authorization. Thanks a lot. Ken.
Replies
3
Boosts
0
Views
1.9k
Activity
Dec ’23
Reply to Error 1110 - Report & Solution (Data Recovery)
I got new info thanks to Reddit User: DenyTheFlesh Copy and paste: It's the swipe up to upgrade screen but in Chinese. Basically Stockholm (that's your Apple Pay/NFC chip with the Secure Element) took a firmware update and iOS needs to do encryption stuff to the entire storage contents, but first it needs to decrypt what's already there by getting the correct passcode from you. Each attempt is a 15+ minute operation even if the passcode is wrong. If you know FOR SURE that the passcode you entered is 100% correct, then perhaps Stockholm took a bad update or there is something seriously corrupt in userland. If it can't decrypt for this operation, then it can't decrypt to access your stuff, and a full restore is your only option.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’23
Core NFC reports stack error in the modal intermittently. What is this error?
Howdy, I seem to have a reliability issue when reading a type 5 tag where I get this Stack Error, but only sometimes. Other times, the reads are completing without an issue. The delegate's readerSession(:didInvalidateWithError:) is reporting type 200 (user cancelled) even though that doesn't seem to be the case. It looks like Core NFC is cancelling the session itself... What does this mean? Thanks, smkuehnhold
Replies
1
Boosts
0
Views
1.1k
Activity
Mar ’23
Reply to Wallet pass being hidden despite expirationDate in future
We are just about to start developing for NFC event tickets and have brought this up with our contact at Apple. Hopefully this can be escalated as we have a large number of confused customers and clients.
Replies
Boosts
Views
Activity
Dec ’23
Reply to Data transfer using NFC
hi , No, this is not yet possible with coreNFC to emulate iphone as a NFC Tag. The HostCardEmulation mode is ONLY reserved for Wallet applications (ApplePay, CarKey, ...) and is not accessible at user level. good luck.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’23
Problems submitting an App Clip with size above 15mb (for digital invocations)
We're trying to submit an App Clip with around 17mb, aiming to fit in the new size limit for digital invocations. The mention for the rules can be found in this article.. The relevant part is: If you make your App Clip available on devices running iOS 16.4 and later, your App Clip can be up to 50 MB in size if it meets the following conditions: The App Clip only supports digital invocations — for example, from your website or Spotlight search — and not from physical invocations but like App Clip Codes, QR codes, or NFC tags People use your App Clip in situations where a reliable internet connection is likely, for example, at home Your App Clip doesn’t support iOS versions prior to iOS 16.4 We have updated our App Clip target to have a minimum supported version to iOS 16.4 but when we push it to TestFlight we get an error like below: We identified one or more issues with a recent delivery for your app, (...) Please correct the following issues, then upload again. ITMS-90865: Thinned app clip size is t
Replies
2
Boosts
0
Views
1.6k
Activity
Oct ’23
CoreNFC IS5693 Tags
Hello, I have ICode Slix and Slix 2 NFC tags. I'm working on an iOS app for reading and writing data to these tags. I've tried various approaches, but I'm having trouble with the writing part. Could you please assist me in understanding how to write encode URL in that tags Here's my current code Because these tag is not bydefault NDEF format and I want to right url in that tag and make it NDEF formattable. I tried to write data with NFC Tool application it can write data easily in that but my code doesn't work. how to right data in NFC forum type 5 tags? func tagReaderSession(_ session: NFCTagReaderSession, didDetect tags: [NFCTag]) { print(Connecting To Tag) if tags.count > 1 { session.alertMessage = More Than One Tag Detected, Please try again session.invalidate() return } let tag = tags.first! session.connect(to: tag) { error in if let error = error { session.invalidate(errorMessage: Connection Failed: (error.localizedDescription)) return } if case let .iso15693(sTag) = tag {
Replies
1
Boosts
0
Views
744
Activity
Nov ’23
Reply to PassKit Entitlements - Apple Pay
Do you mean you have gotten any reply or Apple has not granted the certificate for you yet? Because I also want to get the nfc certificate and I emailing with then more than a month, but my request is still in reviewing status.
Replies
Boosts
Views
Activity
Nov ’23
Reply to Data transfer using NFC
Can I use my iPhone to emulate an NFC Tag to transfer data to another iPhone or Android device? No.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to Problems submitting an App Clip with size above 15mb (for digital invocations)
It appears there might be some confusion or potential issues related to App Clip size and support for digital invocations. To address these issues and ensure your App Clip meets Apple's requirements, consider the following steps: Check Deployment Target Settings: Ensure that the App Clip target has the correct deployment target set to iOS 16.4 or later. Make sure your App Clip target doesn't have any dependencies or frameworks that have a minimum deployment target below iOS 16.4. Reduce App Clip Size: Examine the contents of your App Clip and try to reduce its size by removing any unnecessary resources, assets, or code. Review asset compression settings for images and media to minimize their size. Use asset catalogs to manage and optimize your image assets. If your App Clip contains third-party libraries or frameworks, ensure that they are stripped of unnecessary architectures and resources. Verify Asset Slicing: Confirm that asset slicing is enabled for your App Clip target. Asset slicing is a part of app th
Replies
Boosts
Views
Activity
Oct ’23
NFC/Felica to use Host Card Emulation support
I am developing an iOS app in which the device(iPhone) needs to act as an NFC tag using Felica so that an NFC reader could read the information present in this virtual tag (like person details). Currently Suica and Pasmo is being used for contact less payment but we ant to use the same technique but for our IOS app. Is it possible to achieve this ?
Replies
2
Boosts
0
Views
1.6k
Activity
Oct ’23
Reply to NFC/Felica to use Host Card Emulation support
anyway for simple data transfer iphone to iphone via NFC
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’23
How can I change SmartCardServices configuration on Big Sur?
I am developing a Java app that integrates with SmartCard reader. One of the features that I try to implement is reading/setting terminal (card reader) configuration without a tag being present on the reader. This can be done by sending so called escape codes. But to enable these escape codes we need to enable them in the driver. In case of macOS this will be SmartCardServices and the file that I should edit is: /usr/libexec/SmartCardServices/drivers/ifd-ccid.bundle/Contents/Info.plist I need to set ifdDriverOptions property to 0x0001. This procedure was described in this helpful GitHub comment https://github.com/pokusew/nfc-pcsc/issues/13 I tried to follow other instructions provided there but I hit the wall with read-only file system error. I wonder if there is an idiomatic way to change these settings. Why this is important? Sending new configuration via escape command is the only way to un-brick terminal that was (by mistake) wrongly configured.
Replies
3
Boosts
0
Views
3.6k
Activity
Oct ’23
Universal Links to multiple apps (iOS 15)
Hi! We have two apps, both use the Universal Links mechanism, apps should be opened when user read NFC tag. The tag content is a URL link to our domain. After updating to iOS 15, users faced the problem that they constantly see the application selection dialog when reading the nfc tag. How to fix it? Previously, the selection dialog was displayed once and the value was stored. Our aasa file on domain: { applinks: { apps: [], details: [ { appIDs: [*.*.app1], paths: [*] }, { appIDs: [*.*.app2], paths: [*] } ] }, appclips: { apps: [ *.*.app2.Clip ] } }
Replies
1
Boosts
0
Views
1.6k
Activity
Oct ’23
Reply to Using Wallet.app to open doors with NFC reader
Any news on this? Has anybody successfully taken a travel card and made it work with a static nfc code?
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Sep ’23