We have to develop a Flutter application with your SDK, however, we must allow the use of your SDK in offline mode. Unfortunately, the premium version is not yet developed for Flutter. What do you think is the best approach to allow using offline mode on a Flutter project?
Our 4.x SDKs are currently in active development. Offline mode including map, positioning, routing etc has been planned for the 4.x SDKs. Some of the modules will be available in the upcoming releases. So, please check back later for the update.
Related
Google recently released Flutter 3.
And at the same time, Flutter projects are now supported in the Firebase console as well. However, in the past, it was possible to register and use each Flutter project in Android IOS. What's better? I am thinking of changing
I have an old project that needs updating. It is using the MSDKUI.
There is a note at the bottom of the MSDKUI iOS githib page:
https://github.com/heremaps/msdkui-ios
Maintenance Notice
The MSDKUI project will be discontinued as it is incompatible with the new 4.x HERE SDK releases.
I am using the Enterprise API for the truck routing features. The Enterprise API is on v3 and the Navigation API is on v4
Do I migrate off of the Enterprise API to the Navigation API?
If I can continue using the Enterpise API do I need to immediately come off of the MSDKUI? Or can I continue to use that + the Enterprise API for a while until the Enterprise API moves to v4?
As stated in the maintenance notice: The HERE team does not plan any additional feature implementation for the future. This repository will stay online and it can still be forked and used for commercial or non-commercial projects, but we plan only limited maintenance work from now on.
There is no need to switch immediately but I would recommend to get in contact with us to start evaluating the Navigation release based on 4.x.
I would recommend to migrate from the older 3.x version to the new 4.x editions, e.g. the HERE SDK Navigate Edition for iOS.
It has excellent truck features, like dedicated truck warning functions and truck map layers.
The documentation for 4.x also provides a migration guide that explains how easily you can migrate from Premium to Navigate.
Regrading the MSDKUI toolkit: There's no equivalent yet, but if you consider to switch to Flutter, then you can benefit from this new Ref App project on GitHub. It has a lot of ready-made UI and it's free to use in commercial apps.
Im using the android part of FCM unity SDK for my game, and a standard APNs integrate for iOS platform.
So I want disable the iOS part of FCM unity sdk completely, I removed all the plugins in iOS folder, disabled cocoapod settings, but still got this error
No GoogleService-Info.plist files found in your project.
Finally I just follow the SDK guide download a GoogleService-Info.plist file from firebase console, mute the build error.
I think this is the only way to disable the iOS part currently.
I would like to ask that, how can I use the firebase cloud messaging to support my current minimum sdk version 9 of my app? Or should I use back google cloud messaging?
Thanks.
If you want to support Android versions < 14 you need to use Google Play libraries (or Firebase libraries) that have been released before February 2017 (version 10.2)
In February Google released Google Play services and Firebase 10.2 and changed the minimum required version of Android to 14:
https://developers.google.com/android/guides/releases#february_2017_-_version_102
Android version 2.3.x (Gingerbread) Deprecation
Google Play services 10.2.x is the first release that no longer
includes full support for Android version 2.3.x (Gingerbread). Apps
developed using SDK release 10.2.x and later require a minimum Android
API level of 14 and cannot be installed on devices running API
level below 14.
To learn more about your options, including building
multiple APKs to extend your app's support for Android Gingerbread,
see the Android Developers Blog.
I'm currently looking for a WordPress plugin which is compatible with Firebase Cloud messaging. I'm trying to create a Xamarin app and want to pull data from a WordPress site. Firebase is now recommended over Google cloud Messaging, however I can't seem to find any plugins that are compatible with it?
Does anyone know any they would recommend for this?
Appreciate the help you guys!
Firebase Cloud Messaging (FCM) is the "next" version of GCM...
For Xamarin.Android there is a beta Nuget currently available:
<package id="Xamarin.Firebase.Messaging" version="32.4.0-beta2" targetFramework="monoandroid60" />
Ref: https://github.com/xamarin/XamarinComponents/issues/29
For Xamarin.iOS:
No prebuilt Nugets available yet...
Google provides the iOS frameworks via CocoaPods and a downloadable .zip, I am using Xamarin.iOS Binding projects for Firebase on Xamarin.iOS.
Ref: https://firebase.google.com/docs/ios/setup
For Xamarin.Forms:
No prebuilt Nugets available yet...