Gartner confirms Convertigo #LowCode Mobile Development Platform as "Honorable Mention" in recent MXDP (Multi eXperience Development Platform) 2020 Study.
This confirms Convertigo's value for its Open Source Low Code platform targeting professional developers in large enterprises as well as its new Convertigo #NoCode module targeting citizen developers in smaller companies. Thanks to Convertigo's #LowCode & #Nocode technologies, Enterprises will now be able to build Mobile & Web apps with a fraction of the cost and time to deliver compared to traditional development.
Based on open standards such as #Kubernetes, #Angular & #NodeJS, Convertigo #LowCode platform can be used on premises or on the Cloud. The platform provides an "all in one" integrated solution for #MBaaS (Mobile Backend as a Service), Offline datasync, #LowCode back-end service design and #LowCode Front-end for pixel-perfect UI design.
Check out the platform for a free trial here:https://bit.ly/3gQ0vZx
French goverment has stated that it was not posible to travel more than 100 Km from home in the post containement phase of the COVID 19 Crisis. So, at Convertigo we decided to build an app showing the limits of traveling distances. Even more as we love airlanes and flying, it was an issue to know what are the allowed airfields for a given home address.This app was developed in deployed in 4 hours time and uses Convertigo Low Code technology to build all the components of the app :- A back end holding the POI (Points of Interest) database for Airfields and access to Google's geolocalisation APIs- A PWA (Progressive Web App) front-end displaying the map, POIs and maximum travel distance..- A DataSync to transfer the POI database to the client side.
Convertigo Mobility platform 7.8.0 is now released and available for Download. see here for details. https://www.convertigo.com/introducing-convertigo-7-8/
Using Low Code and DevOps technologies leads to the best mobile & web application production cycle (SDLC). See here how Convertigo can be combined with classic DevOps and Continuous Integration (CI) technologies to deliver the best agility processes for application development and production
Un article récent est paru dans le Monde Informatique à propos du Low Code, expliquant pourquoi certains developpeurs détestaient ce concept. Nous avons trouvé utile de répondre point par point à chaque "Frustration". Cet article explique en effet les frustrations que les développeurs pouvaient ressentir envers certaines plateformes low code. Or, toutes les plateformes ne sont pas équivalentes. Voici comment la plateforme Low Code Open Source Convertigo réponds à chaque point :
Pour conclure, ces frustrations sont sans doute réelles mais sont largement compensées par l’efficacité des plateformes low code d’aujourd’hui, surtout si elles sont open source, ouvertes et basées sur des standards du marché. D'ailleurs, une étude Gartner fait état que en 2024 le Low Code représentera 65% des applications d’entreprise !
Great news this week! Gartner gave Convertigo in its Magic Quadrant Study as an "Honorable mention" as an MXDP Vendor (Multi eXperience Development Platform). MXDP covers multi-channel apps development for building Multi factor apps for Desktop, tablets, progressive web apps, smartphones interacting with enterprise data, and conversional agents.Since Convertigo 7.6, Convertigo platforms ships with an Amazon LEX connector integrating Amazon's IA conversational agents in mobile apps in a few clicks!Gartner forsees that in 2023 more than 25% of the mobile apps, progressive web apps and conversational apps atlarge enterprises will be built and/or run through a multiexperience development platform!
Convertigo support Forums are now moved to stack overflow. This is to get a better responsiveness of the Convertigo community. Of course, all existing questions and answers are archived in the original Convertigo forums so that developers can still access them to get some valuable information. See this page
Convertigo Mobility platform 7.6.0 is now released and available for Download. see here for details. https://www.convertigo.com/introducing-convertigo-7-6/
Early Metrics assesses the growth potential of innovative ventures. Their ratings bring transparency to corporations, investors and entrepreneurs. The company promotes the most exciting innovations of tomorrow. Ratings are executed after a 3 main pillars: the management team, the project technology and the company's ecosystem. This scientific approach combined with an objective analysis, leads to independent ratings of tech startups.
Guess What? Using this approach, Convertigo has been Rated 10% of the 2200 Startups already rated by Early Metrics. This confirms that Convertigo is performing pretty well in the Low Code Enterprise Digitalization Market
Convertigo Mobile builder offers a way to authenticate users with their Google account in your Mobile application.
In your Mobile application, you may want to authenticate users by the built-in Android configured Google account (for Android devices) or directly the Google Sign-in form (iOS devices). Mobile Builder GoogleLogin component is the solution. It allows you to perform a Google authentication to retrieve some user's data. See the Convertigo component documentation here for more details on the different properties.
For this component to work properly, you will need to setup some Google configuration using the Google API Console. First of all, connect to the Google API Console here: https://console.developers.google.com/apis
Google API console
Then, create a new project. You can give it the same name as your Mobile Builder project.
New project
Add new OAuth client ID credentials for both Android and iOS platforms.
Adding OAuth 2.0 credential
OAuth 2.0 credentials list
Set the Bundle ID (iOS) and the package name (Android) to the name you set in your project (YourProject -> MobileApplication -> Application ID property or the name that has been automatically generated if property is left empty: com.convertigo.mobile.<projectName>)
When building your APK in debug mode, you can find the requested Signing-certificate fingerprint value by typing the following command:
keytool -list -keystore ~/.android/debug.keystore
Copy the SHA1 value to the Google developers console.
Signing-certificate fingerprint command line
Signing-certificate fingerprint Google console
You can verify the certificate fingerprint in your built APK by unzipping it and execute following command:
keytool -printcert -file CERT.RSA
You have to find back the same SHA1 value.
Signing-certificate fingerprint inside APK
Copy the iOS URL scheme and create a customAction component in your project and set the Application plugins property to:
Application plugins [[cordova-plugin-googleplus, 7.0.0, {REVERSED_CLIENT_ID: '<iOS URL schema>'}]]
Client ID for iOS
Convertigo Mobile Builder project (Studio)