Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #227 from Adobe-Marketing-Cloud/october-2017-mr
Browse files Browse the repository at this point in the history
-updates for october mr
  • Loading branch information
shalehaha authored Oct 12, 2017
2 parents a622ac6 + 65eab3c commit 09991b0
Show file tree
Hide file tree
Showing 64 changed files with 1,717 additions and 813 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="adobe-mobile-services"
version="4.13.8">
version="4.14.0">
<name>ADBMobile</name>
<description>Adobe Mobile Services Plugin</description>

Expand Down Expand Up @@ -42,6 +42,6 @@
<receiver android:name="com.adobe.mobile.MessageNotificationHandler" />
</config-file>
<source-file src="sdks/Cordova/ADBMobile/Android/ADBMobile_PhoneGap.java" target-dir="src/com/adobe/" />
<source-file src="sdks/Android/AdobeMobileLibrary/adobeMobileLibrary-4.13.7.jar" target-dir="libs" />
<source-file src="sdks/Android/AdobeMobileLibrary/adobeMobileLibrary-4.14.0.jar" target-dir="libs" />
</platform>
</plugin>
Binary file not shown.
4 changes: 4 additions & 0 deletions sdks/Android/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Included are notes from the latest major revision to current.
For full SDK documentation, please visit:
https://marketing.adobe.com/resources/help/en_US/mobile/android/

4.14.0 (12 Oct, 2017)
- New Feature - support for Target Preview
- New Feature - Target Prefetch APIs

4.13.7 (20 July, 2017)
- Target - Fixed a bug to now gracefully handle unexpected network stack errors.
- Audience Manager - Added safe URL encoding of DPUUID
Expand Down
4 changes: 2 additions & 2 deletions sdks/Xamarin/ADBMobile/component/Details.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ADBMobile details
This component contains Xamarin bindings for the Adobe Mobile Services Android and iOS SDKs. They are fully featured bindings and can use the full feature set of the Adobe Mobile Services SDKs.
This component contains Xamarin bindings for the Adobe Mobile Services Android, iOS, and tvOS SDKs. They are fully featured bindings and can use the full feature set of the Adobe Mobile Services SDKs.

The Adobe Mobile Services libraries allow you to capture native app activity (user, usage, behavior, gestures, etc.) and forward that data to Adobe collection servers for use in Analytics reporting. Many of the libraries also include Test&Target mbox capability for A/B and multivariate testing within your mobile app, and audience measurement capabilities through Adobe AudienceManager.
The Adobe Mobile Services libraries allow you to capture native app activity (user, usage, behavior, gestures, etc.) and forward that data to Adobe collection servers for use in Analytics reporting. Many of the libraries also include Adobe Target mbox capability for A/B and multivariate testing within your mobile app, and audience measurement capabilities through Adobe Audience Manager.

To learn more about the mobile SDKs and to download a product overview data sheet, see [Adobe & mobile solutions](http://www.adobe.com/solutions/digital-analytics/mobile-web-apps-analytics.html).

110 changes: 109 additions & 1 deletion sdks/Xamarin/ADBMobile/component/License.md

Large diffs are not rendered by default.

12 changes: 7 additions & 5 deletions sdks/Xamarin/ADBMobile/component/component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,21 @@ license: License.md
icons:
- ADBMobile_128x128.png
- ADBMobile_512x512.png
publisher-url: http://mobilemarketing.adobe.com
publisher-url: https://mobilemarketing.adobe.com/
libraries:
ios-unified: ../lib/ios-unified/ADBMobile.XamarinIOSBinding.dll
ios-extension: ../lib/ios-extension/ADBMobile.XamarinIOSExtensionBinding.dll
tvos: ../lib/tvos/ADBMobile.XamarinTvOSBinding.dll
android: ../lib/android/ADBMobile.XamarinAndroidBinding.dll
summary: "Xamarin bindings for Adobe Mobile Services SDKs."
details: Details.md
screenshots:
getting-started: GettingStarted.md
version: 4.13.1
version: 4.13.8
source: ../src/AdobeMobileSDKBinding.sln
src-url: https://github.com/Adobe-Marketing-Cloud/mobile-services
docs-url: https://marketing.adobe.com/resources/help/en_US/mobile/xamarin/
samples:
iOS Sample: ../samples/iOSSample/iOSSample.sln
android Sample: ../samples/AndroidSample/AndroidSample.sln
...
tvOS Sample: ../samples/tvOSSample/tvOSSample.sln
Android Sample: ../samples/AndroidSample/AndroidSample.sln
...
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 5 additions & 5 deletions sdks/Xamarin/ADBMobile/samples/AndroidSample/AndroidSample.sln
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{9344BDBB-3E7F-41FC-A0DD-8665D75EE146}") = "AndroidSample", "AndroidSample\AndroidSample.csproj", "{7867166E-D0E5-4493-B7AA-1FBBA6A253EE}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AndroidSample", "AndroidSample\AndroidSample.csproj", "{799579C6-BBA2-44ED-BF6E-1D4561549D1C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7867166E-D0E5-4493-B7AA-1FBBA6A253EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7867166E-D0E5-4493-B7AA-1FBBA6A253EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7867166E-D0E5-4493-B7AA-1FBBA6A253EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7867166E-D0E5-4493-B7AA-1FBBA6A253EE}.Release|Any CPU.Build.0 = Release|Any CPU
{799579C6-BBA2-44ED-BF6E-1D4561549D1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{799579C6-BBA2-44ED-BF6E-1D4561549D1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{799579C6-BBA2-44ED-BF6E-1D4561549D1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{799579C6-BBA2-44ED-BF6E-1D4561549D1C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<AndroidApplication>True</AndroidApplication>
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
<AssemblyName>XamarinTest</AssemblyName>
<TargetFrameworkVersion>v6.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v7.0</TargetFrameworkVersion>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
[assembly: AssemblyConfiguration ("")]
[assembly: AssemblyCompany ("Adobe Systems Inc.")]
[assembly: AssemblyProduct ("Xamarin Android Sample")]
[assembly: AssemblyCopyright ("Copyright 2016 Adobe Systems Incorporated. All Rights Reserved. NOTICE: All information contained herein is, and remains the property of Adobe Systems Incorporated and its suppliers, if any. The intellectual and technical concepts contained herein are proprietary to Adobe Systems Incorporated and its suppliers and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Adobe Systems Incorporated.")]
[assembly: AssemblyCopyright ("Copyright 2017 Adobe Systems Incorporated. All Rights Reserved. NOTICE: All information contained herein is, and remains the property of Adobe Systems Incorporated and its suppliers, if any. The intellectual and technical concepts contained herein are proprietary to Adobe Systems Incorporated and its suppliers and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Adobe Systems Incorporated.")]
[assembly: AssemblyTrademark ("")]
[assembly: AssemblyCulture ("")]

// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion ("4.13.0")]
[assembly: AssemblyVersion ("4.13.7")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public override void RowSelected(UITableView tableView, NSIndexPath indexPath)
settings.Milestones = "25,50,75";
break;
case 28: // mediaAdCreateSettingsWithName
ADBMediaSettings adSettings = ADBMobile.MediaAdCreateSettings("adName1", 2, "playerName1", "name1", "podName1", 4, "CPM1");
ADBMobile.MediaAdCreateSettings("adName1", 2, "playerName1", "name1", "podName1", 4, "CPM1");
break;
case 29: // mediaOpenWithSettings
ADBMobile.MediaOpenWithSettings(settings, (state) =>
Expand Down
23 changes: 23 additions & 0 deletions sdks/Xamarin/ADBMobile/samples/tvOSSample/tvOSSample.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tvOSSample", "tvOSSample\tvOSSample.csproj", "{151BF1C7-B326-4D50-B4E6-AF847A43345D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{151BF1C7-B326-4D50-B4E6-AF847A43345D}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{151BF1C7-B326-4D50-B4E6-AF847A43345D}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{151BF1C7-B326-4D50-B4E6-AF847A43345D}.Release|iPhone.ActiveCfg = Release|iPhone
{151BF1C7-B326-4D50-B4E6-AF847A43345D}.Release|iPhone.Build.0 = Release|iPhone
{151BF1C7-B326-4D50-B4E6-AF847A43345D}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{151BF1C7-B326-4D50-B4E6-AF847A43345D}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{151BF1C7-B326-4D50-B4E6-AF847A43345D}.Debug|iPhone.ActiveCfg = Debug|iPhone
{151BF1C7-B326-4D50-B4E6-AF847A43345D}.Debug|iPhone.Build.0 = Debug|iPhone
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
using Foundation;
using UIKit;
using Com.Adobe.Mobile;

namespace tvOSSample
{
[Register("AppDelegate")]
public class AppDelegate : UIApplicationDelegate
{
public override UIWindow Window
{
get;
set;
}

public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions)
{
// Adobe Mobile SDK - enable debug logging
ADBMobile.SetDebugLogging(true);

return true;
}
}
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"images": [
{
"idiom": "universal"
},
{
"scale": "1x",
"idiom": "universal"
},
{
"scale": "2x",
"idiom": "universal"
},
{
"scale": "3x",
"idiom": "universal"
},
{
"idiom": "iphone"
},
{
"scale": "1x",
"idiom": "iphone"
},
{
"scale": "2x",
"idiom": "iphone"
},
{
"subtype": "retina4",
"scale": "2x",
"idiom": "iphone"
},
{
"scale": "3x",
"idiom": "iphone"
},
{
"idiom": "ipad"
},
{
"scale": "1x",
"idiom": "ipad"
},
{
"scale": "2x",
"idiom": "ipad"
}
],
"info": {
"version": 1,
"author": "xcode"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"layers" : [
{
"filename" : "Front.imagestacklayer"
},
{
"filename" : "Middle.imagestacklayer"
},
{
"filename" : "Back.imagestacklayer"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"images": [
{
"idiom": "universal"
},
{
"scale": "1x",
"idiom": "universal"
},
{
"scale": "2x",
"idiom": "universal"
},
{
"scale": "3x",
"idiom": "universal"
},
{
"idiom": "iphone"
},
{
"scale": "1x",
"idiom": "iphone"
},
{
"scale": "2x",
"idiom": "iphone"
},
{
"subtype": "retina4",
"scale": "2x",
"idiom": "iphone"
},
{
"scale": "3x",
"idiom": "iphone"
},
{
"idiom": "ipad"
},
{
"scale": "1x",
"idiom": "ipad"
},
{
"scale": "2x",
"idiom": "ipad"
}
],
"info": {
"version": 1,
"author": "xcode"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading

0 comments on commit 09991b0

Please sign in to comment.