-
const pushObject: PushObject = this.push.init(options);
pushObject.on('registration').subscribe((registration: any) => {
console.log('Device registered', JSON.stringify(registration)…
-
Splashscreen shows black but nothing, it worked correctly before.
-
### Issue Description
Hey, I'm debugging my cordova app which I've uploaded to Adobe Phonegap Build. When I run the app on my iPad Air 2, I found that tokenCache.readItems gives me an empty array.
…
-
Not sure if this is a specific issue with just [build.phonegap.com](https://build.phonegap.com) or with the builds in general. But I have found that iOS builds **fine with version 7.0.2**, but any oth…
-
# Bug Report
## Problem
An iframe in our app triggers a navigation action via `window.open` or `window.top.location.href` to a url that is in our allow-intent allow list. The url is correctly op…
-
[x ] I'm reporting a reproducible issue
**Describe the Bug of feature request**
Expected that we can use the same Facebook app with multiple android apps. However when installing a 2nd app that us…
-
### Expected Behaviour
When configuring iOS on FCM notifications for debug-signed apps should arrive.
### Actual Behaviour
Sending notifications gives a 'InvalidRegistration' error and when att…
-
### Expected Behaviour
The result of this method returns object 'registration'
```
pushObject.on('registration')
.subscribe((registration: any)
```
And being able to retrieve APNS token …
-
Hello,
i did add this plugin to my cordova game (cordova iOS 5.1.1)
cordova plugin add cordova-plugin-background-mode
when device is ready i called
cordova.plugins.backgroundMode.enable();
// or…
-
After some research I realise that iOS can monitor for up to 20 regions(uuids) at a time and that Android has no such restriction. Is it possible using this plugin to define an array of regions(uuids)…