Learn about Windows Phone7 Development (12 Tile Notification)

Source: Internet
Author: User
Tags http post

In push notification, Tile noftification is a special (raw notification is actually the data received by the HTTP POST method; Toast notification is implemented by the system, because the system is the one that needs to be developed, and half of it is done by the systems (that is, the picture of the update Quick Launch area is completed by the system), and half by the development (as required, as well as picture loading).

A Tile picture Requirements for system use

Two WebService End-to-end Implementation

Tile message:

"Content-Type: text/xml\r\nX-WindowsPhone-Target: token\r\n\r\n"
<?xml version="1.0" encoding="utf-8"?>
<wp:Notification xmlns:wp="WPNotification">
      <wp:Tile>
        <wp:BackgroundImage>
             <background image path>//这里要填写图片所在的相对位置
(如: new Uri(@"Images/" + weather + ".png", UriKind.Relative)))
         </wp:BackgroundImage>
        <wp:Count>
          <count>
         </wp:Count>
        <wp:Title>
           <title>
        </wp:Title>
     </wp:Tile>
</wp:Notification>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.