Questions tagged [visual-studio-app-center-push]

Visual Studio App Center Push allows you to send Push Notifications to Android, iOS, Windows, and macOS apps

9 questions
1
vote
2 answers

AppCenter.ms push notifications for Xamarin.Forms not coming through on Android

I've followed 2 tutorials on this - Android Push Notifications in Xamarin.Forms, setup AppCenter.ms and Firebase, following all instructions: https://www.youtube.com/watch?v=t-mvM6visKU https://www.youtube.com/watch?v=TT11e_YCRwI Everything works…
1
vote
0 answers

Failed to install 'cordova-plugin-appcenter-analytics': undefined

While Adding push plugin into cordova app I get the below error. I have tried updating cordova and installing cocoapods, but still the same error. "framework" tag with type "podspec" is deprecated and will be removed. Please use the "podspec"…
1
vote
0 answers

Count of unread messages as a badge on the app icon not working

I've implemented push notification via App Center Push for my xamarin.forms project. On my android 9 device "Honor P 10 lite" the counter for the unread messages is not visible any more. I know that with android 9 so called "notification dots"…
1
vote
1 answer

Can I Remove Push.SetSenderID(string) Now That It's Obsolete?

Is it safe to remove the line of code that calls Microsoft.AppCenter.Push.Push.SetSenderId, which has been marked obsolete? I updated Microsoft.AppCenter.Push, increased the Xamarin.Android target framework to 8.1, updated AndroidManifest.xml, added…
Brandon Minnick
  • 13,342
  • 15
  • 65
  • 123
0
votes
2 answers

App Center Push Notifications rate limits

I have implemented App Center Push notifications in my Xamarin forms app, with several messaging strategies. send same message to list of users. Note The App Center Push to User feature limits notifications to 100 users and up to a maximum of…
ChampChris
  • 1,565
  • 5
  • 26
  • 44
0
votes
2 answers

How to Remove the User Id and/or Device Id/info from User Id from App Center Push SDK

I have added the UserId (email) in app center sdk using AppCenter.SetUserId("your-user-id"); Now I want to remove these userid from app center sdk. I am not seeing any method for this. Also, As per my understanding whenever we add user using…
0
votes
1 answer

App Center REST API / Push - Custom Users and Custom Properties

I'm using App Center Push - works great. I'm sending via the user list (user_ids_target). I'm using Xamarin Forms - so the user could be on either iOS or Android (or both). I was hoping to be able to query the App Center api via Rest to get a list…
Klein
  • 118
  • 2
  • 8
0
votes
1 answer

How to trigger App Center Push from my asp.net Web API?

I'm making an android Xamarin.Android. I finished the android application and now I want to add remote push notifications based on my item condition in my database that can accessed from ASP.Net Web Api. I succeeded sent notifications from App…
0
votes
1 answer

How to Send Push Notification from Xamarin Form app?

Hi I am new to Xamarin forms App development. I recently set up Push Notifications through App center & Firebase. This allows me to send push notifications through their console. However Is there Library or Nuget Package By which I can send These…