Swiftpack.co - adobe/aepsdk-analytics-ios as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by adobe.
adobe/aepsdk-analytics-ios 5.0.0
Adobe Experience Platform Analytics SDK in Swift
⭐️ 6
🕓 5 weeks ago
iOS tvOS
.package(url: "https://github.com/adobe/aepsdk-analytics-ios.git", from: "5.0.0")

Adobe Experience Platform Analytics SDK

CocoaPods SPM CircleCI Code Coverage

About this project

The AEPAnalytics extension enables sending mobile application interaction data to Adobe Analytics when using the Adobe Experience Platform SDK.

Requirements

  • Xcode 15
  • Swift 5.1

Installation

These are currently the supported installation options:

CocoaPods

# Podfile
use_frameworks!

# For app development, include all the following pods
target 'YOUR_TARGET_NAME' do
    pod 'AEPAnalytics'
    pod 'AEPCore'
    pod 'AEPIdentity'
end

# For extension development, include AEPAnalytics and its dependencies
target 'YOUR_TARGET_NAME' do
    pod 'AEPAnalytics'
    pod 'AEPCore'
end

Replace YOUR_TARGET_NAME and then, in the Podfile directory, type:

$ pod install

Swift Package Manager

To add the AEPAnalytics Package to your application, from the Xcode menu select:

File > Add Packages...

Note The menu options may vary depending on the version of Xcode being used.

Enter the URL for the AEPAnalytics package repository: https://github.com/adobe/aepsdk-analytics-ios.git.

When prompted, input a specific version or a range of versions for Version rule.

Alternatively, if your project has a Package.swift file, you can add AEPAnalytics directly to your dependencies:

dependencies: [
    .package(url: "https://github.com/adobe/aepsdk-analytics-ios.git", .upToNextMajor(from: "5.0.0"))
]

Project Reference

Include AEPAnalytics.xcodeproj in the targeted Xcode project and link all necessary libraries to your app target.

Binaries

Run make archive from the root directory to generate .xcframeworks for each module under the build folder. Drag and drop all .xcframeworks to your app target in Xcode.

Documentation

Additional documentation for usage and SDK architecture can be found under the Documentation directory.

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

GitHub

link
Stars: 6
Last commit: 1 week ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Dependencies

Release Notes

v5.0.0
5 weeks ago

Release Notes

Major version update for Adobe Analytics for Adobe Experience Platform Mobile SDKs on iOS compatible with Mobile Core 5.0.0. The current release includes the following changes:

  • Updated the minimum supported version to iOS 12.0 and tvOS 12.0.
  • Include XCFrameworks built with Xcode 15.0.1 with the GitHub release.

What’s Changed

  • staging -> main for v5.0.0 release (#114) @emdobrin
  • update xcproj file (#115) @emdobrin
  • Prepare for release (#113) @cacheung
  • dev -> staging for v5.0.0 release (#111) @emdobrin
  • Update pods + swift-tools-version 5.3 (#112) @emdobrin
  • Update Podfile branch version and merge from main (#110) @cacheung
  • update circleci + workflows for v5.0.0 (#109) @emdobrin

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics