Search results for

nfc

1,176 results found

Post

Replies

Boosts

Views

Activity

Reply to Safari/Webkit Team and Developer Communication
The single biggest feature that is missing that I and other developers need is Notifications (i.e. push notifications). It's essential for a huge range of apps including chat / social media / workflow, business apps / games. Notifications have been available for native since 2009 via APNS. Features As a collective list (from a number of developers): Notifications Install Prompts/Banners (would go along way to reducing friction for installing web apps.) Pinned App Settings (in Settings Main Page and Settings > Notifications) Service Worker Navigation Preloads (to speed stuff up) Web Share Target with Files (So you can airdrop files to other people) Deep Links to Home-screen apps (from a clicking a url) Badges on Home-screen apps (i.e. unread chat count) Background Sync (To make sure the user has latest data when they load the app) Bluetooth NFC In terms of privacy/protections for the user if pinned home-screen/apps simply appeared as an App in the Settings > apps menu and in Settings > Notifi
Topic: Safari & Web SubTopic: General Tags:
Jun ’21
Will it be possible to add non-US documents to the new Wallet?
Hi! When I saw that with the help of Apple Wallet it would be possible to save an ID and use it via NFC, I immediately wondered: Will it be possible to add documents from other countries? For example, in Ukraine there is an application Diya, these are electronic documents. (They are legally perceived as paper documents). Is there any opportunity for developers to add these documents to Apple Wallet?
1
0
813
Jun ’21
Reply to ios14.6 coreNFC : NDEF not working on Type5
Hi. In relation to this we have recently discovered that writing to iso15693 tags seems not to work on iOS 14.6. With all other conditions the same, running our app on iPhone 7 iOS 13.x we were able to read and write to STElectronics ios15693 tags. After upgrading to 14.2/3 the native scan prompt dialog was missing but we believe that is a known bug. Therefore we upgraded to 14.6 and now our app can still read these tags but not write. Trying to debug the issue using the WWDC 2020 nfc core demo app (linked above), results in the delegate not being called, as described by latorreSTM. Curiously, a 3rd party app, NFC Tools, is the only app we've found able to write to the tag. Therefore, writing is definitely possible, we just don't know where to look to make the necessary changes to get the delegate to fire. This is a blocking bug days before a deliverable for our client so any solution very much appreciated.
Topic: App & System Services SubTopic: General Tags:
May ’21
NFC Read/Write ISO15693 on not Ndef
I would like to know if it is possible to read/write on tag that are not formatted NFCForum (Ndef). I am especially concern with ISO 15693 tag. NFC Core with NFCISO15693Tag seems to be capable of iy but I couldn't find on the store any application that can do it (with new iphone SE 2020 and iOS14.1)
1
0
1.9k
May ’21
NFC Popover and TabView
This is on IOS 14.4 on an iPhone. When invoking an NFC Reader from the second tab of a tabview, when the NFC popover is displayed, the tabview goes back to the first tab. Then when the popover is dismissed, the user is left on the wrong tab. Does anyone know why this happens and how I can continue to show the second tab?
1
0
430
Apr ’21
NFC reads once, then no longer works.
I am using iOS 14 beta 3. I read there was an issue with this in earlier iOS 13 betas. It seems to have reappeared with iOS 14? I create a personal automation in Shortcuts with an NFC tag. Works great the first time. Then it never reads it again. If I get an app that can read tags, it reads the tag, so I know the tag is working properly, it's just that the iPhone doesn't read it after the first time. Anyone else have this? I did submit feedback to Apple on iOS 14. Thanks! Dan
16
0
9.9k
Mar ’22
NSUserActivity with URL and Location after opening the App Clip a second time, while still running in Background
Hello, i cant seem to find an answer, on how i can achieve, that i get the Invocation URL and Location (to check if it is in the CLRegion) a second time (when the app is still running, but a new NFC Tag/App Clip Code is scanned). When the user first starts (or after closing it in the App Switcher) the App Clip, the Location and URL is checked in the SceneDelegate function func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions). But i cannot find a way to get the NSUserActivity on the next Invocation, if it is opened by a NFC Tag or Code. Is there a way to get the new connectionOptions (UIScene.ConnectionOptions) through the sceneWillEnterForeground function? My usecase would be, that the user may encounter multiple App Clip Codes, which he scans and in between these scans, he/she may not close the app fully.
1
0
1.2k
Mar ’21
Reply to NFC (CPSErrorDomain error 2.)
Are there any updates for this issue? the same error with the NFC tags and the QR reader in the control center, but with the https URLs not http, I don't have any payment methods, I think the issue with links with trackable codes but not sure, I checked all posts and answers through the web that connected to the NFC and QR issues but no one got a key or answer, please provide us updates if someone reaches the solution or the reason. Regards
Topic: App & System Services SubTopic: General Tags:
Mar ’21
Testing local App Clip experience with Location based Siri suggestion/Link on Map/iMessage/Smart App Banner?
I am exploring App Clips and trying it out by following the instruction on Apple Documentation site. So far I am able to test local App Clip experience with App Clip code and QR code. For NFC I assume that I would work the same way but need to have rewritable NFC tag and suitable app to write the URL to NFC tag. I wanted to test with other invocations locally however so far I could not find any reference on how to setup these. Location based from Siri suggestion Link on Map Link on iMessage app and Smart App Banner. Based on my finding, Smart App Banner and Link on iMessage App need to have proper domain and associate App Clip with the website by modifying AASA file. Is it possible to test all these 4 invocations locally and how?
1
0
827
Mar ’21
ios13 Missing required entitlement for NFCTagReaderSession
I'm diving into iOS 13's new CoreNFC capabilities, and I'm struggling to get NFCTagReaderSession working. After setting up my entitlements and instantiating an NFCTagReaderSession and delegate I attempt to start the session by calling nfcTagReaderSession?.begin(). My session immediately gets invalidated with this error:Error Domain=NFCError Code=2 Missing required entitlement UserInfo={NSLocalizedDescription=Missing required entitlement}I have updated my distribution profile accordingly , I have followed the documentation here for my entitlements file: https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_nfc_readersession_formatsI have also added the appropriate Privacy - NFC Scan Usage Description in my Info.plist.My developement profile contains only one string NDEF when I enable NFC reading in capabilities.Has anyone gotten this to work yet? Is this just a problem with Xcode 11 or iOS 13?
5
0
14k
Mar ’21
Reply to Signing failed: Provisioning profile "iOS Team Provisioning Profile: xx" doesn't match the entitlements file's value for the com.apple.developer.associated-appclip-app-identifiers entitlement.
When does the error appear? When you open your App Clip through the TestFlight app or when you try to scan an App Clip code or an NFC card? I think you need to have an already published version of the App Clip on the App Store to be able to use App Clip Experiences.. (I'm not sure, though). If you don't need to have a published App Clip, then I have the same problem as you. Maybe tomorrow I'll publish the first version to the App Store. I'll check then what happens when I scan an App Clip code and write a reply on this page.
Topic: Code Signing SubTopic: Entitlements Tags:
Mar ’21
Reply to Universal Links Camera does not pass url to .onOpenURL (perform :) method SwiftUI Xcode
The same thing happens when you scan an NFC tag containing the URL. At least me and someone else have this issue: https://stackoverflow.com/questions/65150897/swiftui-universal-links-not-working-for-nfc Their work-around is to use a custom URL scheme, but since that's frowned upon these days it would be nice if this was fixed. I assume it's an issue in SwiftUI (or maybe something lower level - I haven't written a UIKit test app to narrow down where the URL ges lost). I did make a quick test to see if custom schemes work, but I could only get it to work when scanning a QR code - not when scanning an NFC tag.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Mar ’21