1

I am currently using Azure Notification Hub to send push notifications. I however also need to make use of in-app messaging, a feature I am only of being provided by Firebase at the moment: Firebase In-App Messaging

Does Azure/Microsoft have such a service?

pnizzle
  • 6,243
  • 4
  • 52
  • 81
  • You can read [Service Bus](https://azure.microsoft.com/en-us/services/service-bus/), hope it can help you. – Jason Pan Jan 14 '21 at 08:27
  • @JasonPan is it available for mobile? I'm trying to find info on that in that resource. – pnizzle Jan 14 '21 at 09:29
  • If you have a solution, can you send out the answer and share it with everyone? – Jason Pan Jan 26 '21 at 06:38
  • @JasonPan I did not find a solution. I will probably be going with Google's Firebase In App Messaging as it is 100% free at the moment. – pnizzle Jan 26 '21 at 06:53
  • You can search for the keyword `Azure Mobile Engagement`, which should be useful to you. – Jason Pan Jan 26 '21 at 07:10
  • If my solution inspires or helps you, please mark my answer as [accepted](https://meta.stackexchange.com/questions/5234/how-does-accepting-an-answer-work) , Tks~ – Jason Pan Jan 26 '21 at 07:10
  • @JasonPan AME is no longer around it seems. Sadly – pnizzle Jan 26 '21 at 07:14

1 Answers1

0

Newest

I found that when I clicked on the Azure Mobile Engagement link, the page jumped to the Visual Studio App Center page.

So I searched for relevant information and hope it will be useful to you.

Configuring App Center for Push Notifications

PRIVIOUS

Microsoft has Azure Mobile Engagement.

Azure Mobile Engagement is now generally available. Azure Mobile Engagement has SDKs available for Apple iOS, Google Android, Windows Universal Apps, Windows Phone Apps and Apache Cordova.

General Availability: Azure Mobile Engagement

Jason Pan
  • 15,263
  • 1
  • 14
  • 29
  • Azure Mobile Engagement has been retired my friend :( https://feedback.azure.com/forums/285737-mobile-engagement – pnizzle Jan 26 '21 at 07:12
  • Push Notifications and In App Messaging are rather different :) The link you provided is for push notifications. Im after in app messaging: https://www.kumulos.com/2019/07/22/in-app-messaging-vs-push-notifications-whats-the-difference/ – pnizzle Jan 26 '21 at 08:19
  • @pnizzle Then there should be no such services. – Jason Pan Jan 26 '21 at 08:22
  • Cheers for trying. Didnt know they had given that space a go before – pnizzle Jan 26 '21 at 08:34