@capacitor/push-notifications
Advanced tools
Comparing version 6.0.3 to 6.0.4
{ | ||
"name": "@capacitor/push-notifications", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"description": "The Push Notifications API provides access to native push notifications.", | ||
@@ -85,3 +85,3 @@ "main": "dist/plugin.cjs.js", | ||
}, | ||
"gitHead": "6e94aa5bf785e957d0cfac83b62b5355bcf7d1ed" | ||
"gitHead": "adb1bbe6a8936f8fb388252c502a1ade0d30b60f" | ||
} |
@@ -34,2 +34,8 @@ # @capacitor/push-notifications | ||
From Android 15 onwards, users can install an app in the [Private space](https://developer.android.com/about/versions/15/features#private-space). Users can lock their private space at any time, which means that push notifications are not shown until the user unlocks it. | ||
It is not possible to detect if an app is installed in the private space. Therefore, if your app shows any critical notifications, inform your users to avoid installing the app in the private space. | ||
For more information about the behavior changes of your app related to the private space, refer to [Android documentation](https://developer.android.com/about/versions/15/behavior-changes-all#private-space-changes). | ||
### Variables | ||
@@ -36,0 +42,0 @@ |
118481
591