Remove APN and GCM Credentials, Update README
This commit is contained in:
@@ -45,8 +45,6 @@ Depending on which demos you'd like to run, you'll need to configure a few more
|
||||
`TWILIO_CONFIGURATION_SID` | Video | Identifier for a set of config properties for your video application - [find yours here](https://www.twilio.com/console/video/profiles)
|
||||
`TWILIO_SYNC_SERVICE_SID` | Sync (Preview) | Like a database for your Sync data - generate one with the curl command below.
|
||||
`TWILIO_NOTIFICATION_SERVICE_SID` | Notify (Preview) | You will need to create a Notify service - [generate one here](https://www.twilio.com/console/notify/services)
|
||||
`TWILIO_APN_CREDENTIAL_SID` | Notify (Preview) | Adds iOS notification ability to your app - [generate one here](https://www.twilio.com/console/notify/credentials). You'll need to provision your APN push credentials to generate this. See [this](https://www.twilio.com/docs/api/ip-messaging/guides/push-notifications-ios) guide on how to do that. (Optional)
|
||||
`TWILIO_GCM_CREDENTIAL_SID` | Notify (Preview) |Adds Android/GCM notification ability to your app - [generate one here](https://www.twilio.com/console/notify/credentials). You'll need to provision your GCM push credentials to generate this. See [this](https://www.twilio.com/docs/api/ip-messaging/guides/push-notifications-android) guide on how to do that (Optional)
|
||||
|
||||
#### Temporary: Generating a Sync Service Instance
|
||||
|
||||
@@ -60,6 +58,10 @@ curl -X POST https://preview.twilio.com/Sync/Services \
|
||||
-u 'SKXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:your_api_secret'
|
||||
```
|
||||
|
||||
### Configuring Notify
|
||||
|
||||
You will need to create a Notify Service through the [Twilio Console](https://www.twilio.com/console/notify/services), and add at least one credential on the [Mobile Push Credential screen](https://www.twilio.com/console/notify/credentials) (such as Apple Push Notification Service or Firebase Cloud Messaging for Android) to send notifications using Notify.
|
||||
|
||||
## Run the sample application
|
||||
|
||||
This application uses the lightweight [Flask Framework](http://flask.pocoo.org/).
|
||||
@@ -86,7 +88,7 @@ python app.py
|
||||
|
||||
Your application should now be running at [http://localhost:5000](http://localhost:5000). When you're finished, deactivate your virtual environment using `deactivate`.
|
||||
|
||||

|
||||

|
||||
|
||||
## Running the SDK Starter Kit with ngrok
|
||||
|
||||
|
||||
Reference in New Issue
Block a user