Post

Replies

Boosts

Views

Activity

How to use NFC and suppress Apple Pay?
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!
0
0
733
May ’22
NFC Reader and Writer in one ViewController
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
0
0
625
Apr ’22
Tab Bar Controller Issues
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
5
0
1.1k
Apr ’22
Button doesn't appear but can be clicked
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
1
0
669
Apr ’22
Apple Developer Account Error
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!
2
0
606
Mar ’22