Questions tagged [appery.io]

Enterprise cloud-based app builder and MBaaS

Mobile integration platform for the development and delivery of cross-device applications. It combines enterprise-grade integration middleware with a browser-based rapid development environment and mobile backend services. Appery.io claims to enable developers and business analysts to rapidly create and run apps

Appery.io is developed and marketed by Appery, LLC, a wholly owned subsidiary of Exadel, Inc.

56 questions
11
votes
3 answers

What is a good alternative to Firebase for user management, more specifically for Python?

What is an alternative to firebase for user management/auth for python apps. I know I can use node.js w/ firebase but, I would rather authenticate users through a managed 3rd party API in python using HTTPS requests,if possible. Appery.io has this…
4
votes
1 answer

How can I call the API in my Appery.io Ionic 5 application?

I am using Appery.io online builder and could you please tell me how can I call the API in my Ionic 5 application?
James More
  • 107
  • 3
4
votes
1 answer

DB Connection to Godaddy

I am using Appery.io platform and I've created an API on the GoDaddy and then get an error like in this image. What is the solution?
2
votes
1 answer

Push Notifications: error occurred while loading the keystore: invalid null input

[Appery.io] Ionic application doesn't receive Push Notifications. I send it using Appery.io tool, but I everytime see the error in the tab History and Schedule: error occurred while loading the keystore: invalid null input. Has anybody dealt with…
2
votes
2 answers

Cordova InAppBrowser - How to return to app on iOS device after clicking link

I am trying to allow the user of my Cordova Appery.io iOS app to click a link in the app to visit a website and be able to return to the mobile app. The issue on iOS devices is the user has no way to return to the app from the website without…
Steve Lacy
  • 31
  • 4
2
votes
1 answer

How to show the text from the right to left in the Appery.io app?

I have created an app on the Appery.io app builder and i need to show the text from the left side to the right. How it can be implemented?
James More
  • 107
  • 3
2
votes
1 answer

How to use "window.open" in iOS for js command?

I am using Appery.io app builder and my app is JQM with v5.3 libraires version I have to js code in click event and run in Android but not in iOS. I tried this and the same result. Anything argument in window.open run in Andorid but not in IOS…
James More
  • 107
  • 3
2
votes
1 answer

Value of component in IONIC 5

What is the equivalent code for this in IONIC 5? JQM Code: var EmployeeID = Apperyio('EMP_IDNo').val(); IONIC 5 Code: ??? let EmployID = I haven't seen documentation regarding getting the using typescript in Ionic.
2
votes
1 answer

Appery.io API Express Timeout

I have brought this up before. Being in South Africa, it is impossible to use API Express due to the fact that your max timeout is 10 000ms. This is hardly enough due to network latency between South Africa and America.
2
votes
1 answer

How to customize the background image of an Ionic 5 app?

I'm trying to set an image takken from media manager in appery in my Ionic App, using Ionic 5... but the image doesn't show. I'm using following code in the SCSS section: ion-content { --background: no-repeat center/cover…
James More
  • 107
  • 3
2
votes
1 answer

How to return form the web(iOS) back to the app?

I am using an online builder for my app(ApperyDotIo, JQM framework). My application works fine with one exception. I have an in-app link to my website. The link in the iOS app, the link takes me to the page but since the iPhone doesn't have a "back"…
Daniel Dias
  • 263
  • 1
  • 6
2
votes
1 answer

apperyio, ionic5, input[type=file], load image asset to the image

I'm trying to load an image from the input[type=file] to the image on a page. Is it possible to do it without uploading a file to the database? More info about what i need
John802
  • 71
  • 4
2
votes
1 answer

Cordova alternative/best practice for setInterval()?

I am currently sending UDP packets to a remote server using javascript's setInterval() function to loop through the process every 100ms. My issue is that this seems somewhat unreliable since it is running on the same thread as the UI. Is there a…
TheJason
  • 494
  • 6
  • 18
2
votes
1 answer

How to upload imageDataBase64 image using appery.io and API?

Currently I'm developing an app that's able to snap photos and upload to a server and return true and photo name using appery.io. Now I'm able to snap the photo and get the image in imageDataBase64 format, but I don't know how to upload it to my…
chyman-91
  • 263
  • 3
  • 5
  • 12
2
votes
1 answer

Appery.io Azure SQL Connection

Has anyone been successful making a connection from Appery.io API Express to an Azure SQL Database? If so can you help me please?
Andy
  • 299
  • 1
  • 2
  • 13
1
2 3 4