Udo Thiel
Udo Thiel
Works on 11.0 Beta (20A4299v)
Remote notifications did work for me for a few hours, then they stopped working about 30 minutes ago...that's on 10.1.
I figured `shouldSendContentAvailable = YES;` will result in `didReceiveRemoteNotification` getting called on my iOS 10 device.
I found out that `yapDatabaseRelationshipEdges` will get called although `` is commented out. While that doesn't cause a crash, it somehow messes up the database and makes objects vanish from...
I found the root cause of this crash: In `YapDatabaseRelationshipNode.h`: `@protocol YapDatabaseRelationshipNode ` Since iOS 8, `@protocol NSObject` declares some methods as properties: hash, superclass, debugDescription, description, Conforming to the...
Can someone (maybe Robbie) please comment on why this issue hasn't been commented on yet?
Not sure why @robbiehanson hasn't commented on this, but I'm currently having the same problem. In `YapDatabaseConnection.h` it clearly says: > A YapDatabaseModifiedNotification is posted for every readwrite transaction that...
I'm trying to access `CKRecord` system fields, for example `creationDate`. These fields are only populated *after* a record has been stored to the server. So in addition to above problem...
My €0.02: [Release early, release often](https://en.wikipedia.org/wiki/Release_early,_release_often)
> So it's unclear to me if this code even needs to be ran on Apple Silicon machines at all. It doesn't. That's why the [last commit](https://github.com/macmade/Hot/pull/80/commits/4537943468a03cc0fa0ce649187db66020d3e326) executes it only...