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
104 stars 50 forks source link

External user id is not being set #211

Closed sledderGIT closed 3 years ago

sledderGIT commented 4 years ago

Description: External id is not being set sometimes. I do OneSignal.Current.StartInit(_configuration.OneSignalId).EndInit(); in the AppDelegates FinishedLaunching then OneSignal.Current.SetExternalUserId(id); image But no external user id is set.

Environment

  1. Xamarin.iOS
  2. Com.OneSignal for Xamarin 3.10.0 via nuget
  3. iOS 13.5.1

Steps to Reproduce Issue:

  1. Add version 3.10.0 of the Xamarin SDK to your project
  2. Initialize the SDK with your App ID
  3. Set external user id in your App
  4. Check Onesignal Users panel
rgomezp commented 3 years ago

Howdy, Thanks for bringing this up. Would you please provide us with the logs from the device? Make sure you have set the OneSignal log level to VERBOSE. Cheers

rgomezp commented 3 years ago

Closing due to no response