appcelerator-arrow相关内容

Appcelerator - 使用 REST API

我正在调用以下 curl 命令,但它总是返回无效的用户名/密码. curl -F "login=myemailAddress" -F "password=myPassword" "https://api.cloud.appcelerator.com/v1/users/login.json?key=" 我使用 TiApp.xml 中定义的密钥作为 acs-api-key-production.现 ..
发布时间:2021-11-15 22:29:18 其他开发

Appcelerator/Titanium:获取 Android 凭据以推送通知

我希望能够在 Android 上使用 Titanium 发送推送通知.但是,每当我尝试此操作时,都会出现后端错误,我认为这与无效凭据有关.我尝试按照文档进行操作,但它们似乎已过时. 这是我所做的: 我前往 Google API 管理器并启用了“Google Cloud Messaging". 在凭据 > OAuthConsentScreen 下,我添加了电子邮件、产品名称和网址 在 ..

Appcelerator-使用REST API

我正在调用以下curl命令,但它始终返回无效的用户名/密码. curl -F "login=myemailAddress" -F "password=myPassword" "https://api.cloud.appcelerator.com/v1/users/login.json?key=" 我正在使用TiApp.xml中定义的密钥作为acs-api-key-pro ..
发布时间:2020-09-06 01:59:55 其他开发

Appcelerator / Titanium:获取Android凭据以推送通知

我希望能够在Android上使用Titanium发送推送通知。但是,每当我尝试这种方法时,我都会收到后端错误,我认为这是出现无效凭据的问题。我试着按照文档,但他们似乎过时了。 这是我做的: 我访问了Google API管理器并启用了“Google云消息传递”。 在Credentials> OAuthConsentScreen下,我添加了一个电子邮件,产品名称和url 在Creden ..