affpush-website.pages.dev Open in urlscan Pro
2606:4700:310c::ac42:2ceb  Public Scan

URL: https://affpush-website.pages.dev/
Submission: On February 22 via api from US — Scanned from US

Form analysis 0 forms found in the DOM

Text Content

Javascript must be enabled for the correct page display
Skip to Content
 * Product
   * Messaging Channels
     * Mobile Push Notifications Direct, highly visible, mobile-first
     * Web Push Notifications Direct, reach any browser visit
     * Email Powerful composer, accessible anywhere
     * In-App Messaging Visual, customizable, reach all app users
     * SMS Effective, fast, mobile-first
     * Live Activities Highlight real-time app updates
   * Features
      * Journeys
      * Personalization
      * Segmentation
      * Analytics
      * API
      * SDKs
      * Integrations Directory
     
     View More Features
     Industries
      * Gaming
      * News/Media
      * eCommerce
      * Mobile
      * Fintech/Financial
   
   
   * GET A DEMO
     
     Connect with a customer engagement expert to learn more
 * Resources
   * Resources
      * eBooks
      * Customer Case Studies
      * Videos
      * Podcasts
      * Tools & Templates
      * Events
     
     View All Resources
   * More to Explore
     * Blog
     * Demo Videos
     * Notification Preview Tool
     * Signal Boosters Community
     * Glossary
   
   
   * GET A DEMO
     
     Connect with a customer engagement expert to learn more
 * Documentation
 * Pricing
 * Get a Demo

Log In Sign Up
Log In Sign Up Get a Demo


ENHANCE USER ENGAGEMENT
REDUCE CUSTOMER ATTRITION


UTILIZE PUSH NOTIFICATIONS, EMAIL, SMS AND IN-APP MESSAGING TO FOSTER A
DEDICATED AND LOYAL CUSTOMER BASE

Get Started NowContact Sales

No credit card required.



Trusted by over a million businesses

 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 
 * 


FIND ALL YOUR NEEDS MET IN A SINGLE TOOL.

Connecting with customers has never been more effortless.


MOBILE PUSH NOTIFICATIONS

Be the initial message customers encounter when they grab their phones.
Notifications stand as the predominant traffic source for the majority of mobile
apps


WEB PUSH NOTIFICATIONS

Remain visible to your customers even once they navigate away from your website.
Compatible with Chrome, Safari, Firefox, Edge, Opera, and Yandex.


EMAIL

Create visually appealing emails that seamlessly adapt to every device using our
drag-and-drop composer. Personalize our complimentary templates to align with
your brand identity.


IN-APP MESSAGES

Send messages that bring joy. Craft banners, pop-ups, and interstitials
effortlessly, without the need for any coding..


SMS

Connect with customers directly on their mobile devices to boost engagement.
Engage with customers who may not have your app or use a smartphone.


JOURNEYS

Effortlessly oversee your messaging across various channels using our
user-friendly messaging workflow builder, all without the need for coding.


KEY TO SUCCESS FOR MARKETERS

Connect with your audience the right way

SET UP IN JUST 15 MINUTES.

Our users are consistently amazed by the simplicity of getting started.

INSTANT REPORTING

View delivery and conversion performance for every message.

INCREDIBLE SCALABILITY

Millions of users? No problem. We send out billions of notifications daily.

A/B TESTING

Compare message performance and automatically send the best.

SUPERIOR SEGMENTATION

Create personalized messages and send them to the right audiences.

AUTOMATED MESSAGING

Set it and forget it. You can trigger notifications based on user behavior.

INTELLIGENT DELIVERY

Leverage machine learning to send your messages at the optimal time.

ANALYZE RESULTS ANYWHERE

Our SDKs are open source and every component is accessible via API.


LOVED BY DEVELOPERS

Our founders were developers who built OneSignal out of a personal need. We've
made it easy for any business to get running and to get amazing results.

Apple iOS Android Web Push React Native Unity Flutter
 * Read The Getting Started Docs
 * Get Your Free API Key

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Apple iOS

import OneSignal

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {

  OneSignal.initWithLaunchOptions(launchOptions,
    appId: "YOUR_APP_ID",
    handleNotificationAction: nil,
    settings: [kOSSettingsKeyAutoPrompt: false])

  OneSignal.inFocusDisplayType = OSNotificationDisplayType.notification;

  OneSignal.promptForPushNotifications(userResponse: { accepted in
    print("User accepted notifications: \(accepted)")
  })

  return true
}

Android

import com.onesignal.OneSignal;

public class YourAppClass extends Application {
   @Override
   public void onCreate() {
      super.onCreate();

      OneSignal.startInit(this)
        .inFocusDisplaying(OneSignal.OSInFocusDisplayOption.Notification)
        .unsubscribeWhenNotificationsAreDisabled(true)
        .init();
   }
}

Web Push

<head>
  <link rel="manifest" href="/manifest.json">
  <script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async></script>
  <script>
    var OneSignal = window.OneSignal || [];
    OneSignal.push(["init", {
      appId: "YOUR_APP_ID"
    }]);
  </script>
</head>

React Native

import OneSignal from 'react-native-onesignal';

export default class App extends Component {
  constructor(properties) {
    super(properties);
    OneSignal.init("YOUR_APP_ID");

    OneSignal.addEventListener('opened', this.onOpened);
  }

  componentWillUnmount() {
    OneSignal.removeEventListener('opened', this.onOpened);
  }

  onOpened(openResult) {
    console.log('Message: ', openResult.notification.payload.body);
    console.log('openResult: ', openResult);
  }
}

Unity

using System.Collections.Generic;

void Start() {
  OneSignal.StartInit("YOUR_APP_ID")
    .HandleNotificationOpened(HandleNotificationOpened)
    .EndInit();

  OneSignal.inFocusDisplayType = OneSignal.OSInFocusDisplayOption.Notification;
}

private static void HandleNotificationOpened(OSNotificationOpenedResult result) {
  // use notification opened result here
}

Flutter

void main() {
    OneSignal.shared.init("YOUR_APP_ID", {
        OSiOSSettings.autoPrompt: false
    });
    OneSignal.shared.setInFocusDisplayType(OSNotificationDisplayType.notification);

    OneSignal.shared.promptUserForPushNotificationPermission();
}

Code in any language. We provide native support for every development
environment.



Explore Developer Frameworks


LIMITLESS INTEGRATIONS

OneSignal integrates with leading analytics, CMS, and eCommerce solutions
including Amplitude, Mixpanel, Segment, HubSpot, Shopify, WordPress, and many
more.

Sync audiences and user data to trigger real-time messages.

More Integrations
> With more than 60 owned and operated sports sites, the USA Today Sports Media
> Group relies on OneSignal to get the right content in front of the right fans.
> From notifications on desktop browsers to targeted deep-links into our
> SportsWire app, OneSignal has made engaging our readers fast, simple and
> effective.
> John Turner
> 
> Director of Business Development, USA Today Sports
> 
> 
> Read Case Study


LEADING G2 MESSAGING PROVIDER


> Highly recommend — came for push notifications, stayed for a suite of customer
> comms tools.
> David P
> 
> CEO and Co-Founder, Small-Business
> 
> Awesome solution with great Customer Service.
> Bruno P
> 
> RevOps Leader, Small-Business
> 
> Versatile platform, delivers what it promises, simple usability but powerful
> features.
> Alexandre P
> 
> Backend Developer, Enterprise


FORRESTER SHOWS ONESIGNAL DRIVES 425% ROI

Download Forrester Consulting Total Economic Impact™ Study




GET STARTED TODAY FOR FREE WITH OUR TOOL

We’ll get you going in a matter of minutes.

Get Started Now Contact Sales

Have questions? Chat with an expert.

Product
 * Mobile Push Notifications
 * Web Push Notifications
 * Email
 * In-App Messaging
 * SMS
 * Live Activities
 * Journeys
 * Integrations Directory
 * Pricing

Resources
 * Resources Library
 * Customer Case Studies
 * Blog
 * Notification Preview Tool
 * Signal Boosters Community
 * Glossary

Developers
 * Documentation
 * GitHub
 * Code Samples
 * Developer Community
 * Beta Program
 * Status

Company
 * About Us
 * Careers
 * Why OneSignal?
 * Contact Sales
 * Newsroom
 * Partner Program
 * Customer Referral Program

Affpush is the forefront, top-tier self-service platform for elevating customer
engagement across Push Notifications, , Email, SMS& In-App communications.

 * 
 * 
 * 
 * 

 * Privacy
 * Terms of Use
 * Acceptable Use Policy
 * Software Lifecycle Policy

Back to top