Troubleshooting
In this section, you can find guides that can help troubleshoot any Natively-related issue.
FAQ
I'm seeing an error related to the Natively plugin when I try to use an action.
This usually happens when the plugin can't find the element it needs to trigger the action. Here are a few things to check:
Visibility: Make sure the element associated with the action is placed on the page and is visible.
Element Location: Don't place the element inside another element that might be hidden when you need to use the action (like a floating group, popup, focus group, or repeating group).
Required Fields: Ensure all the required fields for the action are filled in. If you're using dynamic data, double-check that the values are not empty.
My app was rejected by App Store / Google Play
Often some apps are got rejected by App Store or Google Play. It's normal.
First, you need to read the reason for the rejection message and apply the action steps.
Many rejections from Apple/Google teams are related to inaccurate descriptions. It might be related to unclear permission texts, In-App purchases product descriptions, or event application descriptions in a store. Here you can find a few useful links that can help you fix the problem:
After I close the app and then open it, data in RG are not updated (Chat case)
Unfortunately, we cannot handle this since it's a bubble socket issue. Check this thread on the bubble forum.
I'm seeing an error when I try to rebuild my app - new agreement is missing
Go to your App Store Connect and follow the instructions provided in the yellow banner at the top of the page.
I'm seeing an error when I try to rebuild my app - app version
This error appears when the app version in your Natively dashboard is lower then the app version in your App Store Connect > TestFlight. Or if the current version in your TestFlight is closed for new builds. If the app's version in TestFlight is 1.0.0, please provide version 1.0.1 (or higher) for a new build in your Natively dashboard. You can find more about app versioning in this article: https://semver.org/
If you still have any issues, contact us on support chat or by email at support@buildnatively.com
Last updated