Parse から Growth Push への移行方法
Parse が 2017年の1月28日にサービスが終了することでこれまで Parse でプッシュ通知を送ってた人が次にどの通知サービスを使えばいいか悩んでいると思います。そこでプッシュ通知サービスである Growth Push への移行方法について説明します。
1. parse-migration-tool をインストール:
$ npm i -g parse-migration-tool
2. credential.json
を作成:
{
"parse": {
"applicationId": "<application id>",
"masterKey": "<master key>"
}
}
3. ios.csv
と android.csv
を書き出す
$ parse migrate credential.json -s growthpush
ios.csv android.csv
4. Growth Push アカウント作成
5. デバイストークンインポート
デバイス画面で各プラットフォームと環境ごとにデバイスのインポートしてください:
これでデバイストークンのインポートは完了です インポートの際にしようした parse-migration-tool は GitHub で公開しているので何かバグがあれば issue を作っていただけると幸いです。
Author And Source
この問題について(Parse から Growth Push への移行方法), 我々は、より多くの情報をここで見つけました https://qiita.com/unbabel/items/4dcf5c83bd3c56b3258b著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .