問題タブ [appcelerator-arrow]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
appcelerator - Arrow DBの座標からデータを検索
ドキュメントhttps://docs.appcelerator.com/arrowdb/latest/#!/guide/customfieldsを読んだ後、矢印DBプロジェクトを使用して座標からデータを取得する方法が見つかりませんでした(クラウドにデプロイするとき!)。
私はこれを試します:
私のモデルは次のようになります:
明確にするために、「場所」の周りにいくつかのデータを見つけたいと思って
います。
ios - プッシュ通知は iOS では機能しません
Arrow を使用したプッシュ通知に問題があります。
開発モードでは、すべて問題なく、登録は正しく送信され、Android と iOS の両方で通知が適切に受信されます。
本番では、登録に問題はありません。各デバイスは Arrow に保管されており、自分のアカウントで device_token を使用して確認できます。
ユーザーに通知を送信しようとすると、Android ユーザーのみが受信します。iOSには何もありません。Apple Push Services 証明書を取得して、P12 ファイルに変換しました。
これが私の登録コードです:
サブスクリプションはOK、開発モードはOK、本番環境のAndroidもOK...
何か案が ?
ありがとう !
cloud - Appcelerator Cloud Socialintegrations ログイン エラー
私のコードは次のようなものです:
info に次のエラーが表示されます
アラートダイアログには次のように表示されます。
誰がこれを引き起こしているのか考えていますか?
javascript - ArrowDB Appcelerator の関係フィールド
リレーションと ArrowDB について知っている人はいますか? User オブジェクトをリレーション フィールドとして Message オブジェクトに追加していますが、問題なく動作します。しかし、同じ Message オブジェクトから File オブジェクトへの関係を追加しようとすると、次のエラーが発生します。
400: メッセージの送信に失敗しました: 無効な ACS タイプ: ファイル
誰にも手がかりがありますか?
File オブジェクトの表記が間違っているのではないでしょうか!? 私は試してみました: [ACS_File], [ACS_Files] 運がない?....[ACS_User] は魅力的に機能しますか?
これが私のコードです:
appcelerator - appcelerator ポータルでのカスタム フィールドの管理
appcelerator ポータルで arrowdb にログインすると、「データの管理」に移動して、特定のユーザー オブジェクトをクリックできます。
ユーザー オブジェクトの「カスタム フィールド」を編集したいと考えています。
以前は ACS ですべてのカスタム フィールドを編集できましたが、現在、arrowdb ではカスタム フィールドが新しく追加されていることさえ確認できません。既に存在するはずのカスタム フィールドに新しいカスタム フィールドを追加すると、値が変更されるようです。ただし、値も表示できるようにしたいです。
私は何か間違ったことをしていますか?ユーザー オブジェクトを別の場所で編集する必要がありますか?
appcelerator - Expected behaviour with Arrow Builder schema change on existing ArrowDB records?
I'm in the process of building a custom ArrowDB model through Arrow Builder and have published it using "appc publish" - let's call this schema "v1". I inserted a record into my custom "Customers" table after first publishing it. Later on, I added a new photo_id field to the Customers model - let's call this schema "v2" - and published again, forcing an overwrite of the existing model.
Now, when I try to issue an Update (through the generated API for Customers) to the existing record to add a value for photo_id, I get a 204 response from the call, but the photo_id value is not updated. If I add a new record at this point, I can add and update the photo_id with no problem.
So my question is - is this expected behaviour? If so, how do I update all the v1 records to the new v2 schema?
appcelerator - Appcelerator - REST API の使用
次の curl コマンドを呼び出していますが、常に無効なユーザー名/パスワードが返されます。
TiApp.xml で acs-api-key-production として定義されているキーを使用しています。これで、同じユーザー名とパスワードを使用して、dashboard.appcelerator.com からログインすると、ログインできるようになりました。
誰かがこれがどのような問題であるかを指摘できますか。私は C# で同様の実装を行っていますが、これも同じ無効なユーザー名/パスワード エラーを返しています。