How does syn work ? is there a way to control using code
what are the data items which work with syn for offline use?
January 8Created
January 21Last Updated
5 years agoLast Reply
1Replies
15Views
2Users
0Likes
0Links
Duo_Liang | Posts: 3776
Reply to: Syn of transaction records - iOS SDK
Thursday, January 10, 2019 at 09:13am
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
Reply to: Syn of transaction records - iOS SDK
Thursday, January 10, 2019 at 09:13am