Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tutorial links #732

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions resources/user-guides/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Tutorials

## Implementing Experience Cloud solutions in Mobile Android and iOS Swift applications
## Implement Experience Cloud in mobile applications
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution @dwright-adobe!

Experience Cloud implementations cover only a portion of the mobile extensions, so wondering if we can rename this to cover all. Here are a few renaming suggestions:

  • Implement Adobe Experience Platform Mobile SDKs in mobile application
  • Implement Adobe Edge Network and Experience Cloud solutions in mobile applications

Let me know your thoughts.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renamed to Implement Adobe Experience Platform Mobile SDKs in mobile applications. @dwright-adobe @calebk1 let me know your thoughts


This sections provides a starting point for mobile application developers who want to learn how to implement Adobe Experience Cloud solutions in their applications. You can complete the following sample Swift or Android tutorials to learn about implementing Experience Cloud in a controlled environment:
This tutorial guides you through the implementation of the Platform Mobile SDK in a sample retail app called Luma. The Luma app has functionality that lets you build a realistic implementation. The lessons are designed for iOS and written in Swift, but many of the concepts also apply to Android.
emdobrin marked this conversation as resolved.
Show resolved Hide resolved

* [Implementing the Experience Cloud in Mobile iOS Swift Applications](https://experienceleague.adobe.com/docs/launch-learn/implementing-in-mobile-ios-swift-apps-with-launch/index.html)
* [Implementing the Experience Cloud in Mobile Android Applications](https://experienceleague.adobe.com/docs/launch-learn/implementing-in-mobile-android-apps-with-launch/index.html)
* [Implement the Experience Cloud in mobile apps](https://experienceleague.adobe.com/docs/platform-learn/implement-mobile-sdk/overview.html)

## Tracking Beacons in Mobile Android and iOS applications

Expand Down