Posts by Jáder Carvalho de Medeiros • 46 points
5 posts
-
1
votes1
answer143
viewsA: Ios does not receive push Notifications
Try that code in C#: public static void EnviarNotificacaoPush(string tokeDispositivo, string mensagem, string caminhoCertificado, string senhaCertificado) { using (var certificado = new…
-
0
votes1
answer124
viewsA: How to Push Notification for iOS? (preferably using C#)
I solved the problem using this code in C# below: public static void EnviarNotificacaoPush(string tokeDispositivo, string mensagem, string caminhoCertificado, string senhaCertificado) { using (var…
-
1
votes1
answer124
viewsQ: How to Push Notification for iOS? (preferably using C#)
I can already send push notification to Android. Taking into account that I already own all keys, device token and certificates, how is it possible to send a push notification to iOS? I saw in some…
-
1
votes2
answers161
viewsA: Cordova-plugin-globalization Unable to download plugin
I followed the guidelines of the second most voted option of that question: https://stackoverflow.com/questions/18419144/npm-not-working-read-econnreset and solved my problem. I don’t know why a…
-
0
votes2
answers161
viewsQ: Cordova-plugin-globalization Unable to download plugin
I am trying to install the plugin Globalization in my project using Cordova and while trying to add I get the following error: Error: tunneling socket could not be established, cause=connect…