How to use Push Notifications in Xamarin Forms

后端 未结 6 1173
北海茫月
北海茫月 2020-11-28 01:15

I have an app using Xamarin.Forms targeting IOS, Android and WP 8.

I need push notification feature in my app.

I have seen the pushsharp demos

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-28 01:58

    You might look at the Appboy Component which has support for this out of the box. https://components.xamarin.com/view/appboy-sdk-bindings

    As others have said, you can't do generically without some platform-specific components.

提交回复
热议问题