C++

Firebase Android Push Notification Support with RAD Studio 10.3.1

Last year, Google deprecated Google Cloud Messaging, also known as GCM. We have built-in support in FireMonkey for GCM. Google has announced that the “The GCM server and client APIs are deprecated and will be removed as soon as May 29, 2019. Migrate GCM apps to Firebase Cloud Messaging (FCM), which inherits the reliable and scalable GCM infrastructure, plus many new features.” In this…
Read more
C++

RAD Studio Roadmap May 2019

With this article, the RAD Studio PM team is introducing an updated roadmap for Delphi, C++Builder and RAD Studio. This May 2019 roadmap includes plans for the next 12 months. Alongside, we have also published a May 2019 Roadmap PM Commentary blog post, with more details and…
C++

Twilio e SurveyMonkey – Maggio 2019 Riflettori sugli “Enterprise connectors” #ConnectTheData. [In italiano]

[English language version] Maggio segna l’inizio del nostro“Enterprise ConnectorsSpotlight”. Ogni mese, metteremo in evidenza due connettori scelti da un elenco di oltre 100 connettori. Tra i punti salienti troverete dei post sul blog, e un webinar gratuito che li tratterà più dettagliatamente. Inoltre, tutti i clienti attualmente abbonati agli aggiornamenti riceveranno anche…
Read more
C++

Boost for C++Builder 10.3.1 - now available!

The Boost library is now available for C++Builder and RAD Studio 10.3.1. Boost is a very important third party C++ library, and one many of our customers request support for.It’s taken us longer than we had hoped, but I’m very glad to announce it’s…
C++

Classic Tip: From Default Project Options to RAD Studio Option Sets

In early versions of Delphi and RAD Studio, a user could change some of the current project options and (with a check box) save them as default, that is as the initial options for any future project. It was also possible to change this configuration by selecting the Project Options when no project was active. This feature is long gone (I thinkit was dropped from XE2 or XE3). What’s the…
Read more
C++

iPhone X and iPad Pro resolution support on Delphi 10.3.1

With Delphi 10.3.1, you can build applications for the iPhone X series devices and iPad Pro with native resolution support. To support the newer resolutions, the overall configuration and some of the image names have changed. While this applies to new projects, existing…
C++

RAD Studio 10.3.1 HTTP and SOAP Clients Enhancements

In RAD Studio 10.3, Embarcadero moved the SOAP client implementation to the HTTP client library for all platforms, given the issues support HTTPS with the previous architecture (based on Indy) on mobile platforms. On Windows, there was already a native implementation, but based on an older Windows HTTP client library. This change caused some incompatibilities, we have started addressing in…
Read more