Sorry, I'm struggling with this a bit (not a iOS programmer!).  I have a 
method in my AppDelegate

-(void)application:(UIApplication *)application 
didReceiveRemoteNotification:(NSDictionary *)notification 
fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler 
{

in which I'd like to switch on the replicator temporarily.  But I don't 
know how to get access to it in order to switch it on.

On Monday, 20 June 2016 13:32:15 UTC+1, Nick Pomfret wrote:
>
> I'm trying to get couchbase lite (on iOS for now) to sync documents when 
> its awoken in the background from a push notification.  So far I can accept 
> and process a notification while the app is in the background.  And I have 
> given it 10 seconds before the completionHandler gets called.  But during 
> that 10 seconds I can't see any activity.
>
> Any pointers on what I've missed would be appreciated. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/a38c5ff3-6b93-46ec-a408-329fcd46c613%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to