Code Monkey home page Code Monkey logo

applepushtesting's Introduction

[English] (README-EN.md)

APNS-PUSH-TESTING

苹果各种推送服务测试工具

APNS推送

使用P12证书方式

  • 使用apns-push-p12.sh脚本;
  • 替换变量 P12_FILE 为你导出的 p12 证书的路径;
  • 替换TOPIC变量为你的bundle id;
  • 替换TOKEN变量为你的token;
  • 如果你的 p12 文件导出了密码, 那么第一步需要执行脚本 remove-p12-password;
remove-p12-password.sh apns.p12
mv apns.p12 protected-apns.p12
mv unprotected.p12 apns.p12

使用p8证书方式

  • 使用apns-push-p8.sh脚本;
  • 替换变量 P8_FILE 为你产生的 p8 证书的路径;
  • 并修改 AUTH_KEYIDAUTH_TEAMID(在创建 p8 证书时,从苹果开发者后台中获取);
  • 替换TOPIC变量为你的bundle id;
  • 替换TOKEN变量为你的token;

PushToTalk推送

pushtotalk-push-p12.sh

LiveActivity推送

liveactivity-push-p8.sh

applepushtesting's People

Contributors

dourgulf avatar little-dawenhing avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.