Allan Weir
Allan Weir
Sure. It works exactly like contentful.entries() so the code I have running is: ``` var query = "initial=true"; contentful .sync(query) .then( // Success handler function(response){ var entries = response.data; var...
Thanks for getting back to me so quick! It doesn't look like this is working still during a background fetch - I think it's because a new thread is started...
Hey, I had a different issue when manually setting the credentials provider in the past https://github.com/aws-amplify/aws-sdk-ios/issues/1521 - it seemed like letting the libraries automatically create the service configuration was working...