I'm stuggling with meteor and push messages. i followed this guide: http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1
so far when i test my certificates it works but when i deploy the app on my iphone and i try to send a push message i got: Got error code 8 for token [my device token]
I searched google for this problem but i didn't find any solution. can anyone please help me with this?
thanks in advance
Related
I am trying to send push notifications, to iOS Devices which was working pretty well, but suddenly it started throwing the following error:
stream_socket_client(): SSL operation failed with code 1. OpenSSL
Error messages: error:14094438:SSL routines:ssl3_read_bytes:tlsv1
alert internal error
I checked with server port 2195 and 2916 both are enabled and double checked the .pem file which seems correct too.
I would appreciate if I can get help on the above error.
Thanks
Hi you should export Apple push service certificate screen shot given below and export it, Iam also got same error now fixed by export this certificate.
Let me know if you have any clarifications.
When I am clicking for generating OTP with signinwithphonenumber() method. Firebase returns "Error: An internal error has occurred." this error in some iOS devices. While in development it is working fine. But test flight build returns this error in some devices and working fine with other device. I have done coding in react-native.Can anyone please help me resolving this issue? It would be a great help.
Thank you.
I am iOS developer. I have 1 issue and would like to get your advise!
This is:
I am using my iPhone install my app to get device_token_1.
Then i uninstall and reinstall the app to get new device_token_2.
Now on server side, i push APNS to device_token_1 & device_token_2.
Expect:
Push to device_token_1 will be get error message
Push to device_token_2 will be success.
But actually:
Push to device_token_1 success (no error message)
Push to device_token_2 success.
Anyone can help me on this issue?
Thanks & Regards,
Anthony
I am following all the instructions here (i'm using Swift) without error. I can even build the project fine. When I connect my iPhone (5C) and try to run the app on the phone, I get the following error
Here's the error message in case it is not visible in the image:
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-stdlib-tool failed with exit code 1
What am I doing wrong? I am using iPhone 5C for this.
hate to answer my own question but this issue is resolved now. I restarted the project completely and followed all the steps again, no issue anymore.
I integrate chartboost sdk in my app. I use latest sdk and perform each step according to documentation.
When I run the app Chartboost ad is not coming and when I log the error it gives me error code 5. Can anyone tell me what is error code 5 in chartboost?
please help me.
Finally, I got the solution!!!
The error 5 means that there is a network error. One reason for its occurrence is incorrect chartboost Id or chartboost signature.
In my case I enter wrong Id that's why I am getting this error and advertise is not displaying.