Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

It seems there is lot of overlap between features provided by both of these services: contextually-aware smart push notifications in-app messaging across all connected devices.

Should we prefer Mobile Engagement over Mobile Servies?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
162 views
Welcome To Ask or Share your Answers For Others

1 Answer

It depends on what features you want. Also, don't forget Azure Mobile Apps - an extension to Azure Web Apps (Azure App Service) that has the same mobile properties as Azure Mobile Services, but with App Service advantages.

If your needs are more in-line with enterprise usage - you need data access to on-prem or cloud SQL services, offline sync, enterprise authentication, continuous deployment, A/B testing, an associated web site that uses the same backend - then Azure Mobile Apps (Web Apps) is the right choice.

If your needs are more in the consumer / brand space - engagement analytics and in-app messaging, then Azure Mobile Engagement is the right choice.

Both have application usage statistics and push notifications.

One does not preclude the other. You could, for example, write the mobile backend and associated web site in Azure Mobile Apps and then bring in the rich engagement analytics that Mobile Engagement to your apps.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...