Search results for

“nfc”

1,204 results found

Post

Replies

Boosts

Views

Activity

Bad user experience because of NFC timeouts
We are developing an app for the online identification function of the German National ID Card. https://github.com/Governikus/AusweisApp https://apps.apple.com/de/app/ausweisapp-bund/id948660805 Currently there are two NFC timeouts we are not able to influence because there is no API. A NFC Session has a maximum lifetime of 60 seconds, independent from any card communication. When a card was detected the connection will only last for 20 seconds. Combined there is also something like a worst case: The user presents the card 55 seconds after the session was started: The connection will only last for the remaining 5 seconds of the session. The identifications works as follow: The user clicks on a link on a website and our app will appear. After selecting access rights the NFC session is started. Sometimes the user start to search for their ID card now and this takes some time. When the 60 seconds are over we start a new session until there is a card or the user aborts. After establishi
2
0
1k
Jul ’24
Reply to App Clip not opening from QR Code/Appclip codes
Confirm that you are following the instructions from Choosing the right functionality for your App Clip: To ensure a fast launch experience, App Clips must be small: If you make your App Clip available on devices running iOS 15 and earlier, the uncompressed App Clip binary can be up to 10 MB in size. If you make your App Clip available on devices running iOS 16 and later, the uncompressed App Clip binary can be up to 15 MB in size. If you make your App Clip available on devices running iOS 17 and later, the uncompressed App Clip binary 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 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 17 Aim to keep your App Clip well below the applicable limit. For
Jul ’24
Reply to launch app by scan NFC Tags
You can either implement background NFC reading to read the data from the tags to determine what video will play, and then send a notification to the user to open the app. Or you can embed a direct URL to your app and have the system put up a notification to launch your app. You cannot launch your app in the foreground to play a video without the step where the user taps on a notification of some kind.
Topic: Media Technologies SubTopic: Video Tags:
Jun ’24
Reply to NFC launch app
If you implement an App Clip, then the NFC will launch your App Clip or your App (if the user installs it). But it will still need the user to tap the open button on a notification to actually launch your App or App Clip. You cannot have your app launched into the foreground with zero user interaction.
Jun ’24
launch app by scan NFC Tags
My app need a specific scene that play a video when my iPhone close to NFC Tags. and my app can read the data from NFC Tags, the data will tell us which kind of video can be play. I tried to write URLScheme or Universal Link in NFC Tags, but all this ways will pop up notifications. not launch my app and play a video, how can I design my app. please give me some advice, thanks!
1
0
806
Jun ’24
Unable to send Mifare commandos on iOS
I have created a Flutter application to scan Mifare DESFire cards on Android and iOS. I have tried using both flutter_nfc_kit and nfc_manager which both use CoreNFC. On both platforms, I can get the basic information on the card. However, only on Android, I can read data from the card by using Mifare commands. On iOS I am getting a 0B response. I have the following configuration inside my Runner.entitlements: com.apple.developer.nfc.readersession.formats TAG I have added the following keys inside my Info.plist file: NFCReaderUsageDescription Access NFC com.apple.developer.nfc.readersession.iso7816.select-identifiers D2760000850100 ... However, I have noticed that I will get a different response if I add the D2760000850100 key in the Info.plist file. When I have this key added I get an error when executing a Mifare command: PlatformException(500, Communication error, Tag response error, null) So for that reason, I decided to remove the key altogether. Now everytime, I execute a Mifare comm
1
0
880
Jun ’24
Reply to App rejected because of NFC used in third party
We can't help you with what happens in the build with that podspec. Anything we say will be assumptions. As for app rejections, unfortunately, this is all hypothetical. App Review will handle each app on a case by case basis and it is not possible for anyone to say there will be an issue without knowing how the app is built, what NFC APIs are being referenced or not, and what the app is for. And also, what the rejection is for exactly. If they get a rejection, the app developers can ask for a technical review and determine what exactly is causing the rejection and how they can fix the problem.
Jun ’24
Bad user experience because of NFC timeouts
We are developing an app for the online identification function of the German National ID Card. https://github.com/Governikus/AusweisApp https://apps.apple.com/de/app/ausweisapp-bund/id948660805 Currently there are two NFC timeouts we are not able to influence because there is no API. A NFC Session has a maximum lifetime of 60 seconds, independent from any card communication. When a card was detected the connection will only last for 20 seconds. Combined there is also something like a worst case: The user presents the card 55 seconds after the session was started: The connection will only last for the remaining 5 seconds of the session. The identifications works as follow: The user clicks on a link on a website and our app will appear. After selecting access rights the NFC session is started. Sometimes the user start to search for their ID card now and this takes some time. When the 60 seconds are over we start a new session until there is a card or the user aborts. After establishi
Replies
2
Boosts
0
Views
1k
Activity
Jul ’24
Reference a framework included in parent app inside another xcFramework
I have a framework (Framework1) that uses another NFC framework. I want to check if the NFC framework is imported in the parent app and, if so, reference files dependent on the NFC framework inside Framework1. Is this possible in Swift on iOS using Xcode?
Replies
0
Boosts
0
Views
495
Activity
Jul ’24
Reply to App Clip not opening from QR Code/Appclip codes
Confirm that you are following the instructions from Choosing the right functionality for your App Clip: To ensure a fast launch experience, App Clips must be small: If you make your App Clip available on devices running iOS 15 and earlier, the uncompressed App Clip binary can be up to 10 MB in size. If you make your App Clip available on devices running iOS 16 and later, the uncompressed App Clip binary can be up to 15 MB in size. If you make your App Clip available on devices running iOS 17 and later, the uncompressed App Clip binary 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 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 17 Aim to keep your App Clip well below the applicable limit. For
Replies
Boosts
Views
Activity
Jul ’24
Observe Notification Triggered By Scanning NFC
How can I observe notifications triggered by scanning NFC in backgroundMode, I want to customize notifications, add Gif or Image to notification content. because the merchants want to display their images when shopper take their iPhone near goods.
Replies
1
Boosts
0
Views
605
Activity
Jul ’24
Set up local notification when scan NFC tag
how can I customize local notifications contains GIF when my app scanning NFC tags and get different data from NFC tags.
Replies
1
Boosts
0
Views
696
Activity
Jul ’24
NFC-enabled pass to use with Apple Wallet
I want to develop an app that can play videos on my iPhone's desktop by scanning NFC tag. can I request this permission from apple team.
Replies
0
Boosts
0
Views
462
Activity
Jul ’24
App Clips
I'd like to open a small window to play the GIF by scanning NFC tag, when app is unlocked. can I use app clips to realize it ?
Replies
1
Boosts
0
Views
708
Activity
Jun ’24
Reply to launch app by scan NFC Tags
You can either implement background NFC reading to read the data from the tags to determine what video will play, and then send a notification to the user to open the app. Or you can embed a direct URL to your app and have the system put up a notification to launch your app. You cannot launch your app in the foreground to play a video without the step where the user taps on a notification of some kind.
Topic: Media Technologies SubTopic: Video Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to NFC launch app
If you implement an App Clip, then the NFC will launch your App Clip or your App (if the user installs it). But it will still need the user to tap the open button on a notification to actually launch your App or App Clip. You cannot have your app launched into the foreground with zero user interaction.
Replies
Boosts
Views
Activity
Jun ’24
launch app by scan NFC Tags
My app need a specific scene that play a video when my iPhone close to NFC Tags. and my app can read the data from NFC Tags, the data will tell us which kind of video can be play. I tried to write URLScheme or Universal Link in NFC Tags, but all this ways will pop up notifications. not launch my app and play a video, how can I design my app. please give me some advice, thanks!
Replies
1
Boosts
0
Views
806
Activity
Jun ’24
Reply to NFC launch app
I noticed that Apple have introduce App Clips, which can use NFC to pop up my app directly.
Replies
Boosts
Views
Activity
Jun ’24
NFC launch app
I'd like to launch my APP via scanning NFC Tags In BackgroundMode. However, every time when I scan NFC tags, there always APP notification pops up, instead of opening APP directly. Please advise me how to skip the APP notification and directly launch APP.
Replies
3
Boosts
0
Views
1.2k
Activity
Jun ’24
Unable to send Mifare commandos on iOS
I have created a Flutter application to scan Mifare DESFire cards on Android and iOS. I have tried using both flutter_nfc_kit and nfc_manager which both use CoreNFC. On both platforms, I can get the basic information on the card. However, only on Android, I can read data from the card by using Mifare commands. On iOS I am getting a 0B response. I have the following configuration inside my Runner.entitlements: com.apple.developer.nfc.readersession.formats TAG I have added the following keys inside my Info.plist file: NFCReaderUsageDescription Access NFC com.apple.developer.nfc.readersession.iso7816.select-identifiers D2760000850100 ... However, I have noticed that I will get a different response if I add the D2760000850100 key in the Info.plist file. When I have this key added I get an error when executing a Mifare command: PlatformException(500, Communication error, Tag response error, null) So for that reason, I decided to remove the key altogether. Now everytime, I execute a Mifare comm
Replies
1
Boosts
0
Views
880
Activity
Jun ’24
Reply to App rejected because of NFC used in third party
We can't help you with what happens in the build with that podspec. Anything we say will be assumptions. As for app rejections, unfortunately, this is all hypothetical. App Review will handle each app on a case by case basis and it is not possible for anyone to say there will be an issue without knowing how the app is built, what NFC APIs are being referenced or not, and what the app is for. And also, what the rejection is for exactly. If they get a rejection, the app developers can ask for a technical review and determine what exactly is causing the rejection and how they can fix the problem.
Replies
Boosts
Views
Activity
Jun ’24
Reply to Wallet Passes documentation missing new iOS 18 event ticket type information.
It is probably too early for documentation and sample release. I think they will come out soon, maybe with beta 2. By the way, for what I've been able to understand, the new eventTicket format is an NFC only, so I think you'll need to provide NFC data for it to show up.
Replies
Boosts
Views
Activity
Jun ’24