Hi Abu Aiman, Thank you for asking this question. I discussed with internal teams and they informed me:
With how Pulse is built, we don’t have the ability to deep link and specify a specific page/content Would recommend the user to add the link, but also include the wording of how to access the content so the user can navigate there manually on Pulse iOS Application
Pulse iOS uses Universal Links to support deep-link integration. To deep-link into Pulse from an iOS application, you will need open Safari to the following link:
The following code snippet provides an example of what you could put into your iOS application to launch Pulse:
if let url = URL(string: "https://apps.brightspace.com/pulse/launch"), UIApplication.shared.canOpenURL(url) {
UIApplication.shared.open(url, options: [:], completionHandler: nil)
}
Pulse Android uses Android App Links to support deep-link integration. To deep-link into Pulse from an Android application, you need to launch an activity with the deep-link: URL:
The following code snippet provides an example of what you could put into your Android application to launch Pulse:
startActivity(Intent(Intent.ACTION_VIEW, Uri.parse("https://apps.brightspace.com/pulse/launch")))
https://apps.brightspace.com/pulse/launch https://apps.brightspace.com/pulse/launch We would recommend the user to add the link, but also include the wording of how to access the content so the user can navigate there manually on Pulse Did I answer your question?
Connect with our Known and Fixed Issue information to learn about improvements made to Brightspace.
Connect with leaders in pedagogy, accessibility, learning experience design and more
The Accessibility category serves as a single point of access to three avenues in Brightspace Community leading to the Accessibility Academy, Accessibility Library and Accessibility Discussions. These avenues offer courses and articles about accessibility to enhance accessibility knowledge and a group of accessibility enthusiasts to stay connected with.
Have questions about how to use Community? Stay tuned with updates, feedback opportunities and more for the Community here!
Connect with and ask questions on how to best use the Brightspace Product to transform the way your users learn!
Connect with product experts to learn more about tools frequently used by Brightspace Developers such as APIs and integrations!
Want to learn more about Brightspace Partners and Integrations? This is the place to be!
Stay up to date with product updates and announcements in this category.
Connect with our release information to learn about monthly improvements and updates to Brightspace.
Learn more about all the upskilling opportunities with courses and resources offered via the Brightspace Learning Center, Brightspace Guided Training and other training opportunities!