ANSWERED

Do Navigation Changes Require a Rebuild?

I recently needed to make a change to my site navigation, but it's not showing up in the app. Do navigation changes require a rebuild and upload of the app?
ANSWERED

Upload Amphy.com apps to Apple's App Store

Hi, I work at Amphy.com. We are trying to upload the app to the Apple's app store. We have gotten the following email from Apple Store Connect: ![](https://files.readme.io/7b7170d-image.png) How do we proceed? I really want to go live very soon so this is becoming urgent. Thank you
ANSWERED

Back Button Warning

Hello I Have been trying so hard to get it done. So, What i want is when im at my home page, When i press the back button on my phone the app just exits. What i want is it to show a warning that you are about to exit the app. Is it possible?
ANSWERED

Device Orientation Lock

Hi, We have "Screen Orientation -> Auto Rotate" enabled for all device types in our configuration. However, when users activate the "Orientation Lock" on their devices, it's being ignored within the app. Is there a way to modify this behavior and ensure that the app respects the device's "Orientation Lock" setting? Thank you, François
ANSWERED

Google Play

App Update Required > The developer of this app needs to update it to work with this version of Android. => I have rebuild my app and downloaded twice today but still seeing the same error message above. What should I do??
ANSWERED

I published the app on the apple store but its not working cuz of the license

Hello, I rebuilt the app and published it yet it still show the screen error for not owning the licences to publish the app. if i make any updates do i have to redo the whole steps and rebuild, then put on xcode again and repeat the process or will it take the latest update when i click rebuild. hope u can provide me with some gaudiness on this as we been struggling for weeks with the same issue
ANSWERED

Why I cannot change the splash screen?

When I made my first app, I was able to change to a custom one, but later the app creating page didn't allow that.
ANSWERED

How much does it cost to build app and publish it on Google play

How much does it cost to build app and publish it on Google play
ANSWERED

App status bar is covering up webpage menu bar after rebuilding

After rebuilding my app and downloading APK, I realize that the App status bar is now covering up some content on the webpage, such as the menu. In my last edits, I tried to edit the appConfig.jason file but later discarded. After rebuilding I see this app misbehavior. How do I solve this?
ANSWERED

oneSignal Plugin having lack of implementation with button ids

Hi there, I checked on `OneSignalNotificationHandler` class and there is no implementation for buttonAction Id sending to "gonative_onesignal_push_opened" ,method. We are only sending "data" object from notification. I checked on `notificationOpened` method and `if (targetUrl == null)` then we are sending "additionalData" only to that bridge along with javascript. How we can handle implementation when action button is clicked from mobile apps ?