vairen
Hi, are you willing to share your latest version?
tnx!
Of course Inina, I have no problem sharing it.
The thing is that I updated C2 to r200 and my plugin stop working!!!
It is driving me crazy, I can not fire conditions with: this.runtime.trigger(cr.plugins_.pushNotifications.prototype.cnds.OnPushMessageReceived, this);
My condition is defined in edittime.js like this:
AddCondition(0, cf_trigger, "On Push Message received", "Events API", "On push notification received", "Triggered when a push notification message is received.", "OnPushMessageReceived");
And in runtime.js like this:
Cnds.prototype.OnPushMessageReceived = function()
{
return true;
};
I do not know if there is something wrong with my code (I haven't change anything), or if there is some compatibility issue with the latest version.
I just put the trigger code line at the top of "instanceProto.onCreate" function and nothing happen. I even commented all the rest of my code.
Maybe Ashley could help on clarify if there was some change on this.