Xamarin forms : Push notification support for android and ios.

Uragonda, Rajesh 31 Reputation points
2022-08-17T16:11:18.02+00:00

We are integrating push notifications to our xamarin forms app, as per the documentation pre-requisites, it says.

A developer unlocked physical device or an emulator (running API 26 and above with Google Play Services installed).

A physical iOS device that is registered to your developer account (running iOS 13.0 and above).

Question:

Does xamarin forms does not support Android for API < 26 and ios version < 13.0

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
262 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Rob Caplan - MSFT 5,412 Reputation points Microsoft Employee
    2022-08-19T21:09:26.517+00:00

    Added azure-notification-hubs tag as the limits in question from from ANH not from Xamarin.

    The given limits aren't overly limiting - iOS 13 is the oldest version of iOS still supported by Apple, and it will probably be dropped when iOS 16 comes out later this year as Apple generally supports the latest 3 versions. Android API 26 is six years old and I believe no longer maintained, though the Android support lifecycle is much less centralized than iOS'.

    1 person found this answer helpful.
    0 comments No comments