-
https://github.com/NIFTYCloud-mbaas/monaca_push_plugin/blob/master/src/ios/NiftyPushNotification.m#L277
getFirstObjectメソッドの呼び出しをgetFirstObjectInBackgroundWithBlock:に変更することで非同期処理となります。
http://mb.cloud…
ykokw updated
8 years ago
-
以下の手順で、アプリ側から対象端末が自分でpushを受ける・受けないを制御したいですが、
③では、setDeviceToken()でエラーとなってしまいます。
手順に誤りがあるでしょうか?
(androidの場合、errorCode:E404001、errorMessage:Failed to save registration ID)
(iOSの場合、undefined)
①デバイストークン設…
-
Hello, I liked the app. I've downloaded and I'm able to run it locally with the commands on README. I would like to know how to build this in two ways: 1. Integrate with https://monaca.io/ 2. Build by…
-
SDKの改善にご協力いただきありがとうございます。
(Thank you for your support our SDK.)
SDKの不具合を報告する場合は、以下の項目を確認してください。
(If you want to report a bug of the SDK, please confirm the following terms.)
- サンプルコードにAPIキーや個人情報が…
-
SDKの改善にご協力いただきありがとうございます。
(Thank you for your support our SDK.)
SDKの不具合を報告する場合は、以下の項目を確認してください。
(If you want to report a bug of the SDK, please confirm the following terms.)
- サンプルコードにAPIキーや個人情報が…
-
@frankdiox
I've got a feedback from Khemry if we can move Onsen UI to our own category.
The category can be named like "Monaca/Onsen UI".
What do you think?
-
現在、monaca(HTML+CSS+Javascript)でモバイルアプリを開発しています。
■最終的な構成は以下を想定しています。
モバイルアプリ nifty mbaas 自server
自server上で定期的にプログラムを走らせ、適宜Pushをモバイルアプリへ送るという事を実現させたいです。
■懸念点
nifty mbaasを使うためには、monaca アプリの中に[クライア…
-
monaca create installs build dependency all the time.
I hope it will be skipped if they are installed already.
-
As per the discussion, I'd like to add sign-up feature in Monaca CLI.
Please contact @asialmakki for the details about the API.
Command line usage:
```
$ monaca signup⏎
Welcome to Monaca!
Enter your…
-
現在、以下のような方法でmonacaからデータストアに保存されているデータを取得しています。 ============================================ var Score = self.ncmb.DataStore(クラス名); Score.order("score", true) .include("name") .limit(10) .fet…