Magento Adobe Commerce Magento iOS Device Notification with Apple Push Notification Service 1 ANOWAVE 0 9 7 7 1 1 Magento 2 ™ €89 90

Magento iOS Device Notification with Apple Push Notification Service

  • In Stock
  • Price:
  • €89 90
  • SKU:
  • MAGE-APNS
  • Customer choice


Lifetime updates 180 days of free support included ...more
PRICE DETAILS

Magento iOS Device Notification with Apple Push Notification Service

Lifetime updates + Free support till 14 June, 2025 if purchased today.
One time payment €89.90
No recurring payments, no crazy pricing

Connect your iOS App to Magento and send direct product update notifications to your users' iOS-powered devices through Apple Push Notification Service

This extension allows your iOS application to register or unregister devices through SOAP v.2 (WS-I compliant) API. It will then send automatic product update notifications to Apple Push Notification Service which your application can intercept and notify physical devices.

Requirements

You must be owner or developer of an iOS application in order to use this extension. This extension does not send notifications to iOS devices direclty and requires an iOS app to work with.

Overview

This is the first of it's kind extension that allows for using Apple Push Notification Service with Magento. It allows your iOS application to connect with Magento and register or unregister devices. The extension will send automatic product update notifications through Apple Push Notification Service which can then be sent to any physical device with installed app.

 

Key features

  • Send product update notifications with Apple Push Notification Service
  • Ability to register device through SOAP v.2 (WS-I compliant) API
  • Ability to unregister device through SOAP v.2 (WS-I compliant) API
  • Works silently on the background
  • Does not interfere with normal content creation
  • Does not overwrite existing files
  • Does not override blocks, controllers and other custom code
  • No monthly fees

What is Apple Push Notification Service

Apple Push Notification service (APNs for short) is the centerpiece of the push notifications feature. It is a robust and highly efficient service for propagating information to iOS and OS X devices. Each device establishes an accredited and encrypted IP connection with the service and receives notifications over this persistent connection. If a notification for an application arrives when that application is not running, the device alerts the user that the application has data waiting for it.

Software developers (“providers”) originate the notifications in their server software. The provider connects with APNs through a persistent and secure channel while monitoring incoming data intended for their client applications. When new data for an application arrives, the provider prepares and sends a notification through the channel to APNs, which pushes the notification to the target device.

In addition to being a simple but efficient and high-capacity transport service, APNs includes a default quality-of-service component that provides store-and-forward capabilities.

How it works

The remote-notification data flows in one direction. The extension composes a notification package that includes the device token for a client application and the payload. The extensions sends the notification to APNs which in turn pushes the notification to the device. When the extensions authenticates itself to APNs, it sends its topic to the APNs server, which identifies the application for which it’s providing data. The topic is currently the bundle identifier of the target application.

The communication process includes the following steps:

  1. 1) Applications must register to receive push notifications; it typically does this right after it is installed on a device. The system receives the registration request from the application, connects with APNs, and forwards the request. APNs generates a device token using information contained in the unique device certificate. The device token contains an identifier of the device. It then encrypts the device token with a token key and returns it to the device.
  2. 2) When the device receives it's device token it then sends it to Magento via SAOP where the extension registeres the corresponding device token. The application must deliver the device token to the extension in either binary or hexadecimal format.
  3. 3) At product update, the extension collects all registered device tokens and sends a notification to APNs.
  4. 4) When a message is received in APNs it then updates all registered devices and delivers the message.
  5. 5) In order to validate a message and device, APNs requires also a certifcate to be provided. The extensions enables admin to upload a .PEM file which is used everytime a notification is sent to APNs.

 

 

 

Magento platform version
1.7.*,1.8.*,1.9.*
Application/Purpose
User experience,Conversion rate
Type
Commercial
Latest version

All our products come with a 6 full months (180 days) of premium support. To report a bug, use our Premium Help Desk available in your account at Anowave.

Customer review(s)

No product reviews yet. Be the first to write a review.

Note: By submitting a review you agree to our Terms and Conditions.





User Guide & Documentation

Installation

This extension can be installed in a few minutes, by going through the following steps:

  • Download/purchase the extension
  • Unzip the file in a temporary directory
  • Copy folder "app" and paste it in your Magento installation root directory. This extension will NOT replace existing code.
  • Go to your admin panel andclear cache. Hit refresh on any of your Magento pages and you're done.

SOAP v2 (WS-I compatible) API - Device management

To administer iOS devices, use a standard SOAP calls to Magento's SOAP API. The following methods are available:

  1. 1) gcmRegister- Allows you to register(subscribe) new device

    Example:

    $client = new SoapClient('http://localhost/mage/api/v2_soap/?wsdl');
    $session = $client->login('user', 'pass');
    $client->apnsRegister($this->session, '<device token />');

    Params:
    $session - Active SOAP login session
    (string) $token - Device token id
     
  2. 2) gcmUnregister

    Example:

    $client = new SoapClient('http://localhost/mage/api/v2_soap/?wsdl');
    $session = $client->login('user', 'pass');
    $client->apnsUnregister($session, '<device token id />');

    Params:
    $session - Active SOAP login session
    (string) $token - Device token id
Installation

Now: Next:

Extensions for Magento

Anowave is an extension developer for Magento 1.x and Magento 2.x platforms. We provide a wide range of premium extensions for our in-house and public clients. The extensions we offer extend the capabilities of Magento and provide bespoke functionality. They also fill some gaps in the functionality provided by the base platform and help customers choose Magento as their preferred eCommerce platform.

The extensions we offer are part of our full-range Magento service, which also includes a Premium Helpdesk where customers can speak with actual software engineers and have their issues resolved without hassle. Premium-labeled modules also include free installation, configuration, testing, etc.