fiddelindell
Forum Replies Created
-
Forum: Plugins
In reply to: [WP GCM] No settings ui after plugin install and activationHi again,
And sorry to bother you, but I found another bug. Probably a simple copy paste. Update of post does not trigger a GCM push only a new post.
So px_update_notification should maybe be changed from $old_status != ‘publish’ to $old_status == ‘publish’? At least it seems to work 🙂
I also have a proposal for adding deviceId as inparam when register the GCM id since a devices GCM id might change over time.
Can I send the proposal to you for review and consideration?
Thanks in advance!
Forum: Plugins
In reply to: [WP GCM] No settings ui after plugin install and activationAnother thing, maybe you should add a param (unique field e.g. device_id) in the table containing the GCM ids. This way you can update a device’s GCM reg id and not create a new record in the table for new GCM reg ids, which will lead to a lot of unused/dead GCM reg ids.
A device will get a new GCM id when an application’s version is changed e.g. application updated. At least according to the GCM documentation.
Best Regards,
FredrikForum: Plugins
In reply to: [WP GCM] No settings ui after plugin install and activationIt works to send messages via GCM->Message, however the plugin does not send and push notification when publishing a new post or updating a previous one.
Best Regards,
FredrikForum: Plugins
In reply to: [WP GCM] No settings ui after plugin install and activationDownloaded the Development version and copied the files to wp-gcm folder in plugins folder. Seems to work.
Version 1.2.0 is missing folder lang and page and does not work. Version 1.1.9 and Development seems to have these folders.