Skip to main content
PUT
Register a current-user mobile push installation

Body

The application, device, platform, and provider push-channel details to register.

Describes a mobile push installation. Identity and Azure tags are derived by the API.

installationId
string

The stable installation identifier assigned by the mobile client.

platform
string

The Azure Notification Hubs platform name, such as apns or fcmv1.

pushChannel
string

The provider-issued push token or channel used to deliver notifications.

appIdentifier
string

The application bundle identifier or package name.

appName
null | string

The human-readable application name reported by the client.

appVersion
null | string

The semantic application version reported by the client.

appBuild
null | string

The application build number reported by the client.

devicePlatform
null | string

The mobile operating-system platform reported by the device.

deviceVersion
null | string

The mobile operating-system version reported by the device.

deviceModel
null | string

The device model reported by the client.

metadata
object

Optional client metadata stored with the push installation.

Response

OK

The response is of type boolean.

Last modified on August 11, 2026