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
' VB Script for sending Push Notifications with Titanium | |
Const fsoForReading = 1 | |
Const fsoForWriting = 2 | |
Const errorsTo = "[email protected]" | |
Const errorsFrom = "[email protected]" | |
Const myChannel = "MyAppsChannelName" | |
' Get the login and password from your TiApp.xml and or from within the Titanium Platform Dashboard (Select App, Manage Data, Users. Make sure they are an role=appc-Admin) | |
Const myLogin = "appc_whatever" |