-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOS Push. #117
Comments
Is anyone know something about this problem? I have same problem. |
I have the same problem... any fix for this? I have every permissions enabled. |
Did you use the Firebase library to convert the APNS token to a Firebase token? You cannot use the APNS token (in your example, |
@bontibon Do you have any examples of how to convert this TOKEN? |
@AmaralDR I don't, as I decided to implemented separate GCM and APNS logic on my server. |
Hey, im using xamarin-plugins with firebase.
I'm not getting the push.
That is what I have.
`[Register("AppDelegate")]
public partial class AppDelegate : global::Xamarin.Forms.Platform.iOS.FormsApplicationDelegate
{
//
// This method is invoked when the application has loaded and is ready to run. In this
// method you should instantiate the window, load the UI into it and then make the window
// visible.
//
// You have 17 seconds to return from this method, or iOS will terminate your application.
//
Console
2017-04-06 17:22:23.828 Rest.iOS[2555:2041400] CrossPushNotification - Token: b8703e9e4e5084270d1f887a4e8d1ff08c245f35531337f8e414d688d [0:] Push Notification - Device Registered - Token : b8703e9e4e5084270d1f887a4e8d1ff08c245f35531337f8e414d688d
The text was updated successfully, but these errors were encountered: