<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
I have been slowly progressing through the installation and have
finally managed to get the server running. Of course the goal is to
add push notification to an existing mobile app that I have built
using Javascript and Cordova. Then I have added all of the plugins
that I could find into Cordova including the aerogear plugin and the
cordova-plugin-pushplugin. The problem I am having is that when I
run the mobile app in cordova using "cordova run browser" the Push
is created and before it even registers itself, it receives an error
"Missing Command Error". I have traced the call that fails to
aerogear-push.js line 46: <br>
<br>
channel.onCordovaReady.subscribe(function() {<br>
exec(notify, undefined, 'PushPlugin', 'messageChannel', []);<br>
});<br>
<br>
This takes it into cordova.js where it tries to pull up the
PushPlugin from the CommandProxyMap but it hasn't been registered.
I cannot think of what else to look for. I have been over the
instructions backwards and forwards but no luck. Any suggestions
on what plugin I might be missing? I <br>
<div class="moz-signature">-- <br>
<br>
<table rules="none" border="0">
<tbody>
<tr>
<td valign="top" width="60">
<img src="cid:part1.00030001.00060805@dealerrewards.net"
style="height:50px;width:100px" width="100px">
</td>
<td><font size="-1">Christopher Fahey<br>
DealerRewards, Inc.<br>
Maryland Branch Office<br>
(410) 924-3185<br>
</font>
</td>
</tr>
<tr>
<td colspan="2">
<font size="-1">
<hr>
This electronic message transmission contains
information from DealerRewards Inc. This message is
confidential. It may also be privileged or otherwise
protected by work-product immunity or other legal rules.
If you have received it by mistake, please let us know
by email reply and delete it from your system; you may
not copy this message or disclose its contents to
anyone.<br>
DISCLAIMER: Since 2006, the U.S. Government has been
monitoring all internet communications. If you have
information that you do not wish to have monitored,
please send it using regular postal services to the
address listed on our website.
<hr>
</font>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>