I'm trying to make an "Android Push Notification" with ionic.io . I'm stuck on an error that I can not resolve:
"Uncaught ReferenceError: Ionic is not defined"
I tried everything and could not solve.
- Can you generate this error?
This is the code
var push = new Ionic.Push({ // linha do erro
"debug" : true
});