Skip to content

AndroCurious/android-sdk-pollfish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pollfish Android SDK

alt tag

[Pollfish] (http://www.pollfish.com) is new way of monetizing mobile apps that pays up to 20x more than classic ads.

Pollfish is a survey platform that delivers surveys instead of ads through mobile apps. Integration of Pollfish SDK takes less than 2 minutes and requires only one line of code. No changes are needed in the UI of the app since everything is displayed as an overlay (see screenshots below), while users that respond to surveys, enter into draws and win prizes (happy users)!

Minimum revenue for each completed survey through an app is $0.30 and users never leave the app. If no survey is available, nothing is shown to the users, as if Pollfish was never integrated in the app.

Since Pollfish addresses the market research marketplace, Pollfish surveys can be used along with any ad network you are already using in your app without any problem, just to bring extra revenue!

Learn More..

Prerequisites

  • Android 10+ with Google Play Services

Quick Quide

  • Register as a publisher at Pollfish, create an App and copy app's API key
  • Download Pollfish jar or aar file and import to your project
  • Import Google Play Services for your app, as described here.
  • Import Pollfish classes
  • Add permissions to AndroidManifest.xml
  • Call Pollfish initialization function in onResume() of your Activity to activate Pollfish
  • Update your privacy policy
  • Set to Release mode and publish your app at any app store

Look & Feel

alt tag

Documentation

You can see a step by step guide on how to integrate at the official Documentation page

Pollfish Android Demo App

Try the look and feel of Pollfish surveys on [Pollfish Android Demo App] (https://play.google.com/store/apps/details?id=com.pollfish.demo)

Permissions

Pollfish requires only one permission:

<uses-permission android:name="android.permission.INTERNET"/>

FAQ

You can see frequently asked questions [here] (https://www.pollfish.com/faq)

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%