タグ

2015年12月20日のブックマーク (2件)

  • Cordova ibeacon; Send local notification after the app got killed, but does not work on android

    I am using Cordova / Phonegap iBeacon plugin with ionicframework at my cordova project. I am tryin to send a local notification both on android and ios with cordova local notification plugin while entering monitored region , when the app is killed. Here is my code : document.addEventListener("deviceready", onDeviceReady, false); function didDetermineStateForRegion(pluginResult) { } function didSta

    Cordova ibeacon; Send local notification after the app got killed, but does not work on android
  • iOS7 で iBeacon を使用してみよう ~応用編~ | ギャップロ

    はじめに ここ最近 iBeacon が世間で大きな注目を集めているようです。 前回の記事では、iBeacon の基的な機能や、その実装方法について紹介しました。今回は、実際に iBeacon を活用したアプリを作成する時に必要になる応用的な内容について紹介したいと思います。また、iOS 7.1 から対応した新たな機能についても紹介したいと思います。 今回の記事が、iBeacon アプリをより良いものにする手助けになれば幸いです。 すでに Beacon の範囲内にいる場合 前回の記事では、すでに Beacon の範囲内にいた場合、didEnterRegion コールバックメソッドが呼ばれないと説明していました。しかし、すでに範囲内にあるか否かの判定は可能です。iBeacon の実装方法に関しては前回の記事を参考にしていただければ問題なく行えると思いますので今回は省略させて頂きます。 すでに

    iOS7 で iBeacon を使用してみよう ~応用編~ | ギャップロ