Search results for

nfc

1,176 results found

Post

Replies

Boosts

Views

Activity

Reply to Is it possible to open an App Clip card by linking a user to a URL or by sharing a QR-Code as of beta 8?
Multiline The Smart App Banner in Safari will change to the app clip variant when your app clip is available in the App Store. Similarly, URLs registered as part of the advanced experience will work via QR code/NFC when your app clip is available in the App Store. BlockQuote it means if i want to test it how it looks via Testflight, i can not do it?
Topic: App & System Services SubTopic: General Tags:
Dec ’20
coreNFC write NDEF with utf8
Hi,I am trying to write NDEF-data to a nfc-tag. It works partially. I can write data to the tag. But the data is written with UTF-16 which makes it unreadable for my android app. How do I create a NFCNDEFPayload.wellKnownTypeTextPayload with utf-8 encoding.This is how I create and write the NDEF.//ndef creation let textPayload = NFCNDEFPayload.wellKnownTypeTextPayload(string: tmpMessage, locale: Locale(identifier: En)) self.ndefMessage = NFCNDEFMessage(records: [(textPayload!)]) //write tag.writeNDEF(self.ndefMessage!) { (error: Error?) in print(error ?? error) if error != nil { session.invalidate(errorMessage: Update tag failed. Please try again.) } else { session.alertMessage = Update success! session.invalidate() } }
1
0
1.2k
Nov ’20
Reply to Apple branded NFC Codes for App Clip
@messina614, I haven't seen the Exxon App Clip NFC tag myself, but you can place an App Clip in any NFC tag. Just make sure the NFC tag resolves to a URL you defined as an App Clip Advanced Experience in the App Store Connect. If you referring to a specific tag Apple issues, then only Apple can answer
Topic: App & System Services SubTopic: General Tags:
Nov ’20
Reply to Big Sur freezes after screen unlock
I have this same issue. @vready I believe you're correct about this being related to a Yubikey. I have a 2020 MacBook Pro 13 and am using the Yubikey 5 NFC. It doesn't seem to matter which applications are open. Usually I have Chrome running in the background. I get to the login screen after being away from the computer and when I enter my pin, the screen freezes. I end up needing to do a hard reboot to get the MacBook to respond again. I've been testing and it seems that when I leave the YubiKey unplugged and only plug it in to authenticate, things work as they're supposed to.
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’20
2-way integration of alarms in the iPhone Clock app with Homekit?
I keep getting, ⚠ The message contains invalid characters so editing to add one line at a time...FINISHED! It didn't like the word, m a r r i a g e?! What the... ? WOW! 😠- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -I had installed iOS 13 beta a few weeks ago but have since reverted back to 12. I seem to recall asking about this somewhere, but not sure if it was in this forum or not. Since most people use their iPhones to schedule morning alarms, not just notifications, and Homekit knows all about our devices, it seems having more hooks between the iPhone Clock and Homekit would be advantageous.Some of the things I'd like to be able to do with iPhone alarms and Homekit follow:iPhone alarm triggers a Homekit event or sets a Homekit device state:I go to sleep at a different time almost every night, between say, 10pm & 5am. I try to sleep at least 6 hours and set my iPhone alarm when I get into bed, usually by saying, Hey Siri, wake me up in 6 hours. I woul
2
0
4.1k
Nov ’20
Testing an App Clip as a non-developer
I have been piecing together information from various official articles, blog posts and developer forum posts about how to test App Clips as a non-developer. My understanding is that the only way for a non-developer to test App Clips is via the (up to) three experiences configured in TestFlight. Is it correct that there is therefore no way for a non-developer to do any of the following: Test invoking an App Clip via a QR code or NFC tag Observe an App Clip Card of an App Clip under development Test the behaviour of an App Clip invocation on the full app
2
0
1.2k
Nov ’20
Reply to Testing an App Clip as a non-developer
Hi @fukybro, Basically you are correct. There is NO WAY for a non-developer to test the full App Clip life cycle, when the app is not published yet. Test invoking an App Clip via a QR code or NFC tag - only a developer can do through local experiences while connected to Xcode dev environment Observe an App Clip Card of an App Clip under development - only a developer can do through local experiences while connected to Xcode dev environment Test the behaviour of an App Clip invocation on the full app - not sure what this is. Do you mean using an invocation (e.g. scanning a QR code) while the parent app is already installed? This is a good question actually, never tested. But I believe the answer is still no.
Topic: App & System Services SubTopic: General Tags:
Nov ’20
Reply to Apple Watch NFC Tags
I, too, would like to have some information on this. As a user of the Shortcuts App and many smart home devices connected through HomeKit, triggering automations by tapping an NFC tag with the iPhone is very convenient. It would be even better if this was possible with the Watch somehow. Thank you.
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’20