Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/xamarin/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
xamarin android订户标记无法与azure集线器通知一起使用_Android_Xamarin - Fatal编程技术网

xamarin android订户标记无法与azure集线器通知一起使用

xamarin android订户标记无法与azure集线器通知一起使用,android,xamarin,Android,Xamarin,我正在使用android xamarin和azure通知中心 当我发送到所有的工作。例如,当我只发送给带有标签“falcons”的用户时,设备上的信息就不够了 var hubRegistration = Hub.Register(registrationId, "falcons"); 有什么想法吗?谢谢。我不明白您所说的“当我仅向带有标签“falcons”的用户发送时,例如,设备上没有足够的信息。”所有包含标签“falcons”的用户都将收到我发送的通知。我识别并选择它们。上面的代码就是客户端

我正在使用android xamarin和azure通知中心

当我发送到所有的工作。例如,当我只发送给带有标签“falcons”的用户时,设备上的信息就不够了

var hubRegistration = Hub.Register(registrationId, "falcons");

有什么想法吗?谢谢。

我不明白您所说的“当我仅向带有标签“falcons”的用户发送时,例如,设备上没有足够的信息。”所有包含标签“falcons”的用户都将收到我发送的通知。我识别并选择它们。上面的代码就是客户端。我不明白您所说的“当我只发送给带有标记“falcons”的用户时,例如,在设备上发送的信息不足”是什么意思。所有包含标记“falcons”的用户都将收到我发送的通知。我识别并选择它们。上面的代码就是客户端。