endTurnWithNextParticipants doesn’t trigger receivedTurnEventForMatch after update to iOS 8.3 and swift 1.2

Question or problem in the Swift programming language: Has anyone noticed any changes to turn based match notifications since updating to iOS8.3? In my app when I call endTurnWithNextParticipants, prior to the upgrade, this was resulting in a notification being sent to the opponent which would trigger a receivedTurnEventForMatch being invoked on their device but […]

Continue Reading

Escaping backslash in Swift

Question or problem in the Swift programming language: I’m sending regular expressions to CloudKit as a String value and it doesn’t seem to like it, replacing \\by \. However, once I’m getting this value from my app I would like to retransform it in its original form, with \\instead of \.

Continue Reading

NSFetchedResultsController XCode 7 issue

Question or problem in the Swift programming language: Xcode 7 beta 6 and and NSFetchedResultsController gave me headache today. If I compile same(with Swift 2 fixes) code with Xcode 6, program works on device and simulators(iOS 7, iOS8). However if I compile with Xcode 7 beta 6, program crashes on device(iOS 8.4) with following error […]

Continue Reading