Comments for swifting.io http://swifting.io Sharing passion in Swift Tue, 10 Dec 2019 15:56:09 +0000 hourly 1 https://wordpress.org/?v=5.2.5 Comment on #53 First steps with NFC on iOS 13 by Puneet http://swifting.io/blog/2019/07/11/53-first-steps-with-nfc-on-ios-13/#comment-317 Tue, 10 Dec 2019 15:56:09 +0000 http://swifting.io/?p=1097#comment-317 I am getting an error “tagReaderSession:didInvalidateWithError – Error Domain=NFCError Code=201 “Session timeout” UserInfo={NSLocalizedDescription=Session timeout}”. The method
func tagReaderSession(_ session: NFCTagReaderSession, didDetect tags: [NFCTag]) {
is not calling. How can I fix that?

]]>
Comment on #50 Synchronous Unit Tests by Weizhi http://swifting.io/blog/2018/03/03/50-synchronous-unit-tests/#comment-316 Wed, 20 Nov 2019 08:39:55 +0000 http://swifting.io/?p=1017#comment-316 Great article! Thanks for sharing.

]]>
Comment on #50 Synchronous Unit Tests by Eugenio http://swifting.io/blog/2018/03/03/50-synchronous-unit-tests/#comment-313 Tue, 22 Oct 2019 14:10:08 +0000 http://swifting.io/?p=1017#comment-313 Thanks for this post, it was very useful!

]]>
Comment on #46 Locating a snowboarder 🏂 on a slope by startRelativeAltitudeUpdates on a Background OperationQueue | topherpedersen.blog http://swifting.io/blog/2017/10/30/46-locating-a-snowboarder-on-a-slope/#comment-308 Mon, 16 Sep 2019 03:12:39 +0000 http://swifting.io/?p=971#comment-308 […] an excellent blog post demonstrating how to properly run altitude updates in the background on iOS: Locating a Snowboarder on a Slope The example snippets of code I’ve found around the web regarding startRelativeAltitudeUpdates […]

]]>
Comment on #53 First steps with NFC on iOS 13 by Luciano Nascimento http://swifting.io/blog/2019/07/11/53-first-steps-with-nfc-on-ios-13/#comment-306 Sat, 14 Sep 2019 14:40:50 +0000 http://swifting.io/?p=1097#comment-306 Amazing this post! It help me a lot, because I’m developing a app for a company of transport in my city, and just iPhone we are with problem to implementing, but now I will be able to finish them. Thank you so much!

]]>
Comment on #8 VIPER to be or not to be? by George http://swifting.io/blog/2016/03/07/8-viper-to-be-or-not-to-be/#comment-305 Tue, 13 Aug 2019 10:50:28 +0000 http://swifting.io/?p=292#comment-305 When you need a generator to write your code, this is the bad sign.

]]>
Comment on #53 First steps with NFC on iOS 13 by Mark http://swifting.io/blog/2019/07/11/53-first-steps-with-nfc-on-ios-13/#comment-303 Thu, 01 Aug 2019 15:17:34 +0000 http://swifting.io/?p=1097#comment-303 What “standard” did you settle on for your exploration? I’d like to buy some NFC badges to read and write but there’s a ton out there and I’m assuming some are easier than others.

]]>
Comment on #53 First steps with NFC on iOS 13 by Babidi http://swifting.io/blog/2019/07/11/53-first-steps-with-nfc-on-ios-13/#comment-302 Sun, 28 Jul 2019 01:23:54 +0000 http://swifting.io/?p=1097#comment-302 Did writing tags work for you? For me it fails with a not connected error (after saying it is writable and connected)…

]]>
Comment on #53 First steps with NFC on iOS 13 by ck http://swifting.io/blog/2019/07/11/53-first-steps-with-nfc-on-ios-13/#comment-301 Wed, 24 Jul 2019 15:25:01 +0000 http://swifting.io/?p=1097#comment-301 Xcode 11 beta 4
‘wellKnowTypeTextPayload(string:locale:)’ was deprecated in iOS 13.0

Do you know how to fix ?

]]>
Comment on #53 First steps with NFC on iOS 13 by Richie http://swifting.io/blog/2019/07/11/53-first-steps-with-nfc-on-ios-13/#comment-300 Sun, 21 Jul 2019 03:23:42 +0000 http://swifting.io/?p=1097#comment-300 Hey – when I try this with a NTAG215, it fails in the tag.writeNDEF(myMessage) completion with a Tag is not connected error – any ideas why this might be? (on ios13 beta 4)

]]>