Do I need to revalidate my Bing Maps credentials?

*爱你&永不变心* 提交于 2019-12-25 00:23:20

问题


Do Bing Maps credentials time out?

My Bing Maps credentials, supplied like so (but with a bogus value shown here):

<maps:Map x:Name="bingMap" Grid.Column="1" Grid.Row="1" Grid.RowSpan="2" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" LandmarkTapped="BingMap_OnLandmarkTapped" Credentials="jkdfsjkfadjkdfsajkdfsasdfaasdf" />

...have worked fine until today, and now I get this message across the map on my main page when I run my app:

"The specified credentials are invalid. You can sign up...(bla bla bla)"

So does one need to "re-sign up" for Bing Maps credentials every once in a while, or...???


回答1:


The credentials are valid for a specific period depending on the type of license (key) you're using. There are several type of license like trial (expires after 90 day period), Windows Store App key type...

Also, keep in mind that you have associated limitations regarding the number of transactions that you can make and requests you can do on Bing Maps platform that apply differently varying on the license key.

For more information, take a look at the MSDN documentation: http://msdn.microsoft.com/en-us/library/ff428642.aspx

If you need to update your key, you should connect to the Bing Maps developer portal: http://bingmapsportal.com where you should have the possibility to update the key in the appropriate type. You can also contact Microsoft through the form: http://www.microsoft.com/maps/contact.aspx



来源:https://stackoverflow.com/questions/14299569/do-i-need-to-revalidate-my-bing-maps-credentials

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!