Skip to content

Commit

Permalink
Remove disableFacebookAttribution() call from sample
Browse files Browse the repository at this point in the history
  • Loading branch information
SpertsyanKM committed Dec 23, 2024
1 parent bb739bc commit f3d2e65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/com/qonversion/android/app/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public void onCreate() {
QLaunchMode.SubscriptionManagement
)
.setEnvironment(QEnvironment.Sandbox) // For Automation testing
.disableFacebookAttribution()
.build();
Qonversion.initialize(qonversionConfig);

Expand Down

0 comments on commit f3d2e65

Please sign in to comment.