Push Notifications Ios

Asked

Viewed 104 times

-2

I would like to add push Notifications to my app, I would like someone to explain to me what this whole process would be like since the data enters a SQL Server database and my app receives this data via json api and does not have access to the database.

  • https://answall.com/help/how-to-ask

  • What is the relationship of C# with iOS and Swift? ._.

  • The base of my system is in C# I believe that to trigger these notifications I will have to create a C# application that sends the information to the Push Notifications server or I am wrong??

  • 1

    Good afternoon @Juliofigueiredo , guy take a look at Firebase, there you can use the messaging service - FCM. You can use it for IOS apps, and your backend even though it’s in C# can interact with the google service to notify your app. Any questions just call. Ah the messaging service is free :) https://firebase.google.com/products/cloud-messaging/? hl=en

  • @Arthurcordovastapassoli looked yes, I even made an account on Amazon too, what I do not know is how to start this, if you have some tutorial for me to take a look thank you, I’ve seen several on how to implement in the app, but I can’t find anything about how to send here from my part of where the data is stored for example. I have a C# system that corrects tests, every time a new test is corrected I would like to notify each student, so can I make my application c# chat with the Firebase server?? , would this be??

  • 1

    That’s right, your backend can chat with the Firebase server and then notify the app. I’ll post a tutorial on how I did it right away.

  • @Arthurcordovastapassoli cool I’m waiting for the tutorial

Show 2 more comments

1 answer

1

Look friend, your question is a little difficult to understand, however, to push Notifications you can use Onesignal that has support for everything nowadays, Xcode, Android Studio, Unity etc.

Onesignal: https://onesignal.com/

  • Wendel did not know, I took a look at their site and now I will look for some tutorial to implement this there, if you have any good there and want to pass me thank

  • There is a lot of lost tutorial out there, and their documentation is quite complete. Just go young!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.