티스토리 뷰

반응형

WNS 푸시로 온 메시지를 누를 때 해당 게시물로 가게 하려고 key-value값 몇개를 같이 보내고자 합니다.
(규격 참고: http://msdn.microsoft.com/en-us/library/windows/apps/br230848.aspx )
WNS 규격 중 "<command arguments='xxx' />" 를 이용하는거 같은데, 이것은 arguments만 있어서 Key-Value를 같이 보내기가 애매합니다.

어떻게 해야 하나요?...
1. arguments에 json string을 {"key":"question","id":1234} 식으로 꾸겨넣는다?
2. <commands>를 여러개 써서 key/value를 알아서 구분한다?
3. 다른 방법이 있다?

See More
The following list summarizes the allowed hierarchies for this schema, starting with the outermost (document) element at the top.
msdn.microsoft.com
Jongin Lee and Park Junho like this.
  • Youngjae Kim launch라는 attribute에 꾸겨넣는군요. 코드 음청 지저분한 느낌이네요. 다른 방법 없을라나... http://msdn.microsoft.com/.../xaml/Hh868212(v=win.10).aspx
    This topic demonstrates the actions you should take in response to a user clicking on a toast notification sent from your app. Your app should respond by displaying UI specific to the toast. The app should typically launch in a context or view that is related to the toast's content. You accomplish t…
    msdn.microsoft.com
  • Youngjae Kim 아....새로운 고민이, 지역화인데, 애플은 리소스키/value를 보내면 되고 안드로이드는 어차피 raw 수준이니 꼽아넣으면 되는데, wns toast는 당췌 모르겠네요. "lang" attribute가 있는데 이건 별 영양가 없어보이고...resourcekey와 값을 보내면 자동으로 String.Format 처리를 해주는걸 못찾겠습니다. 이거 안되면 서버가 매번 locale 지역화 처리를 보내야 하는데 그러면 앱 언어와 푸시 언어가 다를 수 있어요.
  • Jongin Lee 답변을 해드리고 싶은데 오늘 azure를 시작했네요 to-do 리스트 만드는 데부터 막혔어요ㅋ처음부터ㅋㅋ
반응형
댓글