Pushwoosh / pushwoosh-appcelerator-titanium

Other
33 stars 16 forks source link

Unable to get Alert to show other than in JSON #2

Closed safadig closed 9 years ago

safadig commented 9 years ago

tried changing callback to: alert ('JS message event' + e.data.title);

or alert ('JS message event' + e.data.alert);

please advice.

thanks

shaders commented 9 years ago

For Android it is: e.data.title For iOS it is: e.data.aps.alert