Windows 应用商店上传日志

[ColorNote In Windows APP Store Log]:

  1. ColorNote v1.0 2012/12/2
  2. ColorNote v1.1 2012/12/12
  3. ColorNote v1.2 2012/12/20
  4. ColorNote v1.3 2012/12/21
  5. ColorNote v1.4 2013/3/1
  6. ColorNote v2.0.0.0 2013/9/2
  7. ColorNote v2.0.1.0 2013/9/10
  8. ColorNote v2.0.2.1 2013/10/22
  9. ColorNote v2.0.2.2 2013/10/27
  10. ColorNote v2.1.0.0 2013/11/12 [支持英语][收费版本]
  11. ColorNote v2.1.0.1 2013/11/15
  12. ColorNote v2.1.2.1 2014/1/24[免费]

由于版权原因 ColorNote 已经下架,详情:

Hi

Microsoft has received the attached Content Infringement Complaint ("Complaint") for your app ColorNote

NOTICE OF APPLICATION REMOVAL

Microsoft has removed ColorNote

OPTIONS FOR RESUBMITTING OR RESTORING YOUR APP

Choose one of the following two options to resubmit or restore your app.  

Option : If you elect to modify your app to remove the content, name, or any other material that led to the Complaint, you must:  

. Complete the attached Windows Store - Developer Response & Modification Form and submit the completed form by replying to this email.  If you do not complete and submit the form, no update to your app will be considered or approved.

. Remove the infringing content based on the original Complaint and submit the modified app as an update to the unpublished app.

a. Note that passing certification DOES NOT guarantee that the complaining party will be satisfied that you have resolved all issues in the Complaint.

b. If the modification and app updates are insufficient to the complaining party, the complaining party may submit a second complaint against the app.  This would be treated as a new complaint for purposes of your Developer's Account status. 

c. Repeat content infringement complaints can result in termination of your Developer Account event after app modification(s).

. If you are unsure what to remove, you may contact the complaining party directly.  Contact information can be found in the attached Complaint.   

Option : If you elect to submit a counter notice, you must do ONE of the following:

. Complete the attached Windows Store - Content Infringement Counter Notice Form and submit the completed form by replying to this email and cc dmcaagnt@microsoft.com.  This form is compliant with the Digital Millennium Copyright Act (DMCA).

. If the complaint involves solely copyright concerns, you may elect instead to submit a legally compliant Digital Millennium Copyright Act (DMCA) counter notice by replying to this email and cc dmcaagnt@microsoft.com.

Please note that the following may result in suspension or termination of your account:

* submitting an update for certification without providing a completed Windows Store - Developer Response & Modification Form

* republishing your app after submitting a counter notice prior to receiving Microsoft's permission to republish

* repeat infringement

* breach of the Windows Store Application Provider Agreement

Note:

* Microsoft cannot give you legal advice on this issue, and you should consider consulting your own lawyer if you are unsure about how to proceed. 

* To keep your Developer Account in good standing, it is recommended that you review all your apps and ensure they comply with Windows Store policies.

Microsoft's DMCA policy may be found here: https://www.microsoft.com/info/MSDMCA.aspx.

This email does not waive or modify the terms of your Application Provider Agreement or any of Microsoft's rights or remedies.  

Thank you,

-Barry 

 Windows Store Developer Support Engineer

================================================

Your partner at Microsoft. 

Use what you know. Do what you've always imagined.

应用链接[APP Link]

http://apps.microsoft.com/windows/zh-cn/app/colornote/b7399267-6ae7-49cd-9b6a-eec5c0e6e28a#

版权信息[Copyright]

还没吃早餐@北航.张盛兴

支持[Support]

light.z@qq.com

隐私策略[Privacy Policy]

http://www.cnblogs.com/lightz/articles/3418126.html

疑难解答

http://www.cnblogs.com/lightz/p/3431097.html

应用界面[APP UI]:(v2.1+)

ColorNote[动态][log]的更多相关文章

  1. log4j动态文件名

    在项目中,对log的输出有多种多样的要求,下面具体分析一下动态log文件名输出的. 一,按照用户ID来生成log,这种情况,可以根据每个用户ID来动态生成logger. 代码如下: import or ...

  2. 《嵌入式Linux内存使用与性能优化》笔记

    这本书有两个关切点:系统内存(用户层)和性能优化. 这本书和Brendan Gregg的<Systems Performance>相比,无论是技术层次还是更高的理论都有较大差距.但是这不影 ...

  3. MySQL:动态开启慢查询日志(Slow Query Log)

    前言 在开发中,高效能的程序 也包括 高效能的查询,所以优化SQL也是程序员必要技能之一.要优化就必须要有慢日志记录才可以知道哪些查询慢,然后反向去修改 慢日志设置方式 写入文件 写入数据库 实践操作 ...

  4. 使用Mono Cecil 动态获取运行时数据 (Atribute形式 进行注入 用于写Log) [此文报考 xxx is declared in another module and needs to be imported的解决方法]-摘自网络

    目录 一:普通写法 二:注入定义 三:Weave函数 四:参数构造 五:业务编写 六:注入调用 7.  怎么调用别的程序集的方法示例 8. [is declared in another module ...

  5. Hadoop2动态调整Log级别-以datanode的heartbeat log为例

    在Hadoop中,有些log信息在正常情况下是不打印出来的.比如datanode发送heartbeat的日志. 代码位于BPServiceActor#sendHeartBeat方法中,如下图: 由于默 ...

  6. yii2 动态配置日志(log)

    如果我们在项目中不允许修改配置文件中的 log 组件,那么动态配置 log 就变得很重要了,下面我分享一下动态配置 log 的方法: 默认的日志格式是 {date}{ip}{userID}{sessi ...

  7. Linq To Sql进阶系列(六)用object的动态查询与保存log篇

    动态的生成sql语句,根据不同的条件构造不同的where字句,是拼接sql 字符串的好处.而Linq的推出,是为了弥补编程中的 Data != Object 的问题.我们又该如何实现用object的动 ...

  8. Spring Boot 动态修改 log level

    引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>sp ...

  9. Android 5.0 到 Android 6.0 + 的深坑之一 之 .so 动态库的适配

    (原创:http://www.cnblogs.com/linguanh) 目录: 前序 一,问题描述 二,为何会如此"无情"? 三,目前存在该问题的知名SDK 四,解决方案,1 对 ...

随机推荐

  1. iOS方法封装

    (void) setSubView:(UIView *)masterView subCCGRect:(CGRect)subCCGRect imageName:(NSString *)imageName ...

  2. UVa 1025 (动态规划) A Spy in the Metro

    题意: 有线性的n个车站,从左到右编号分别为1~n.有M1辆车从第一站开始向右开,有M2辆车从第二站开始向左开.在0时刻主人公从第1站出发,要在T时刻回见车站n 的一个间谍(忽略主人公的换乘时间).输 ...

  3. C#委托的介绍(delegate、Action、Func、predicate)【转】

    转自 http://www.cnblogs.com/akwwl/p/3232679.html 委托是一个类,它定义了方法的类型,使得可以将方法当作另一个方法的参数来进行传递.事件是一种特殊的委托. 1 ...

  4. Vagrant工具

    Vagrant 是一款用来构建虚拟开发环境的工具,非常适合 php/python/ruby/java 这类语言开发 web 应用,“代码在我机子上运行没有问题”这种说辞将成为历史. 我们可以通过 Va ...

  5. facebook海量图片存储系统与淘宝TFS系统比较

    本篇论文的原文可谓通俗易懂.行云流水.结构清晰.图文并茂……正如作者所说的——"替换Facebook的图片存储系统就像高速公路上给汽车换轮子,我们无法去追求完美的设计……我们花费了很多的注意 ...

  6. 用RSA加密实现Web登录密码加密传输

    通常我们做一个Web应用程序的时候都需要登录,登录就要输入用户名和登录密码,并且,用户名和登录密码都是明文传输的,这样就有可能在中途被别人拦截,尤其是在网吧等场合. 这里顺带一个小插曲,我以前有家公司 ...

  7. ffmpeg-2.3.3 configure for android

    #! /bin/shNDK=/usr/local/android-ndk-r10PREBUILT=${NDK}/toolchains/arm-linux-androideabi-4.9/prebuil ...

  8. Struts2中通配符

    1.Struts2中通配符可通过请求的url路径来确定包.类.方法.返回值名. 如 <action name="*_*_*_*" class="cn.javass. ...

  9. 回调函数的应用误区4(c/s OK版本回调小程序)

    VC++深入详解里面说得也挺好:回调函数的实现机制: 1)定义一个回调函数 2)“函数实现者”(回调函数所在的模块)在初始化的时候,将回调函数的函数指针注册给“调用者”. 3)当特定的事件或条件发生的 ...

  10. FTP文件上传与下载

    实现FTP文件上传与下载可以通过以下两种种方式实现(不知道还有没有其他方式),分别为:1.通过JDK自带的API实现:2.通过Apache提供的API是实现. 第一种方式:使用jdk中的ftpClie ...