Can I use Firebase Push Notifications with Uno Platform? - firebase

Is it possible to use Firebase Push Notifications with the Uno Platform? There are some samples on how to do this with Xamarin Forms, but I could not find anything specific to Uno Platform (or MAUI for that matter).

Yes
The iOS and Android heads of Uno Platform apps are the same as classic Xamarin apps.
You can setup push notifications the same way you would with a regular Xamarin.iOS or Xamarin.Android with the SDK of your choice (like Firebase, OneSignal, etc.).

Related

Zebra Barcode Scanner SDK : Xamarin Forms

Are there any examples/GitHub projects/documents available online to integrate Zebra Barcode Scanning SDK into Xamarin Forms App for both iOS and Android ?
Moreover, Can we install our own Xamarin Forms App on Zebra Rugged Barcode Scanners ? If so what are the device types ?
The best resource for a Xamarin Forms app that demonstrates barcode scanning on a Zebra device is https://github.com/Zebra/Inventory and you can find links to the associated blog post in the README. That sample app uses DataWedge and not the scanning SDK which is the recommended approach for new applications. The app itself will work on iOS but will only capture barcodes on Zebra Android devices - if you also want it to capture barcodes on iOS or consumer Android devices then you will need to add that separately.

How to disable iOS part of FCM unity sdk?

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.

Does FCM support multilingual - Firebase Push Notification?

I am using Ionic latest to develop Hybrid app. I have integrated FCM with Ionic.
I am looking for Multilingual support in FCM (Android and iOS).
Does FCM support for Chinese, Bahasa languages?
If you have used FCM with Chinese, Bahasa languages, please advice?
Thanks in advance.

Appcelerator Windows Phone Push Notifications

Does Appcelerator currently have the functionality to register for Windows Phone Push notifications?
I cant seem to find any information in the documentation, or find any modules for this capability. Can only find information specifically for iOS and Android.
The Titanium Windows SDK nor Appcelerator Arrow Push supports Windows at the moment.
The next Titanium 5.3 release will be all about Windows so you can expect it to be in place next quarter.

Push notification for Iphone App using Flex mobile developement

Iam working with a flex mobile project which requires push notifications for both android and ios .Already done the android part using flex native extensions adding ane file. Interested to know about the IOS procedure
Take a look here - http://flashsimulations.com/2011/12/16/apple-push-notification-service-native-extension-for-adobe-air/
Finally got it worked in my project
Follow the steps provided in adobe devnet site
http://www.adobe.com/devnet/air/articles/ios-push-notifications.html
You have to create an account in urban airship to implement this
You need to use AIR 3.4 as Push Notifications is part of that release for both iOS & Android.

Resources