Closed oTTa closed 6 years ago
@oTTa We have not implemented promises with the Cordova SDK. Have you tried using the callback instead of a promise chain?
this.oneSignal.getTags((tags) => {
// use the tags result
});
@Nightsd01, The method was working was the Android Device Monitor that did not show the result. If I showed the tags in a layout I could see them, thanks anyway.
I using Ionic 3 and I can add and delete tags and receive notifications but i can't get the tags because the value is empty or the function never execute, The code is the following:
OneSignal dashboard show me
Android Device Motitor