This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# to execute it first chmod +x push.sh | |
deviceToken=<device token id from device did receive token> | |
authKey="./AuthKey_<auth_key>.p8" | |
authKeyId=<auth_key> | |
teamId=<team id> | |
bundleId=<bundle id> | |
endpoint=https://api.development.push.apple.com |