Skip to content

Commit

Permalink
changed to select
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpingGrendel committed Apr 12, 2012
1 parent e467a11 commit e39e694
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions urbanairship/airship.pushIOS.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd" https="true">
<meta>
<author>John Greene</author>
<documentationURL>https://docs.urbanairship.com/display/DOCS/Server%3A+iOS+Push+API</documentationURL>
<sampleQuery>UPDATE {table} SET message='Hello, iOs user' WHERE deviceId='758327457457245724524' AND AppKey='392834082309' AND MasterSecret='8098098098'</sampleQuery>
</meta>
<bindings>
<update itemPath="devices" produces="JSON">
<select itemPath="devices" produces="JSON">
<urls>
<url>https://go.urbanairship.com/api/push/</url>
</urls>
Expand All @@ -28,7 +28,8 @@
});
]]>
</execute>
</update>
</select>
</bindings>
</table>

<!--update mypush where device_tokens='4fff21f1e529328bafe1f0baa2bc411109c89ac6247b47eb2fecd4cd9ef73cd6' and type="alert" and message="hi there" and appKey="cigxJIYGRx2xu78IFnOWEQ" and masterSecret="8Ci5Ckt-RF6ODdRouOrDVQ"-->

0 comments on commit e39e694

Please sign in to comment.