0
I’m trying to perform a "Android Push Notification" with the Ionic.io. I’m caught in a mistake I can’t fix:
"Uncaught Referenceerror: Ionic is not defined"
I’ve tried everything and I can’t fix it.
- can generate this error?
That is the code
var push = new Ionic.Push({ // linha do erro
"debug" : true
});