Daniel Tull

Results 11 comments of Daniel Tull

I've been hesitant to allow access to those tokens because I would prefer the library to store the tokens in the keychain itself. Certainly if it's something that's needed I'll...

So I've been flipping back and forth about whether to use static libs. My current stance is that they are just way too much hassle. The structure of the branches...

Thanks for the pull request. I can see the issue is to do with accessing the managedObjectContext property from multiple threads at the same time. I've never come across this,...

@mikeabdullah: Yup, completely agree.

Except, I've just realised that DCTCoreDataStack allows you to set an error handler for the loading, which won't be set until after init is returned. :-/ So it seems the...

As I explained in the commit message https://github.com/danielctull/DCTCoreDataStack/commit/894af35c2a66961b803ae12d8da1f19e3d1439fd, it doesn't always fail, but because it's a race condition, I'm not sure there is a valid test for it.

I have a fix for this at https://github.com/danielctull-forks/AppSales-Mobile/tree/issue/286 Will do a pull request later today for it.

You need to pull in the required submodules too. I'm not sure when you tried this, but I've just realised I pushed an update which overrode the master branch. I...

Yes, the debug mode is a definite proof of concept, which should definitely not be used in a production application. I have altered the project to show this better, removing...