Questions tagged [temenos-quantum]

Kony is a cloud-first low-code omni-channel development platform that allows you to write a single codebase in Javascript and generate native applications for multiple operating systems and form factors, as well as Responsive and/or Progressive Web Applications. Though the product suite is diverse, the two core products are Kony Visualizer and Kony Fabric.

Temenos Quantum is a technology stack that enables low-code and/or cross-platform development of native mobile, tablet, wearable, desktop, kiosk and responsive and/or progressive web applications using a single codebase written in Javascript.

For mobile operating systems, Quantum generates true native UI, and executes the application logic inside a Javascript runtime, which maps specific API calls to the underlying OS's native capabilities.

Quantum was originally conceived by Kony Inc., which was acquired by Temenos in late 2019.

Quantum is officially marketed as a "Multi-experience Development Platform", and it is made up of several products:

  • Visualizer: An IDE for rapid low-code WYSIWYG omni-channel development.

  • Fabric: A cloud-native, middleware layer that delivers user authentication, API management, analytics and reporting, off-line data synchronization, model-driven development, workflow design and developer portals, as well as out-of-the-box integrations for social media, REST, SOAP, AWS, relational databases, MongoDB, OpenAPI, RAML, Oauth2, SAML 2.0, LDAP, IBM MQ, SAP, Salesforce, and others.

  • App Factory: An out-of-the-box, cloud-based CI/CD solution including build and test automation and quality controls.

  • Engagement Services: A campaign management solution that is capable of handling push notifications across Android and iOS, as well as email and SMS.

  • Forge: A portal for developers to publish and share reusable components.

Official Website:

https://www.temenos.com/platform/multiexperience-development-platform

158 questions
1
vote
1 answer

Ant build error = exec-shell returned:1

I am doing one demo project in Kony Studio. While running application for Android, I always getting Ant build error. Please check the error log, -post-package: [exec-shell] [exec-shell] /Users/mac/Library/Android/sdk/tools/ant/build.xml:1037: The…
SathishKumar
  • 1,644
  • 1
  • 14
  • 28
1
vote
0 answers

pass native android Webview object in kony FFI

I have created pdf WebView library in native android.In Static method,have to pass Webiew object and String.let me know how to pass webview object in kony FFI. Below am adding static method library code: public static void pdfGeneration(WebView…
sajid
  • 11
  • 1
1
vote
1 answer

Unable to configure Kony Studio with iOS sdk

I am following this tutorial to configure iOS sdk with Kony Studio. But I got following error :- java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java:1904) at…
1
vote
1 answer

Play audio in ios using kony FFI

Kindly go through the sample applications embedded in the below link (iOS Native & Kony) for playing the audio and TTS(Text To Speech). We have integrated iOS FFI for playing the audio and TTS functionality in Kony sample application. Finally we are…
GuruMurthy
  • 139
  • 1
  • 3
1
vote
1 answer

Kony - How to restart a memcached server

I am new to kony, Does anyone know how to restart the memcached server and location of start and stop files ? please help. thanks
Max
  • 5,380
  • 6
  • 42
  • 66
1
vote
1 answer

Kony Visualizer - Ctrl + space doesn't list out header and footers

Trying to access header or its widgets using code or API, Is there any existing APIs or single line code to access headers and footers ?. I am unable to see the list of options while doing a ctrl + space in kony visualizer editor, please help.
Max
  • 5,380
  • 6
  • 42
  • 66
1
vote
2 answers

Kony SPA application not loading in browser - HTTP ERROR: 500

i am new to Kony, i have build a simple app for iPhone and SPA, the build is successful but the SPA url is throwing an error as below, please help what could have gone wrong. error HTTP ERROR: 500 Channel not build RequestURI=/Gestures/p Caused…
Max
  • 5,380
  • 6
  • 42
  • 66
1
vote
1 answer

Kony Publish Services fails with error - Connection refused

I am new to kony, I am trying to publish service and its throwing the below error, please help. [01-18-2016 04:30:20]Opening connection to http://192.168.0.12:8080/admin/direct [01-18-2016 04:30:20]java.net.ConnectException: Connection refused …
Max
  • 5,380
  • 6
  • 42
  • 66
1
vote
1 answer

Kony: import image from phone to app

I'm making an android and ios app using kony and I want to be able to import an image from the phone's library (jpeg or png). I have the function for my import button here: this.control("btnImportPicture").onClick = function (button) { // Insert…
Barry Michael Doyle
  • 9,333
  • 30
  • 83
  • 143
1
vote
2 answers

Kony Service call opstatus 1000 debug

I am making a simple service call in my Kony application and i can see that opstatus is returning back value as 1000, i have looked into the kony docs about this, Can anyone please help how to debug and make this working ?
Max
  • 5,380
  • 6
  • 42
  • 66
1
vote
1 answer

Kony - Failed to publish Application for 'Services'

Trying to publish an app to Kony cloud and i am seeing the below error on logs. Please help to overcome the below error. [01-10-2016 11:04:24]{ "status_long_message": "Request conflict.", "status_short_message": "Conflict", "message":…
Max
  • 5,380
  • 6
  • 42
  • 66
1
vote
1 answer

KONY - IOException occurred while obtaining response: feed.foxnews: nodename nor servname provided, or not known

I am newbie to Kony trying to do a sample service call and i am seeing the below error, Can you please help what could have possible gone wrong with this. When i click on the getResponse button in studio i see below error, I have checked project…
Max
  • 5,380
  • 6
  • 42
  • 66
1
vote
1 answer

Debug iOS Apps - Kony Studio - failed to get tabs for debugging connection refused kony

trying to debug iOS Kony projects using Kony studio, have created a new cofiguration according to the tutorial from Kony bootcamp, I am not able to run the project in debug mode, I am getting the below error messages. Attached is the screen shots…
Max
  • 5,380
  • 6
  • 42
  • 66
1
vote
1 answer

Error while Publishing a App from Kony Visualizer

new to Kony , trying to publish a demo app from Kony Visualizer and getting a error message, can you please help how can i debug and view logs to resolve such erorr. Appreciate all the help.
Max
  • 5,380
  • 6
  • 42
  • 66
1
vote
1 answer

Kony - ant build error

After add maps android api, i have this error in build: UNEXPECTED TOP-LEVEL EXCEPTION: [exec-shell] [dx] java.io.FileNotFoundException:…
1 2
3
10 11