If there was a way to download all the libraries from the hosted server that would be fantastic.
It's hard to be looking for all the necessary libraries.
Yesterday I helped a friend to download Firebase, GoogleMaps and also iSvg.
There could be a way like sdkmanager to download enough libraries from the hosted server.
GoogleMaps Tutorial
The iGoogleMaps library allows you to show a map inside your app: It is similar to B4A GoogleMaps library. In order to use it you need to get a free api key from Google. Follow the "Obtaining an API Key" steps: https://developers.google.com/maps/documentation/ios/start#obtaining_an_api_key...
Firebase + AdMob v3.00
Edit: Latest version of Firebase + iAdMob is included with the builder. A new package with an updated Firebase and AdMob sdks is available. Updates: - iAdMob v4.10 is included in the package. It fixes an issue with RewardsAds not raising events. Note that the internals of this type have...
iSVG (Scalable Vectors Graphics)
This library is based on SVGKit open source project: https://github.com/SVGKit/SVGKit It allows displaying SVG graphics. There are two steps: 1. Initialize the SVG object with the SVG file. 2. Export the SVG to a Bitmap based on the target size. Repeat step #2 whenever the ImageView size...