Skip to content

neoighodaro-articles/pusher-beams-ios-social-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Send push notifications in a social network iOS app

This is a demo of how you can use Pusher Beams within a social network application to send push notifications based on the users settings. The backend is built using Laravel.

View tutorial: Part 1 Part 2

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • A Mac with Xcode installed.
  • Knowledge of using Xcode.
  • Knowledge of the Swift programming langugage.
  • Knowledge of PHP and Laravel.
  • Laravel CLI installed on your machine.
  • SQLite installed on your machine.
  • A Pusher beams API Key. Create one here.
  • Cocoapods installed on your machine.
  • Have completed part one of the article.

Built With

  • Pusher Beams - Send push notifications easily
  • Laravel - Awesome PHP framework
  • Xcode - IDE for developing iOS applications
  • Swift - Modern fast programming language