Skip to content

Commit 9cfb045

Browse files
authored
Merge pull request #32 from AppsFlyerSDK/releases/6.2.4.1
Downgrade Xamarin.iOS
2 parents 6bc7a93 + 37b3831 commit 9cfb045

File tree

9 files changed

+7
-7
lines changed

9 files changed

+7
-7
lines changed

AppsFlyerSampleApp/AppDelegate.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public override bool FinishedLaunching (UIApplication application, NSDictionary
2828
appsflyer.AppsFlyerDevKey = "4UGrDF4vFvPLbHq5bXtCza"; // Replace with your DevKey
2929
appsflyer.AppleAppID = "753258300"; // Replace with your app ID
3030
appsflyer.AppInviteOneLinkID = "E2bM"; // Replace with your OneLink ID
31-
appsflyer.AnonymizeUser = true;
31+
//appsflyer.AnonymizeUser = true;
3232
if (UIDevice.CurrentDevice.CheckSystemVersion (14, 0)) {
3333
appsflyer.waitForATTUserAuthorizationWithTimeoutInterval (10);
3434
AppTrackingTransparency.ATTrackingManager.RequestTrackingAuthorizationAsync ();

AppsFlyerSampleApp/AppsFlyerSampleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<Reference Include="System.Core" />
7878
<Reference Include="Xamarin.iOS" />
7979
<Reference Include="AppsFlyerXamarinBinding">
80-
<HintPath>..\packages\AppsFlyerXamarinBinding.6.2.4\lib\xamarinios10\AppsFlyerXamarinBinding.dll</HintPath>
80+
<HintPath>..\packages\AppsFlyerXamarinBinding.6.2.4.1\lib\xamarinios10\AppsFlyerXamarinBinding.dll</HintPath>
8181
</Reference>
8282
<Reference Include="System.Drawing.Common.dll" />
8383
</ItemGroup>

AppsFlyerSampleApp/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="AppsFlyerXamarinBinding" version="6.2.4" targetFramework="xamarinios10" />
3+
<package id="AppsFlyerXamarinBinding" version="6.2.4.1" targetFramework="xamarinios10" />
44
</packages>

AppsFlyerXamarinBinding/AppsFlyerXamarinBindingiOS.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
<RootNamespace>AppsFlyerXamarinBinding</RootNamespace>
1111
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
1212
<AssemblyName>AppsFlyerXamarinBinding</AssemblyName>
13-
<ReleaseVersion>6.2.4.0</ReleaseVersion>
13+
<ReleaseVersion>6.2.4.1</ReleaseVersion>
1414
<PackOnBuild>true</PackOnBuild>
1515
<PackageId>AppsFlyerXamarinBinding</PackageId>
16-
<PackageVersion>6.2.4.0</PackageVersion>
16+
<PackageVersion>6.2.4.1</PackageVersion>
1717
<Authors>AppsFlyer</Authors>
1818
<Description>AppsFlyer SDK iOS Xamarin Binding</Description>
1919
<Copyright>AppsFlyer</Copyright>
2020
<PackageLicenseUrl>https://www.appsflyer.com/privacy-policy/</PackageLicenseUrl>
2121
<Owners>AppsFlyer</Owners>
2222
<PackageProjectUrl>https://github.com/AppsFlyerSDK/XamariniOSBinding</PackageProjectUrl>
23-
<PackageReleaseNotes>iOS SDK 6.2.4</PackageReleaseNotes>
23+
<PackageReleaseNotes>Downgrade Xamarin.iOS to 14.0.0.0</PackageReleaseNotes>
2424
<Summary>AppsFlyer SDK iOS Xamarin Binding</Summary>
2525
<Title>AppsFlyerXamarinBinding</Title>
2626
<SynchReleaseVersion>false</SynchReleaseVersion>

AppsFlyerXamarinBinding/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
2626
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
2727

28-
[assembly: AssemblyVersion ("6.2.4.0")]
28+
[assembly: AssemblyVersion ("6.2.4.1")]
2929

3030
// The following attributes are used to specify the signing key for the assembly,
3131
// if desired. See the Mono documentation for more information about signing.
Binary file not shown.
Binary file not shown.
512 Bytes
Binary file not shown.
-756 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)