ashish

Syn of transaction records - iOS SDK

0 votes
How does syn work ? is there a way to control using code what are the data items which work with syn for offline use?

Reply to: Syn of transaction records - iOS SDK

0 votes
Hi Ashish, I just got some feedback from our mobile team and here's the answer:
They can controll the synchronization. They an controll the synchronization by setting 
@property (nonatomic) BOOL wifiOnlySynchronizationEnabled;
@property (nonatomic) BOOL autoSynchronizationEnabled;
and the methods 
- (void)stopSyncing;
- (void)startSyncing;

The eSIgnLiveDelegate provides the feedback about the synched transactions
Hope this could help! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off