- Fixed a bug for logout, clearing cache for my list

- Made last data sync, will check in 1 hour if the last sync done time is past 1 hour, will give a sync in background
- 3-3:30 meeting with WOKA for ads
- Finalised the data sync when app goes in background.
- Muted google ads from splash.
- Completed Data sync from logout , it will now show first its syncing the data and then it will logout.
This commit is contained in:
2024-09-24 20:10:45 +05:30
parent bf189c118d
commit 129be7142a
19 changed files with 242 additions and 100 deletions

View File

@@ -853,6 +853,15 @@
path = Validations;
sourceTree = "<group>";
};
521E5A9E2CA2AD3500AEF131 /* DataSync&AdsManage */ = {
isa = PBXGroup;
children = (
52ACC1292C610EC900791528 /* PersistentStorage.swift */,
52CC4A732C883B3F001BE47C /* AdsDM.swift */,
);
path = "DataSync&AdsManage";
sourceTree = "<group>";
};
522242582BFC73E40085C632 /* SideMenu */ = {
isa = PBXGroup;
children = (
@@ -947,6 +956,7 @@
523ED25C2BDA2BC700CFED02 /* WOKA */ = {
isa = PBXGroup;
children = (
521E5A9E2CA2AD3500AEF131 /* DataSync&AdsManage */,
5276865D2C8879FD001A5496 /* AdClicksImpressions+CoreDataClass.swift */,
5276865E2C8879FD001A5496 /* AdClicksImpressions+CoreDataProperties.swift */,
527A2BD32C57D0B20080DF9B /* Address */,
@@ -972,7 +982,6 @@
9C27E1612BDB6F0F00EC1DA9 /* Main */,
525954152BE8CAC900191286 /* Network Adapter */,
523ED28E2BDA372C00CFED02 /* OnBoarding Module */,
52ACC1292C610EC900791528 /* PersistentStorage.swift */,
52A6DC942C4E385500F63C51 /* Shop */,
522A93142C0DE8770098FE49 /* SideBarNav */,
525327D72BFCC30400F64283 /* TabBar & SideMenu */,
@@ -1721,7 +1730,6 @@
525327D82BFCDDF700F64283 /* AuthFuncStartupSoundHandling.swift */,
52FDBA7A2BFF2712009D7AC7 /* AuthFuncTimeHandling.swift */,
9CC0D2F92C6F33BE0019DF73 /* AuthFuncUserVideoView.swift */,
52CC4A732C883B3F001BE47C /* AdsDM.swift */,
);
path = AuthFunc;
sourceTree = "<group>";