appsprint-react-native 1.1.8 → 1.1.10
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.
- package/README.md +4 -2
- package/ios/AppSprintBridge.swift +3 -0
- package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/AppSprintSDK +0 -0
- package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/Info.plist +0 -0
- package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios.abi.json +377 -45
- package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios.package.swiftinterface +11 -1
- package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +11 -1
- package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios.swiftinterface +11 -1
- package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/PrivacyInfo.xcprivacy +11 -15
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/AppSprintSDK +0 -0
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Info.plist +0 -0
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +377 -45
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios-simulator.package.swiftinterface +11 -1
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +11 -1
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +11 -1
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +377 -45
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/x86_64-apple-ios-simulator.package.swiftinterface +11 -1
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +11 -1
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +11 -1
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/PrivacyInfo.xcprivacy +11 -15
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/_CodeSignature/CodeResources +1 -1
- package/lib/commonjs/AppSprintAppleAds.js +46 -0
- package/lib/commonjs/index.js +7 -0
- package/lib/module/AppSprintAppleAds.js +42 -0
- package/lib/module/index.js +1 -0
- package/lib/typescript/AppSprintAppleAds.d.ts +16 -0
- package/lib/typescript/index.d.ts +2 -0
- package/lib/typescript/types.d.ts +1 -0
- package/package.json +1 -1
- package/src/AppSprintAppleAds.ts +54 -0
- package/src/index.ts +4 -0
- package/src/types.ts +1 -0
|
@@ -608,6 +608,232 @@
|
|
|
608
608
|
"declKind": "Import",
|
|
609
609
|
"moduleName": "AppSprintSDK"
|
|
610
610
|
},
|
|
611
|
+
{
|
|
612
|
+
"kind": "TypeDecl",
|
|
613
|
+
"name": "AppSprintAppleAds",
|
|
614
|
+
"printedName": "AppSprintAppleAds",
|
|
615
|
+
"children": [
|
|
616
|
+
{
|
|
617
|
+
"kind": "Function",
|
|
618
|
+
"name": "configure",
|
|
619
|
+
"printedName": "configure(apiKey:apiURL:isDebug:)",
|
|
620
|
+
"children": [
|
|
621
|
+
{
|
|
622
|
+
"kind": "TypeNominal",
|
|
623
|
+
"name": "Void",
|
|
624
|
+
"printedName": "()"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"kind": "TypeNominal",
|
|
628
|
+
"name": "String",
|
|
629
|
+
"printedName": "Swift.String",
|
|
630
|
+
"usr": "s:SS"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"kind": "TypeNominal",
|
|
634
|
+
"name": "Optional",
|
|
635
|
+
"printedName": "Foundation.URL?",
|
|
636
|
+
"children": [
|
|
637
|
+
{
|
|
638
|
+
"kind": "TypeNominal",
|
|
639
|
+
"name": "URL",
|
|
640
|
+
"printedName": "Foundation.URL",
|
|
641
|
+
"usr": "s:10Foundation3URLV"
|
|
642
|
+
}
|
|
643
|
+
],
|
|
644
|
+
"hasDefaultArg": true,
|
|
645
|
+
"usr": "s:Sq"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"kind": "TypeNominal",
|
|
649
|
+
"name": "Bool",
|
|
650
|
+
"printedName": "Swift.Bool",
|
|
651
|
+
"hasDefaultArg": true,
|
|
652
|
+
"usr": "s:Sb"
|
|
653
|
+
}
|
|
654
|
+
],
|
|
655
|
+
"declKind": "Func",
|
|
656
|
+
"usr": "s:12AppSprintSDK0aB8AppleAdsO9configure6apiKey0G3URL7isDebugySS_10Foundation0I0VSgSbtYaFZ",
|
|
657
|
+
"mangledName": "$s12AppSprintSDK0aB8AppleAdsO9configure6apiKey0G3URL7isDebugySS_10Foundation0I0VSgSbtYaFZ",
|
|
658
|
+
"moduleName": "AppSprintSDK",
|
|
659
|
+
"static": true,
|
|
660
|
+
"declAttributes": [
|
|
661
|
+
"Custom",
|
|
662
|
+
"AccessControl"
|
|
663
|
+
],
|
|
664
|
+
"funcSelfKind": "NonMutating"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"kind": "Function",
|
|
668
|
+
"name": "getAppSprintId",
|
|
669
|
+
"printedName": "getAppSprintId()",
|
|
670
|
+
"children": [
|
|
671
|
+
{
|
|
672
|
+
"kind": "TypeNominal",
|
|
673
|
+
"name": "Optional",
|
|
674
|
+
"printedName": "Swift.String?",
|
|
675
|
+
"children": [
|
|
676
|
+
{
|
|
677
|
+
"kind": "TypeNominal",
|
|
678
|
+
"name": "String",
|
|
679
|
+
"printedName": "Swift.String",
|
|
680
|
+
"usr": "s:SS"
|
|
681
|
+
}
|
|
682
|
+
],
|
|
683
|
+
"usr": "s:Sq"
|
|
684
|
+
}
|
|
685
|
+
],
|
|
686
|
+
"declKind": "Func",
|
|
687
|
+
"usr": "s:12AppSprintSDK0aB8AppleAdsO03getaB2IdSSSgyFZ",
|
|
688
|
+
"mangledName": "$s12AppSprintSDK0aB8AppleAdsO03getaB2IdSSSgyFZ",
|
|
689
|
+
"moduleName": "AppSprintSDK",
|
|
690
|
+
"static": true,
|
|
691
|
+
"declAttributes": [
|
|
692
|
+
"Custom",
|
|
693
|
+
"AccessControl"
|
|
694
|
+
],
|
|
695
|
+
"funcSelfKind": "NonMutating"
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"kind": "Function",
|
|
699
|
+
"name": "getAttributionParams",
|
|
700
|
+
"printedName": "getAttributionParams()",
|
|
701
|
+
"children": [
|
|
702
|
+
{
|
|
703
|
+
"kind": "TypeNominal",
|
|
704
|
+
"name": "Dictionary",
|
|
705
|
+
"printedName": "[Swift.String : Swift.String]",
|
|
706
|
+
"children": [
|
|
707
|
+
{
|
|
708
|
+
"kind": "TypeNominal",
|
|
709
|
+
"name": "String",
|
|
710
|
+
"printedName": "Swift.String",
|
|
711
|
+
"usr": "s:SS"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"kind": "TypeNominal",
|
|
715
|
+
"name": "String",
|
|
716
|
+
"printedName": "Swift.String",
|
|
717
|
+
"usr": "s:SS"
|
|
718
|
+
}
|
|
719
|
+
],
|
|
720
|
+
"usr": "s:SD"
|
|
721
|
+
}
|
|
722
|
+
],
|
|
723
|
+
"declKind": "Func",
|
|
724
|
+
"usr": "s:12AppSprintSDK0aB8AppleAdsO20getAttributionParamsSDyS2SGyFZ",
|
|
725
|
+
"mangledName": "$s12AppSprintSDK0aB8AppleAdsO20getAttributionParamsSDyS2SGyFZ",
|
|
726
|
+
"moduleName": "AppSprintSDK",
|
|
727
|
+
"static": true,
|
|
728
|
+
"declAttributes": [
|
|
729
|
+
"Custom",
|
|
730
|
+
"AccessControl"
|
|
731
|
+
],
|
|
732
|
+
"funcSelfKind": "NonMutating"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"kind": "Function",
|
|
736
|
+
"name": "getAttribution",
|
|
737
|
+
"printedName": "getAttribution()",
|
|
738
|
+
"children": [
|
|
739
|
+
{
|
|
740
|
+
"kind": "TypeNominal",
|
|
741
|
+
"name": "Optional",
|
|
742
|
+
"printedName": "AppSprintSDK.AttributionResult?",
|
|
743
|
+
"children": [
|
|
744
|
+
{
|
|
745
|
+
"kind": "TypeNominal",
|
|
746
|
+
"name": "AttributionResult",
|
|
747
|
+
"printedName": "AppSprintSDK.AttributionResult",
|
|
748
|
+
"usr": "s:12AppSprintSDK17AttributionResultV"
|
|
749
|
+
}
|
|
750
|
+
],
|
|
751
|
+
"usr": "s:Sq"
|
|
752
|
+
}
|
|
753
|
+
],
|
|
754
|
+
"declKind": "Func",
|
|
755
|
+
"usr": "s:12AppSprintSDK0aB8AppleAdsO14getAttributionAA0G6ResultVSgyFZ",
|
|
756
|
+
"mangledName": "$s12AppSprintSDK0aB8AppleAdsO14getAttributionAA0G6ResultVSgyFZ",
|
|
757
|
+
"moduleName": "AppSprintSDK",
|
|
758
|
+
"static": true,
|
|
759
|
+
"declAttributes": [
|
|
760
|
+
"Custom",
|
|
761
|
+
"AccessControl"
|
|
762
|
+
],
|
|
763
|
+
"funcSelfKind": "NonMutating"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"kind": "Function",
|
|
767
|
+
"name": "refreshAttribution",
|
|
768
|
+
"printedName": "refreshAttribution()",
|
|
769
|
+
"children": [
|
|
770
|
+
{
|
|
771
|
+
"kind": "TypeNominal",
|
|
772
|
+
"name": "Optional",
|
|
773
|
+
"printedName": "AppSprintSDK.AttributionResult?",
|
|
774
|
+
"children": [
|
|
775
|
+
{
|
|
776
|
+
"kind": "TypeNominal",
|
|
777
|
+
"name": "AttributionResult",
|
|
778
|
+
"printedName": "AppSprintSDK.AttributionResult",
|
|
779
|
+
"usr": "s:12AppSprintSDK17AttributionResultV"
|
|
780
|
+
}
|
|
781
|
+
],
|
|
782
|
+
"usr": "s:Sq"
|
|
783
|
+
}
|
|
784
|
+
],
|
|
785
|
+
"declKind": "Func",
|
|
786
|
+
"usr": "s:12AppSprintSDK0aB8AppleAdsO18refreshAttributionAA0G6ResultVSgyYaFZ",
|
|
787
|
+
"mangledName": "$s12AppSprintSDK0aB8AppleAdsO18refreshAttributionAA0G6ResultVSgyYaFZ",
|
|
788
|
+
"moduleName": "AppSprintSDK",
|
|
789
|
+
"static": true,
|
|
790
|
+
"declAttributes": [
|
|
791
|
+
"Custom",
|
|
792
|
+
"AccessControl",
|
|
793
|
+
"DiscardableResult"
|
|
794
|
+
],
|
|
795
|
+
"funcSelfKind": "NonMutating"
|
|
796
|
+
}
|
|
797
|
+
],
|
|
798
|
+
"declKind": "Enum",
|
|
799
|
+
"usr": "s:12AppSprintSDK0aB8AppleAdsO",
|
|
800
|
+
"mangledName": "$s12AppSprintSDK0aB8AppleAdsO",
|
|
801
|
+
"moduleName": "AppSprintSDK",
|
|
802
|
+
"declAttributes": [
|
|
803
|
+
"AccessControl",
|
|
804
|
+
"Custom"
|
|
805
|
+
],
|
|
806
|
+
"conformances": [
|
|
807
|
+
{
|
|
808
|
+
"kind": "Conformance",
|
|
809
|
+
"name": "Copyable",
|
|
810
|
+
"printedName": "Copyable",
|
|
811
|
+
"usr": "s:s8CopyableP",
|
|
812
|
+
"mangledName": "$ss8CopyableP"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"kind": "Conformance",
|
|
816
|
+
"name": "Escapable",
|
|
817
|
+
"printedName": "Escapable",
|
|
818
|
+
"usr": "s:s9EscapableP",
|
|
819
|
+
"mangledName": "$ss9EscapableP"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"kind": "Conformance",
|
|
823
|
+
"name": "Sendable",
|
|
824
|
+
"printedName": "Sendable",
|
|
825
|
+
"usr": "s:s8SendableP",
|
|
826
|
+
"mangledName": "$ss8SendableP"
|
|
827
|
+
}
|
|
828
|
+
]
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"kind": "Import",
|
|
832
|
+
"name": "Foundation",
|
|
833
|
+
"printedName": "Foundation",
|
|
834
|
+
"declKind": "Import",
|
|
835
|
+
"moduleName": "AppSprintSDK"
|
|
836
|
+
},
|
|
611
837
|
{
|
|
612
838
|
"kind": "TypeDecl",
|
|
613
839
|
"name": "AppSprintConfig",
|
|
@@ -1365,6 +1591,91 @@
|
|
|
1365
1591
|
}
|
|
1366
1592
|
]
|
|
1367
1593
|
},
|
|
1594
|
+
{
|
|
1595
|
+
"kind": "Var",
|
|
1596
|
+
"name": "eventTrackingEnabled",
|
|
1597
|
+
"printedName": "eventTrackingEnabled",
|
|
1598
|
+
"children": [
|
|
1599
|
+
{
|
|
1600
|
+
"kind": "TypeNominal",
|
|
1601
|
+
"name": "Bool",
|
|
1602
|
+
"printedName": "Swift.Bool",
|
|
1603
|
+
"usr": "s:Sb"
|
|
1604
|
+
}
|
|
1605
|
+
],
|
|
1606
|
+
"declKind": "Var",
|
|
1607
|
+
"usr": "s:12AppSprintSDK0aB6ConfigV20eventTrackingEnabledSbvp",
|
|
1608
|
+
"mangledName": "$s12AppSprintSDK0aB6ConfigV20eventTrackingEnabledSbvp",
|
|
1609
|
+
"moduleName": "AppSprintSDK",
|
|
1610
|
+
"declAttributes": [
|
|
1611
|
+
"HasStorage",
|
|
1612
|
+
"AccessControl"
|
|
1613
|
+
],
|
|
1614
|
+
"hasStorage": true,
|
|
1615
|
+
"accessors": [
|
|
1616
|
+
{
|
|
1617
|
+
"kind": "Accessor",
|
|
1618
|
+
"name": "Get",
|
|
1619
|
+
"printedName": "Get()",
|
|
1620
|
+
"children": [
|
|
1621
|
+
{
|
|
1622
|
+
"kind": "TypeNominal",
|
|
1623
|
+
"name": "Bool",
|
|
1624
|
+
"printedName": "Swift.Bool",
|
|
1625
|
+
"usr": "s:Sb"
|
|
1626
|
+
}
|
|
1627
|
+
],
|
|
1628
|
+
"declKind": "Accessor",
|
|
1629
|
+
"usr": "s:12AppSprintSDK0aB6ConfigV20eventTrackingEnabledSbvg",
|
|
1630
|
+
"mangledName": "$s12AppSprintSDK0aB6ConfigV20eventTrackingEnabledSbvg",
|
|
1631
|
+
"moduleName": "AppSprintSDK",
|
|
1632
|
+
"implicit": true,
|
|
1633
|
+
"accessorKind": "get"
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"kind": "Accessor",
|
|
1637
|
+
"name": "Set",
|
|
1638
|
+
"printedName": "Set()",
|
|
1639
|
+
"children": [
|
|
1640
|
+
{
|
|
1641
|
+
"kind": "TypeNominal",
|
|
1642
|
+
"name": "Void",
|
|
1643
|
+
"printedName": "()"
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"kind": "TypeNominal",
|
|
1647
|
+
"name": "Bool",
|
|
1648
|
+
"printedName": "Swift.Bool",
|
|
1649
|
+
"usr": "s:Sb"
|
|
1650
|
+
}
|
|
1651
|
+
],
|
|
1652
|
+
"declKind": "Accessor",
|
|
1653
|
+
"usr": "s:12AppSprintSDK0aB6ConfigV20eventTrackingEnabledSbvs",
|
|
1654
|
+
"mangledName": "$s12AppSprintSDK0aB6ConfigV20eventTrackingEnabledSbvs",
|
|
1655
|
+
"moduleName": "AppSprintSDK",
|
|
1656
|
+
"implicit": true,
|
|
1657
|
+
"accessorKind": "set"
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"kind": "Accessor",
|
|
1661
|
+
"name": "Modify",
|
|
1662
|
+
"printedName": "Modify()",
|
|
1663
|
+
"children": [
|
|
1664
|
+
{
|
|
1665
|
+
"kind": "TypeNominal",
|
|
1666
|
+
"name": "Void",
|
|
1667
|
+
"printedName": "()"
|
|
1668
|
+
}
|
|
1669
|
+
],
|
|
1670
|
+
"declKind": "Accessor",
|
|
1671
|
+
"usr": "s:12AppSprintSDK0aB6ConfigV20eventTrackingEnabledSbvM",
|
|
1672
|
+
"mangledName": "$s12AppSprintSDK0aB6ConfigV20eventTrackingEnabledSbvM",
|
|
1673
|
+
"moduleName": "AppSprintSDK",
|
|
1674
|
+
"implicit": true,
|
|
1675
|
+
"accessorKind": "_modify"
|
|
1676
|
+
}
|
|
1677
|
+
]
|
|
1678
|
+
},
|
|
1368
1679
|
{
|
|
1369
1680
|
"kind": "Var",
|
|
1370
1681
|
"name": "googleAdsConsent",
|
|
@@ -1478,7 +1789,7 @@
|
|
|
1478
1789
|
{
|
|
1479
1790
|
"kind": "Constructor",
|
|
1480
1791
|
"name": "init",
|
|
1481
|
-
"printedName": "init(apiKey:apiURL:enableAppleAdsAttribution:isDebug:logLevel:customerUserId:autoTrackSessions:autoRefreshAttribution:googleAdsConsent:)",
|
|
1792
|
+
"printedName": "init(apiKey:apiURL:enableAppleAdsAttribution:isDebug:logLevel:customerUserId:autoTrackSessions:autoRefreshAttribution:eventTrackingEnabled:googleAdsConsent:)",
|
|
1482
1793
|
"children": [
|
|
1483
1794
|
{
|
|
1484
1795
|
"kind": "TypeNominal",
|
|
@@ -1549,6 +1860,13 @@
|
|
|
1549
1860
|
"hasDefaultArg": true,
|
|
1550
1861
|
"usr": "s:Sb"
|
|
1551
1862
|
},
|
|
1863
|
+
{
|
|
1864
|
+
"kind": "TypeNominal",
|
|
1865
|
+
"name": "Bool",
|
|
1866
|
+
"printedName": "Swift.Bool",
|
|
1867
|
+
"hasDefaultArg": true,
|
|
1868
|
+
"usr": "s:Sb"
|
|
1869
|
+
},
|
|
1552
1870
|
{
|
|
1553
1871
|
"kind": "TypeNominal",
|
|
1554
1872
|
"name": "Optional",
|
|
@@ -1566,8 +1884,8 @@
|
|
|
1566
1884
|
}
|
|
1567
1885
|
],
|
|
1568
1886
|
"declKind": "Constructor",
|
|
1569
|
-
"usr": "s:
|
|
1570
|
-
"mangledName": "$
|
|
1887
|
+
"usr": "s:12AppSprintSDK0aB6ConfigV6apiKey0E3URL25enableAppleAdsAttribution7isDebug8logLevel14customerUserId17autoTrackSessions0s7RefreshK020eventTrackingEnabled06googleJ7ConsentACSS_10Foundation0G0VS2bAA0ab3LogO0OSSSgS3bAA06GoogleJ7ConsentVSgtcfc",
|
|
1888
|
+
"mangledName": "$s12AppSprintSDK0aB6ConfigV6apiKey0E3URL25enableAppleAdsAttribution7isDebug8logLevel14customerUserId17autoTrackSessions0s7RefreshK020eventTrackingEnabled06googleJ7ConsentACSS_10Foundation0G0VS2bAA0ab3LogO0OSSSgS3bAA06GoogleJ7ConsentVSgtcfc",
|
|
1571
1889
|
"moduleName": "AppSprintSDK",
|
|
1572
1890
|
"declAttributes": [
|
|
1573
1891
|
"AccessControl"
|
|
@@ -1627,13 +1945,6 @@
|
|
|
1627
1945
|
"declKind": "Import",
|
|
1628
1946
|
"moduleName": "AppSprintSDK"
|
|
1629
1947
|
},
|
|
1630
|
-
{
|
|
1631
|
-
"kind": "Import",
|
|
1632
|
-
"name": "os",
|
|
1633
|
-
"printedName": "os",
|
|
1634
|
-
"declKind": "Import",
|
|
1635
|
-
"moduleName": "AppSprintSDK"
|
|
1636
|
-
},
|
|
1637
1948
|
{
|
|
1638
1949
|
"kind": "Import",
|
|
1639
1950
|
"name": "Foundation",
|
|
@@ -10498,157 +10809,171 @@
|
|
|
10498
10809
|
{
|
|
10499
10810
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10500
10811
|
"kind": "StringLiteral",
|
|
10501
|
-
"offset":
|
|
10812
|
+
"offset": 555,
|
|
10813
|
+
"length": 34,
|
|
10814
|
+
"value": "\"@appsprint:server_install_stored\""
|
|
10815
|
+
},
|
|
10816
|
+
{
|
|
10817
|
+
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10818
|
+
"kind": "StringLiteral",
|
|
10819
|
+
"offset": 626,
|
|
10502
10820
|
"length": 29,
|
|
10503
10821
|
"value": "\"@appsprint:customer_user_id\""
|
|
10504
10822
|
},
|
|
10505
10823
|
{
|
|
10506
10824
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10507
10825
|
"kind": "StringLiteral",
|
|
10508
|
-
"offset":
|
|
10826
|
+
"offset": 684,
|
|
10509
10827
|
"length": 20,
|
|
10510
10828
|
"value": "\"@appsprint:api_key\""
|
|
10511
10829
|
},
|
|
10512
10830
|
{
|
|
10513
10831
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10514
10832
|
"kind": "StringLiteral",
|
|
10515
|
-
"offset":
|
|
10833
|
+
"offset": 743,
|
|
10516
10834
|
"length": 30,
|
|
10517
10835
|
"value": "\"@appsprint:install_timestamp\""
|
|
10518
10836
|
},
|
|
10519
10837
|
{
|
|
10520
10838
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10521
10839
|
"kind": "StringLiteral",
|
|
10522
|
-
"offset":
|
|
10840
|
+
"offset": 812,
|
|
10523
10841
|
"length": 34,
|
|
10524
10842
|
"value": "\"@appsprint:last_session_start_ms\""
|
|
10525
10843
|
},
|
|
10526
10844
|
{
|
|
10527
10845
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10528
10846
|
"kind": "StringLiteral",
|
|
10529
|
-
"offset":
|
|
10847
|
+
"offset": 1251,
|
|
10530
10848
|
"length": 44,
|
|
10531
10849
|
"value": "\"@appsprint:pending_ad_services_token_retry\""
|
|
10532
10850
|
},
|
|
10533
10851
|
{
|
|
10534
10852
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10535
10853
|
"kind": "Dictionary",
|
|
10536
|
-
"offset":
|
|
10854
|
+
"offset": 1477,
|
|
10537
10855
|
"length": 3,
|
|
10538
10856
|
"value": "[]"
|
|
10539
10857
|
},
|
|
10540
10858
|
{
|
|
10541
10859
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10542
10860
|
"kind": "BooleanLiteral",
|
|
10543
|
-
"offset":
|
|
10861
|
+
"offset": 1511,
|
|
10544
10862
|
"length": 5,
|
|
10545
10863
|
"value": "false"
|
|
10546
10864
|
},
|
|
10547
10865
|
{
|
|
10548
10866
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10549
10867
|
"kind": "BooleanLiteral",
|
|
10550
|
-
"offset":
|
|
10868
|
+
"offset": 1547,
|
|
10551
10869
|
"length": 5,
|
|
10552
10870
|
"value": "false"
|
|
10553
10871
|
},
|
|
10554
10872
|
{
|
|
10555
10873
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10556
10874
|
"kind": "BooleanLiteral",
|
|
10557
|
-
"offset":
|
|
10875
|
+
"offset": 1844,
|
|
10558
10876
|
"length": 5,
|
|
10559
10877
|
"value": "false"
|
|
10560
10878
|
},
|
|
10561
10879
|
{
|
|
10562
10880
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10563
10881
|
"kind": "BooleanLiteral",
|
|
10564
|
-
"offset":
|
|
10882
|
+
"offset": 1882,
|
|
10565
10883
|
"length": 5,
|
|
10566
10884
|
"value": "false"
|
|
10567
10885
|
},
|
|
10568
10886
|
{
|
|
10569
10887
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10570
10888
|
"kind": "IntegerLiteral",
|
|
10571
|
-
"offset":
|
|
10889
|
+
"offset": 1926,
|
|
10572
10890
|
"length": 1,
|
|
10573
10891
|
"value": "0"
|
|
10574
10892
|
},
|
|
10575
10893
|
{
|
|
10576
10894
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10577
10895
|
"kind": "IntegerLiteral",
|
|
10578
|
-
"offset":
|
|
10896
|
+
"offset": 1964,
|
|
10579
10897
|
"length": 1,
|
|
10580
10898
|
"value": "0"
|
|
10581
10899
|
},
|
|
10582
10900
|
{
|
|
10583
10901
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10584
10902
|
"kind": "IntegerLiteral",
|
|
10585
|
-
"offset":
|
|
10903
|
+
"offset": 2011,
|
|
10586
10904
|
"length": 1,
|
|
10587
10905
|
"value": "0"
|
|
10588
10906
|
},
|
|
10589
10907
|
{
|
|
10590
10908
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10591
10909
|
"kind": "IntegerLiteral",
|
|
10592
|
-
"offset":
|
|
10910
|
+
"offset": 2449,
|
|
10593
10911
|
"length": 2,
|
|
10594
10912
|
"value": "50"
|
|
10595
10913
|
},
|
|
10596
10914
|
{
|
|
10597
10915
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10598
10916
|
"kind": "IntegerLiteral",
|
|
10599
|
-
"offset":
|
|
10917
|
+
"offset": 2764,
|
|
10600
10918
|
"length": 6,
|
|
10601
10919
|
"value": "95000"
|
|
10602
10920
|
},
|
|
10603
10921
|
{
|
|
10604
10922
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10605
10923
|
"kind": "IntegerLiteral",
|
|
10606
|
-
"offset":
|
|
10924
|
+
"offset": 2816,
|
|
10607
10925
|
"length": 6,
|
|
10608
10926
|
"value": "90000"
|
|
10609
10927
|
},
|
|
10610
10928
|
{
|
|
10611
10929
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10612
10930
|
"kind": "IntegerLiteral",
|
|
10613
|
-
"offset":
|
|
10931
|
+
"offset": 2878,
|
|
10614
10932
|
"length": 2,
|
|
10615
10933
|
"value": "30"
|
|
10616
10934
|
},
|
|
10617
10935
|
{
|
|
10618
10936
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10619
10937
|
"kind": "IntegerLiteral",
|
|
10620
|
-
"offset":
|
|
10938
|
+
"offset": 2883,
|
|
10621
10939
|
"length": 2,
|
|
10622
10940
|
"value": "60"
|
|
10623
10941
|
},
|
|
10624
10942
|
{
|
|
10625
10943
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10626
10944
|
"kind": "IntegerLiteral",
|
|
10627
|
-
"offset":
|
|
10945
|
+
"offset": 2888,
|
|
10628
10946
|
"length": 4,
|
|
10629
10947
|
"value": "1000"
|
|
10630
10948
|
},
|
|
10631
10949
|
{
|
|
10632
10950
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10633
10951
|
"kind": "IntegerLiteral",
|
|
10634
|
-
"offset":
|
|
10952
|
+
"offset": 2968,
|
|
10635
10953
|
"length": 2,
|
|
10636
10954
|
"value": "75"
|
|
10637
10955
|
},
|
|
10638
10956
|
{
|
|
10639
10957
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10640
10958
|
"kind": "IntegerLiteral",
|
|
10641
|
-
"offset":
|
|
10959
|
+
"offset": 2973,
|
|
10642
10960
|
"length": 13,
|
|
10643
10961
|
"value": "1000000000"
|
|
10644
10962
|
},
|
|
10645
10963
|
{
|
|
10646
10964
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
|
|
10647
10965
|
"kind": "IntegerLiteral",
|
|
10648
|
-
"offset":
|
|
10966
|
+
"offset": 14510,
|
|
10649
10967
|
"length": 2,
|
|
10650
10968
|
"value": "13"
|
|
10651
10969
|
},
|
|
10970
|
+
{
|
|
10971
|
+
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintAppleAds.swift",
|
|
10972
|
+
"kind": "BooleanLiteral",
|
|
10973
|
+
"offset": 172,
|
|
10974
|
+
"length": 5,
|
|
10975
|
+
"value": "false"
|
|
10976
|
+
},
|
|
10652
10977
|
{
|
|
10653
10978
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintConfig.swift",
|
|
10654
10979
|
"kind": "StringLiteral",
|
|
@@ -10666,70 +10991,77 @@
|
|
|
10666
10991
|
{
|
|
10667
10992
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintConfig.swift",
|
|
10668
10993
|
"kind": "BooleanLiteral",
|
|
10669
|
-
"offset":
|
|
10994
|
+
"offset": 706,
|
|
10670
10995
|
"length": 4,
|
|
10671
10996
|
"value": "true"
|
|
10672
10997
|
},
|
|
10673
10998
|
{
|
|
10674
10999
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintConfig.swift",
|
|
10675
11000
|
"kind": "BooleanLiteral",
|
|
10676
|
-
"offset":
|
|
11001
|
+
"offset": 736,
|
|
10677
11002
|
"length": 5,
|
|
10678
11003
|
"value": "false"
|
|
10679
11004
|
},
|
|
10680
11005
|
{
|
|
10681
11006
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintConfig.swift",
|
|
10682
11007
|
"kind": "BooleanLiteral",
|
|
10683
|
-
"offset":
|
|
11008
|
+
"offset": 861,
|
|
10684
11009
|
"length": 4,
|
|
10685
11010
|
"value": "true"
|
|
10686
11011
|
},
|
|
10687
11012
|
{
|
|
10688
11013
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintConfig.swift",
|
|
10689
11014
|
"kind": "BooleanLiteral",
|
|
10690
|
-
"offset":
|
|
11015
|
+
"offset": 906,
|
|
11016
|
+
"length": 4,
|
|
11017
|
+
"value": "true"
|
|
11018
|
+
},
|
|
11019
|
+
{
|
|
11020
|
+
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintConfig.swift",
|
|
11021
|
+
"kind": "BooleanLiteral",
|
|
11022
|
+
"offset": 949,
|
|
10691
11023
|
"length": 4,
|
|
10692
11024
|
"value": "true"
|
|
10693
11025
|
},
|
|
10694
11026
|
{
|
|
10695
11027
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintEnvironment.swift",
|
|
10696
11028
|
"kind": "IntegerLiteral",
|
|
10697
|
-
"offset":
|
|
11029
|
+
"offset": 1013,
|
|
10698
11030
|
"length": 2,
|
|
10699
11031
|
"value": "15"
|
|
10700
11032
|
},
|
|
10701
11033
|
{
|
|
10702
11034
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintEnvironment.swift",
|
|
10703
11035
|
"kind": "IntegerLiteral",
|
|
10704
|
-
"offset":
|
|
11036
|
+
"offset": 1067,
|
|
10705
11037
|
"length": 2,
|
|
10706
11038
|
"value": "30"
|
|
10707
11039
|
},
|
|
10708
11040
|
{
|
|
10709
11041
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintEnvironment.swift",
|
|
10710
11042
|
"kind": "IntegerLiteral",
|
|
10711
|
-
"offset":
|
|
11043
|
+
"offset": 1124,
|
|
10712
11044
|
"length": 1,
|
|
10713
11045
|
"value": "2"
|
|
10714
11046
|
},
|
|
10715
11047
|
{
|
|
10716
11048
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintEnvironment.swift",
|
|
10717
11049
|
"kind": "BooleanLiteral",
|
|
10718
|
-
"offset":
|
|
10719
|
-
"length":
|
|
10720
|
-
"value": "
|
|
11050
|
+
"offset": 1171,
|
|
11051
|
+
"length": 5,
|
|
11052
|
+
"value": "false"
|
|
10721
11053
|
},
|
|
10722
11054
|
{
|
|
10723
11055
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintEnvironment.swift",
|
|
10724
11056
|
"kind": "Array",
|
|
10725
|
-
"offset":
|
|
11057
|
+
"offset": 3252,
|
|
10726
11058
|
"length": 117,
|
|
10727
11059
|
"value": "[250000000, 500000000, 1000000000, 1500000000, 2000000000]"
|
|
10728
11060
|
},
|
|
10729
11061
|
{
|
|
10730
11062
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintEnvironment.swift",
|
|
10731
11063
|
"kind": "IntegerLiteral",
|
|
10732
|
-
"offset":
|
|
11064
|
+
"offset": 3425,
|
|
10733
11065
|
"length": 1,
|
|
10734
11066
|
"value": "3"
|
|
10735
11067
|
},
|
|
@@ -10738,7 +11070,7 @@
|
|
|
10738
11070
|
"kind": "StringLiteral",
|
|
10739
11071
|
"offset": 577,
|
|
10740
11072
|
"length": 7,
|
|
10741
|
-
"value": "\"1.1.
|
|
11073
|
+
"value": "\"1.1.8\""
|
|
10742
11074
|
},
|
|
10743
11075
|
{
|
|
10744
11076
|
"filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintNative.swift",
|