Tom GODDARD
Tom GODDARD
Any chance you can get this to compile with Xcode 11.4.1 ?
Ship it! 🚀Please 👍
Just an additional note (issue): deleting the app and reinstalling on either device does not fetch any of the data that was created previously on the same device.
[Example.zip](https://github.com/deeje/CloudCore/files/4709103/Example.zip) Adding the project that I'm using in case there are any questions about what I've modified. Notice entity changes and bundle ID. I'm enabling world access and everyone security...
I suspect it has something to do with self.tokens.tokensByDatabaseScope[database.databaseScope.rawValue] Since the app is reinstalled or installed to a new device, there are no change tokens present? Is there the need...
@deeje thanks for the quick response. I got it working with the code that you suggested. Now I have one further blocker that I think might be in your court...
I should also note that CloudKit dashboard reflects the 5 employees for the first 4 companies, so the data is there, it's just not getting fetched from a fresh app...
Thank you Alex. I will remove the cocoa pods from the project, they’re unused. It’s a swift 4 build and there shouldn’t be any issues for existing users if they...
@AlexLittlejohn I reverted back to swift 3.2 for now, there were only a few lines to change. I've also removed all of the cocoapods since they were unnecessary. There is...
@AlexLittlejohn I should also mention that I am creating a Cordova iOS plugin to wrap the camera, so I was hoping to be able to pull from your repo.