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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -