com.puzzlescapegames.services 1.3.3 → 1.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,6 +29,9 @@ namespace PuzzlescapeGames.Services.Editor
29
29
  rootDict.SetBoolean( "ITSAppUsesNonExemptEncryption", false );
30
30
  //ATT
31
31
  rootDict.SetString( "NSUserTrackingUsageDescription", k_TrackingDescription );
32
+ //AppsFlyer Swizzling
33
+ //https://dev.appsflyer.com/hc/docs/troubleshooting#using-info-plist
34
+ rootDict.SetBoolean( "AppsFlyerShouldSwizzle", true );
32
35
  //AppsFlyer SKAN end point
33
36
  //https://dev.appsflyer.com/hc/docs/integrate-ios-sdk#sending-skan-postback-copies-to-appsflyer
34
37
  rootDict.SetString( "NSAdvertisingAttributionReportEndpoint ", "https://appsflyer-skadnetwork.com/" );
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name" : "com.puzzlescapegames.services",
3
3
  "displayName" : "Puzzlescape Games Services",
4
- "version" : "1.3.3",
4
+ "version" : "1.3.4",
5
5
  "author" : "Puzzlescape Games",
6
6
  "description" : "Common services.",
7
7
  "repository": {