Skip to content

Commit f1b2653

Browse files
committed
temporarely disable apps flyer at app start
1 parent 122abe2 commit f1b2653

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ios/App/App/Info.plist

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
</array>
8787
<key>UIViewControllerBasedStatusBarAppearance</key>
8888
<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>-->
9192
</dict>
9293
</plist>

src/app/app.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ export class AppComponent {
6060
this.restoreAppState();
6161
this.initializeCollector();
6262
this.registerIcon();
63-
appsFlyerService.initAppsFlyerSDK();
63+
// Uncomment in next release after fixing Apps Flyer
64+
// appsFlyerService.initAppsFlyerSDK();
6465
}
6566

6667
static setDarkMode() {

0 commit comments

Comments
 (0)