プログラムからiPhoneに通知を送る簡単な方法(IFTTTアプリを使う) 要点 プログラム → IFTTTのWebhookサービス → IFTTTのNotificationサービス → IFTTT iPhoneアプリ 準備 IFTTTにアカウントを作る。 IFTTT iPhoneアプリをiPhoneにインストールする(通知をオンにする)。 Applet作成 If Webhooks Then Notifications という構造のAppletを作る。 Webhooks triggerは、Receive a web requestにする。 EventNameは、たとえばsample_eventを指定しておく。 Notifications actionは、たとえばSend a notification from the IFTTT appにする。 こんな感じのAppletになる。 Apple