Posts

Post not yet marked as solved
3 Replies
2.7k Views
Hello, is there a way to pass Data directly via NFC between two Devices (iPhones)? Example: iPhone 1: NFC- Writer iPhone 2: NFC- Reader iPhone 1 writes/ passes NFC Data to iPhone 2 which reads it. Thanks for Help
Posted Last updated
.
Post not yet marked as solved
0 Replies
571 Views
Dear Community and Apple Team, are there any news regarding Host Card Emulation for Developers because I think, that there were some mentions in the last WWDC´s? Thanks for answers and updates;)
Posted Last updated
.
Post not yet marked as solved
0 Replies
631 Views
Hello, I need to use NFC for a project. My problem is that always when im entering with my Phone a RFID field Apple Pay shows up instead of just my NFC application. I know that you can suppress Apple Pay with adding com.apple.developer.passkit.pass-presentation-suppression to the Entitlements File but my Problem is that this Entitlement also suppresses NFC which I need. How can I suppress Apple Pay but use NFC? Thanks for Help!
Posted Last updated
.
Post not yet marked as solved
2 Replies
676 Views
Hello, im trying to call from my View Controller a NFC Reader in a different ViewController. The NFC Reader starts but doesn't calls: func readerSession(_ session: NFCNDEFReaderSession, didDetectNDEFs...) I can call the NFC Reader in the other ViewController but don't use reader output because i think, that he doesn't calls the didDetectNDEF function. Thanks for Help
Posted Last updated
.
Post not yet marked as solved
0 Replies
565 Views
Hello, i want to have a NFCReader and NFCWriter in one ViewController. The problem is that always the writeNFC function gets called even when I call the readNFC function. What I want: readNFC function which starts the session calls -->     func readerSession(_ session: NFCNDEFReaderSession, didDetectNDEFs messages: [NFCNDEFMessage]) { writeNFC function which starts the session calls -->   func readerSession(_ writesession: NFCNDEFReaderSession, didDetect tags: [NFCNDEFTag]) { What happens: write and readNFC call --> func readerSession(_ writesession: NFCNDEFReaderSession, didDetect tags: [NFCNDEFTag]) { which is the function that writes on NFC Tags. How can you have both functions in on file and be able to call them both? Thanks for Help
Posted Last updated
.
Post not yet marked as solved
3 Replies
863 Views
Hello, im having issues with a Tab Bar Controller in Swift. When I start the App on my iPhone 11, the first page works fine but the second not. Labels are loading on the second ViewController directly but Buttons not. If you want to see them on the second ViewController, you need to click another ViewController and then click back on the second. In the simulator works everything great! Thanks for help
Posted Last updated
.
Post not yet marked as solved
1 Replies
559 Views
Hello, im having Issues with Swift Buttons in Tab Bar View Controller. The first View Controller works normally but the second not. On the second View Controller are Labels loaded directly but Buttons not. You can click the Buttons which appear after being clicked or click a different View Controller and then Click back on the main one. The Buttons are also working when they are invisible. On the simulator works everything fine but on my physical iPhone 11 not. Thanks for help
Posted Last updated
.
Post marked as solved
2 Replies
568 Views
Hello, i want to pass Data between two View Controller which are not parent. There is no children. This works but I need it without parent for non children ViewController: let passedData = (self.parent as! TabBarController).var Thanks for Help!
Posted Last updated
.
Post not yet marked as solved
1 Replies
535 Views
Hello, I need Near Field Communication (NFC) for one Project. The problem is that you need to enable NFC in Xcode Capabilities and need for that a Apple Developer Account. I tried to create a Apple Developer Account but because im 17 years old, im getting the error: "Sorry, you can’t enroll at this time."  Are there any solutions? Thanks for help!
Posted Last updated
.