週刊SleepNel新聞

SleepNel所属のぽうひろが日々の個人開発で気になったことを綴ります。

Googleから10日間期限の最終通達?!

f:id:pouhiroshi:20160710112355j:plain:w300
こんにちは、ぽうひろです。

先日Googleからこんなメールが届きました(原文ママ

Hello Google Play Developer,

We detected that the app(s) listed at the end of this email contain a version of SDKBox that collects personally identifiable information (PII) without disclosure. Apps like this may be considered in violation of our User Data policy.

Action required: Your app(s) may be removed from Google Play if the issue is not resolved within 10 days of receiving this message. If the affected version is inactive, future submissions will be rejected if you attempt to publish without first resolving the issue.

You can resolve this issue by:

adding a privacy policy URL to your app listing and within the app, notifying the user that their PII is collected; or
removing any such functionality from your app. You may need to contact your SDK provider for an updated, policy compliant version to include in your app.

Your app(s) may be removed from Google Play if the issue is not resolved within 10 days of receiving this message.
このメッセージを受け取ってから10日以内に解決しないとYouのアプリ消しちゃうよ!

ギャアァァァァ━━━━━━(|||゚Д゚)━━━━━━!!!!!!クマー!!

SDKBoxでメールアドレスを収集してうんちゃらかんちゃらとありますね。。。
SDKBoxなんて使ってたっけ・・・・と思ってググってみるとこちらがヒット。
Cocos2d-x3.6プロジェクトにSDKBOXを導入してGoogleAnalyticsを入れる(iOS) - Qiita
cocosじゃないんですが、ユーザ情報登録につかってるKiiとか、UnityAnalyticsとかが使ってるのかもしれないですね・・・

10日以内って結構強い口調で言われてる気がするので、とっとと対応します。
何で使ってるかわからないので、プライバシーポリシーページに遷移できるボタンをトップに用意することにしました。
f:id:pouhiroshi:20160710111757p:plain:w300
ブラウザを開くスクリプトはApplication.OpenURLですね。

public void GoToPrivacyPolicy(){

  Application.OpenURL("http://dodgewars.strikingly.com/#privacypolicy");

}

f:id:pouhiroshi:20160710111813p:plain:w300

これでプライバシーポリシーページに飛べるようになりました。

アップデートすれば特に報告不要みたいですけど、いきなり消されたりしないよね・・・??
(というかこの対応でいいのかもよく分からない)

GoogleさんはキレたらAppleより恐いって言いますからねぇ。。。クワバラクワバラ

冒頭のGoogle恐いTシャツは売ってるようです。よろしければw
www.zazzle.co.jp


それではまた!!!