# Mobile Messaging

Mobile Messaging SDK is designed and developed to easily enable push notification channel in your mobile application. In almost no time of implementation you get push notification in your application and access to the features of [Infobip IP Messaging Platform](https://portal.infobip.com/push/). This document describes library integration steps for your Cordova project.

For more info see [Cordova plugin docs](https://github.com/infobip/mobile-messaging-cordova-plugin)

## Installation

```bash
ionic cordova plugin add com-infobip-plugins-mobilemessaging
npm install @awesome-cordova-plugins/mobile-messaging
```

**Plugin Repo:** <https://github.com/infobip/mobile-messaging-cordova-plugin>

## Supported Platforms

* Android
* iOS

## Further Information

* [Installation Guide](/awesome-cordova-plugins/installation.md)
* [FAQ](/awesome-cordova-plugins/faq.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/plugins/mobile-messaging.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
