File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 86
86
</array >
87
87
<key >UIViewControllerBasedStatusBarAppearance </key >
88
88
<true />
89
- <key >NSUserTrackingUsageDescription </key >
90
- <string >We collect your data only for counting download numbers and will never share it with any 3rd party </string >
89
+ <!-- Uncomment in next release after fixing Apps Flyer -->
90
+ <!-- <key>NSUserTrackingUsageDescription</key>-->
91
+ <!-- <string>We collect your data only for counting download numbers and will never share it with any 3rd party</string>-->
91
92
</dict >
92
93
</plist >
Original file line number Diff line number Diff line change @@ -60,7 +60,8 @@ export class AppComponent {
60
60
this . restoreAppState ( ) ;
61
61
this . initializeCollector ( ) ;
62
62
this . registerIcon ( ) ;
63
- appsFlyerService . initAppsFlyerSDK ( ) ;
63
+ // Uncomment in next release after fixing Apps Flyer
64
+ // appsFlyerService.initAppsFlyerSDK();
64
65
}
65
66
66
67
static setDarkMode ( ) {
You can’t perform that action at this time.
0 commit comments