Liferay Push and Mobile SDK replacement in 7.4
Written By
Jorge García Jiménez
How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!
While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.
Legacy Article
You are viewing an article from our legacy "FastTrack"
publication program, made available for informational purposes. Articles
in this program were published without a requirement for independent
editing or verification and are provided"as is" without
guarantee.
Before using any information from this article, independently verify its
suitability for your situation and project.
Issue
- We have a mobile app created using mobile SDK in Liferay DXP 7.0 and we want to know how to port it to DXP 7.4.
- Is Liferay Push available for Liferay DXP 7.4?
Resolution
Liferay Push
- Liferay Push has been deprecated since Liferay DXP 7.3.
- There is no out of the box module available for DXP 7.4 with the same functionalities as Liferay Push.
- Although Liferay Push is not bundled in Liferay DXP, the source code is still present in the repository https://github.com/liferay/liferay-portal/tree/master/modules/apps/push-notification
- Bear in mind that any bug related to that module is not covered under support because it's deprecated/removed.
- A possible workaround is to create a custom module for generating push notifications.
Mobile SDK
- Mobile SDK is deprecated in DXP 7.4 too.
- The alternative for creating mobile apps for DXP 7.4 is creating native apps and using Liferay DXP Headless API's to interact with Liferay DXP.
Did this article resolve your issue ?