Swiftpack.co - adobe/aepsdk-messaging-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-messaging-ios 4.1.0
AEP SDKs - Messaging extension for iOS
⭐️ 3
🕓 8 weeks ago
iOS
.package(url: "https://github.com/adobe/aepsdk-messaging-ios.git", from: "4.1.0")

Adobe Experience Platform - Messaging extension for iOS

Cocoapods SPM CircleCI Code Coverage

About this project

Adobe Experience Platform (AEP) Messaging Extension is an extension for the Adobe Experience Platform Swift SDK.

The AEPMessaging extension enables the following workflows:

  • Sending push notification tokens and push notification click-through feedback to AEP
  • Displaying in-app messages which were created and configured for this app in Adobe Journey Optimizer (AJO)

For further information about Adobe SDKs, visit the developer documentation.

Requirements

  • Xcode 14.1 (or newer)
  • Swift 5.1 (or newer)

Installation

For installation instructions, visit the Getting started guide.

Documentation

Additional documentation for SDK usage and configuration can be found in the Documentation directory.

Tutorial

A comprehensive tutorial for getting started with In-app messaging can be found here.

Related Projects

Project Description
AEPCore Extensions The AEPCore and AEPServices represent the foundation of the Adobe Experience Platform SDK.
AEPEdge Extension The AEPEdge extension allows you to send data to the Adobe Experience Platform (AEP) from a mobile application.
AEPEdgeIdentity Extension The AEPEdgeIdentity enables handling of user identity data from a mobile app when using the AEPEdge extension.
AEP SDK Sample App for iOS Contains iOS sample apps for the AEP SDK. Apps are provided for both Objective-C and Swift implementations.

Contributing

Looking to contribute to this project? Please review our Contributing guidelines prior to opening a pull request.

We look forward to working with you!

Development

The first time you clone or download the project, you should run the following from the root directory to setup the environment:

make pod-install

Subsequently, you can make sure your environment is updated by running the following:

make pod-update
Open the Xcode workspace

Open the workspace in Xcode by running the following command from the root directory of the repository:

make open
Command line integration

You can run all the test suites from command line:

make test

Licensing

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

GitHub

link
Stars: 3
Last commit: 5 hours ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

v4.1.0
8 weeks ago

Release Notes

  • Added new notifcation tracking API handleNotificationResponse with parameters UNNotificationResponse and an optional callback the returns PushTrackingStatus enum.
  • The new API will automatically handle the click behaviour (OPENAPP, WEBURL, DEEPLINK) defined for the notification.
  • Deprecated the notifcaiton tracking API handleNotificationResponse with parameters UNNotificationResponse, applicationOpened, and customActionId.
  • Fixed a bug on notification tracking API handleNotificationResponse to stop sending tracking hits to edge servers when the notification does not contain tracking information.

What’s Changed

  • To main - Release version 4.1.0- HandleNotificationResponse API responds with PushTrackingStatus enum (#216) @PravinPK
  • Address comments of PR#216 (#224) @PravinPK
  • Documentation update for 4.1.0 release (#221) @PravinPK
  • More tests around PushTrackingStatus (#215) @PravinPK
  • HandleNotificationResponse API returns MessagingPushTrackingStatus enum (#213) @PravinPK
  • vdev 4.1.0 to Main (#208) @PravinPK
  • Better readable comments (#211) @PravinPK
  • Updating version to 4.1.0 (#210) @github-actions
  • [MOB-19374] - Do not process Push Notification tracking event if AJO tracking keys are absent (#207) @PravinPK
  • [MOB 18293] - Handling Notification Actions (#198) @PravinPK
  • MOB 18751 - Simplified HandleNotificationResponse API (#197) @PravinPK

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