OneSignal / OneSignal-Xamarin-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Xamarin app with OneSignal. https://onesignal.com
Other
105 stars 50 forks source link

Missing Google Play Services Library to All Registered Devices #180

Closed santosh-3e closed 4 years ago

santosh-3e commented 4 years ago

I am getting

Missing Google Play Services Library

to my registered device. I am using com.OneSignal 3.7.1 , Xamarin.Forms 4.4.0.991537.

Please let me know what is the issue.

Below is my androidmanifest file

<?xml version="1.0" encoding="utf-8"?>

and Below is my App class

    public App()
    {
        InitializeComponent();

        MainPage = new MainPage();

        OneSignal.Current.StartInit("cacd328a-1659-4cae-b250-c7ee2c0ed278")
         .EndInit();

    }
santosh-3e commented 4 years ago

I have changed my AndroidManifest.xml file as below to resolve above issue

<?xml version="1.0" encoding="utf-8"?>

But now its showing error as

No Push Token

for registered devices.

rgomezp commented 4 years ago

Hello @santosh-3e , If you are still seeing this issue, I recommend you reach out to our support channel over at onesignal.com

Cheers