Skip to content

Instantly share code, notes, and snippets.

@walkthelot
walkthelot / gist:81c91ed797a289e0b996f6702bdc1666
Created May 8, 2018 17:03
VB Script for sending Push Notifications with Titanium
' VB Script for sending Push Notifications with Titanium
Const fsoForReading = 1
Const fsoForWriting = 2
Const errorsTo = "errors@yourdomain.com"
Const errorsFrom = "errors@yourdomain.com"
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"