Mathieu Le Roi
Forum Replies Created
-
I close this ticket as it is inactive, don’t hesitate to reopen for any feedback about this topic.
I close this ticket as it is inactive, don’t hesitate to reopen for any feedback about this topic.
This is normal, the “Application title” field is only used for the
<title>
html markup (in<head>
) which is only used in WP-AppKit for PWA exports by default, not Android app export (which uses “PhoneGap Build > Application > Name” field).“Q for Android” theme doesn’t use the “Application title” field by default in its layout, but if you want you can add it by inserting the markup
<%= app_title %>
in the head.html or layout.html templates of your WP-AppKit theme.Hope this helps
RegardsHi, thanks for your nice feedback.
By “Application name” do you mean the “Appearance > Application Title” field in your app edit panel in WordPress BackOffice?Hi @heinperu,
Here is a tutorial that explains how to send push notifications to a selection of WordPress users using WP-AppKit: https://uncategorized-creations.com/4905/send-push-notifications-to-wordpress-users/.
Hope this helps,
For further questions please contact us using our support email support[at]uncategorized-creations.com, which is more actively monitored, as explained here.
Best regards- This reply was modified 4 years, 6 months ago by Mathieu Le Roi.
Ok I’m going to prepare some code snippets and examples in the coming days so that you can have a better idea of how this can be done.
Hi,
WP-AppKit is designed to display WordPress content in an app.
Managing WooCommerce data from an app is not a feature available in WP-AppKit.
I hope you will find the right tool for what you need.
Best regardsHi,
To send a message to one user you would have to pass his/her ID or email from the app to the push service (OneSignal/PushWoosh).
Is that what you intend to do?
It should be possible by using OneSignal’s external user ids for example. Then send notifications to users by ID or email.
It would mean passing WordPress user ID or email (which you have when you use WP-AppKit user login feature) from the app to OneSignal (using OneSignal Javascript API).
So this seems doable in theory but we’ve never tested it and it would require for you to be ok with some small PHP and Javascript development to add this feature to default WP-AppKit apps.
RegardsHi Claudio,
I see you’ve reached us on support email, we’ll handle you’re problem from there.
RegardsI close this issue as it is inactive. I hope you’ve been able to solve your problem.
Don’t hesitate to come back to us for any questions.
RegardsForum: Plugins
In reply to: [WP-AppKit - Mobile apps and PWA for WordPress] wordpress pluginsI close this issue as it is inactive.
Don’t hesitate to come back to us for any questions.
RegardsHi,
WP-AppKit version 1.5.5 is now available.
It embeds updated version of jQuery (3.4.1).
Once WP-AppKit updated, you can try to re-export the app zip, rebuild in PhoneGap Build and re-submit to Play Store.
Hope this solves your problem?
RegardsFrom your error message it seems that the jquery version is still the old one (3.2.1) instead of the new one (3.4.1) that I gave above (https://github.com/uncatcrea/wp-appkit/blob/development/wp-appkit/app/vendor/jquery.js).
Have you replaced the old one by the new one on your server? Then update the PhoneGap app version, re-export your app and rebuild the exported zip in PhoneGap Build, then re-submit to Play Store?
RegardsHi,
I’ve fixed the issue on our development branch on github : https://github.com/uncatcrea/wp-appkit/tree/development.
I will make the corresponding release on www.remarpro.com in the coming days, but in the meantime if you need a quick fix, you can replace the file on your server:
wp-content/plugins/wp-appkit/app/vendor/jquery.js
by this one, which is the updated jquery one:
https://github.com/uncatcrea/wp-appkit/blob/development/wp-appkit/app/vendor/jquery.js
RegardsHi, thanks for the feedback, I’ll look into that and udpate WP-AppKit apps jQuery version.
I’ll keep you informed when it’s done.