Amauri
Forum Replies Created
-
Forum: Plugins
In reply to: [WPMobile.App] Documentation for shortcodesFrom the block design section you can add some text above the lang switcher.
Not possible to change how he’s rendered.
Forum: Plugins
In reply to: [WPMobile.App] Android: Update issuesHi
These MEDIA permissions have been removed for years now.
If you still get this message from Google, an old app version is still published.Forum: Plugins
In reply to: [WPMobile.App] Support for Universal Links (iOS) and App Links (Android)Hi Lucas,
Unfortunately, no, deep linking is not possible with the wpmobile app 😕
Forum: Plugins
In reply to: [WPMobile.App] How can I open link in IOS browser and not in appOn iOS it open an embedded browser inside the app, it doesnt switch to the browser app.
Forum: Plugins
In reply to: [WPMobile.App] Log in in to your websiteHi
Sure, it’s still live. No issue on the access.
Did you tried to login/register with a multiple fails? If yes you can be temporary banned by the security system.
Reach me at [email protected]Can you just paste the error log and not this messy AI text? Thanks !
Forum: Plugins
In reply to: [WPMobile.App] product pages are empty on appHi
To be able to use your custom code on the functions.php on the app you have to use the same theme as the website on the app.
You can change it from the wpmobile plugin > theme and colors.
Forum: Plugins
In reply to: [WPMobile.App] Multiple apps from the same siteHi,
No, thats not possible, only one app/website.
Forum: Plugins
In reply to: [WPMobile.App] Dynamically change the Status Bar Background Color?Hi
Thats currently not possible but that a good idea, I note for a future release.
Forum: Plugins
In reply to: [WPMobile.App] Custom Push notificationHi
You can target by email.
Use this PHP function:
Â
wpmobileapp_push($title, $message, $image, $link, ‘all’, ”, $user_email);
Â
$image have to be a link or empty string and will be only displayed on the push history on app, not on the notification center of the phone
$user_email if you want to target a specific user or an empty string
Forum: Plugins
In reply to: [WPMobile.App] Gravity Forms notificationsYes 👌
Forum: Plugins
In reply to: [WPMobile.App] Gravity Forms notificationsWhen Gravity Forms send a mail, it’s sended as push notification.
Forum: Plugins
In reply to: [WPMobile.App] Accepting payments in appEdit, new agreement from Apple, it’s now ok for US apps:
The App Review Guidelines have been updated for compliance with a United States court decision regarding buttons, external links, and other calls to action in apps. These changes affect apps distributed on the United States storefront of the App Store, and are as follows:
3.1.1: Apps on the United States storefront are not prohibited from including buttons, external links, or other calls to action when allowing users to browse NFT collections owned by others.
3.1.1(a): On the United States storefront, there is no prohibition on an app including buttons, external links, or other calls to action, and no entitlement is required to do so.
3.1.3: The prohibition on encouraging users to use a purchasing method other than in-app purchase does not apply on the United States storefront.
3.1.3(a): The External Link Account entitlement is not required for apps on the United States storefront to include buttons, external links, or other calls to action.Forum: Plugins
In reply to: [WPMobile.App] Accepting payments in appHi
For a membership website where you sell a subscription, it’s still not possible with wpmobile.
Forum: Plugins
In reply to: [WPMobile.App] Updating information on the website and in the appHi
There is no cache or time synchronization on the app, it directly load the content from your website.
It’s probably a cache on the website side.