azure - Cant register phone to the notifications hub server -


my device not getting registered notification hub. im getting error code 400.

im getting issue when run code:

error domain=windowsazuremessaging code=400 "urlrequest failed <nsmutableurlrequest: 0x170013f20> { url: https://<hubname>.servicebus.windows.net/<hubname>/registrations/2044525541292942848-4457854038111768645-1?api-version=2013-04 } status code: bad request" userinfo={nslocalizeddescription=urlrequest failed <nsmutableurlrequest: 0x170013f20> { url: https://<hubname>.servicebus.windows.net/<hubname>/registrations/2044525541292942848-4457854038111768645-1?api-version=2013-04 } status code: bad request} 


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -