이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Urban Push

설명

Urban Push is a WordPress plugin that utilizes the Urban Airship API to send a push directly from the WordPress “new post” page. You MUST have an account with Urban Airship to use this plugin. You can send a single push to up to 4 Urban Airship applications. After a push attempt, you will see one new custom field entry for each configured Urban Airship application. It will say push sent for followed by the name you chose for your Urban Airship application. The value of the custom field will contain the response returned from Urban Airship. For a successful push, the response is usually “(null).”

More features are coming like:

  1. The ability to set your aps options (badge, sound, etc..)
  2. The ability to choose which app to send a push to (or all).

스크린샷

  • Settings Screen
  • Push interface

설치

  1. Download the plugin
  2. Unzip and upload to your plugins directory
  3. Configure via the settings page
    3a. Set your Urban Airship application key and master secret as well as a safety password to avoid accidental pushes.
  4. Push away. Simply add your push text, enter your password and click the update or publish button on your post.

FAQ

How do I send a push to an Android Device?

When you add your app in the settings screen, make sure you choose “Android” for your Application Name. It will know to build the aps string for an Android device.

What is Urban Airship?

Urban Airship is the engine behind thousands of the world’s most successful mobile apps, providing a full suite of messaging and content delivery tools, including Push Notifications, Rich Media Messaging, In-App Purchase and Subscriptions.

What is a push notification?

Push Notifications allow you to send messages directly to the people who have installed your app, even when your app is closed.

Why is there a limit of only 4 Urban Airship applications?

It seemed like a good number. If you need more, the plugin is easy enough to modify. Just add more form fields to the settings.php file and add another send_push method with the correct parameters in urbanairship.php. If you need help, contact me.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Urban Push”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Urban Push”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.5

  • Fixed Empty delimiter error

1.0.4

  • Added support for Android

1.0.3

  • Fixed bug that was causing a double push

1.0.2

  • You will now only get one custom field entry per push

1.0.1

  • Added the ability to send a single push to multiple Urban Airship applications (up to 4)