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
0 answers

MW8004 Kony Exception

After Calling post-processor in service i am getting following error. MW8004: Error occurred while invoking the post processor: I tried without post-processor then service is working fine. In post processor class just printing log using log4j. No…
1
vote
1 answer

what does opcode==0 signify?

I am using Kony studio for an app development. I have done the login validation using Eclipse to code for creating web services to connect to the oracle10g database. But on the front end I'm getting an error, when I'm trying to connect the front end…
1
vote
1 answer

XAP build is not installing on Window Phone 8?

Does anybody know about building details for Windows Phone 8 in Kony Studio?. I have installed all the requirements for Windows Phone 8 Device . But, I am unable to run on emulator due to Hyper V settings. Because my processor haven't…
Aarumugam
  • 11
  • 4
1
vote
1 answer

Kony Forms - produced in what form?

I am trying to understand the form in which the mobile UI portion of a KonyOne Studio hybrid app is produced and whether I can have a disconnected hybrid app. As I understand it now for hybrid apps (Web and native parts), Forms in the KonyOne…
jeff
  • 109
  • 1
  • 1
  • 9
1
vote
3 answers

Lua and native code in Kony Studio

I am trying to understand the "write once deploy anywhere" feature of Kony Studio. What about native code? I know that Kony added JavaScript support in V5 but as I understand it that is just for the Web-based app portion. Am I correct to assume…
jeff
  • 109
  • 1
  • 1
  • 9
0
votes
1 answer

deploying kony app in iphone device

I am facing some problem in kony platform. I can able to deploy the iphone app created using kony platform in simulator by using their guide. If i tried to deploy same app in iphone device i am getting some errors. Undefined symbols: …
KingofHeaven
  • 1,195
  • 3
  • 14
  • 27
0
votes
1 answer

Error while communicating with provider Kony fabric

Hi I'm getting this error msg when trying to login for 1st time.Im unable to login but this issue is temporary.after 2 or 1 attempt I'm able to login. Issue is reproducing intermittently Can any one help on this Help on this.Kony quantum fabric
0
votes
1 answer

Kony `MarketPlace ` menu is missing from menu above

I was trying to locate the menu MarketPlace from the top menu according to the kony documentation, but it's NOT here.
Chen Tian
  • 79
  • 8
0
votes
2 answers

Is it possible to import a project in Kony visualizer enterprise edition which was created in Kony quantum?

Can a project created by Kony quantum to be opened by Kony enterprise edition? I have already tried and got the attached error, knowing that the version I use for both editions are 8 SP 4 as shown in the image Unsupported project version This…
0
votes
1 answer

debug apk on browser

I have an apk which is built on the KONY platform. I want to debug the apk by viewing the files on the browser to place debug points. I want to use a device farm platform such as pCloudy where I can link a device from the device farm to Kony. Is…
0
votes
2 answers

Can you Integrate Temenos Quantum (Kony Mobile Fabric) onto a flutter application?

Temenos Quantum or Kony mobile fabric is a platform that can be used to create and integrate backend for applications, it is primarily used in conjunction with temenos visualizer to develop hybrid applications that can run on multiple platforms. My…
0
votes
1 answer

How to create Entanglement, Superposition and interference?

I am looking the way How to create Entanglement, Superposition and interference? Can someone help to show how to code in qiskit? and the docs related to these mentioned above? Thanks
0
votes
1 answer

Android - Firebase Deeplink URL is lost when we call the deeplink URL from another website instead of passing it directly in href tag

We are using hybrid platform - kony for mobile application(android and IOS). I have configured dynamic links in firebase dynamic links section. When we add the links directly in our email buttons as href tag and if user clicks that link in gmail…
Ramya
  • 1
0
votes
1 answer

Error code 605 while trying to use biometric authentication on Android phone

When I install and run the apk on my device (Samsung Galaxy M30S, Android Q), and request for biometric authentication for login, it throws error code 605. How do I resolve this? Error Code: 605 Error Name: null Message: Error in JavaScript callback…
0
votes
2 answers

Export a popup from Kony Visualizer V8 and import it to Kony Visualizer V9

I have a popup in code written in Kony visualizer V8, I want to export all of them and import it to Kony Visualizer V9. Note: Kony Visualizer V9 doesn't support the normal popups and I don't need to create it from scratch. This is the popup's image…