Home
Softono

Food Delivery Ios App

Open source Swift
38
Stars
25
Forks
4
Issues
8
Watchers
3 years
Last Commit

 About Food Delivery Ios App

A food delivery application built using Swift for iOS. The application uses Pushers notifications feature to send push notifications to mobile devices.

Platforms

Web Self-hosted macOS iOS

Languages

Swift

Links

Need Help Installing Food Delivery Ios App?

We provide expert installation service for this software. Our team will install, configure, and secure Food Delivery Ios App on your server. plans start at just $30.

Food Delivery Ios App

View on GitHub

Food Delivery Application

A food delivery application built using Swift for iOS. The application uses Pushers notifications feature to send push notifications to mobile devices.

View tutorial

Requirements

  • A Mac with Xcode installed.
  • Knowledge of using Xcode.
  • Knowledge of Swift.
  • A Pusher account.
  • Basic knowledge of JavaScript/Node.js.
  • Cocoapods installed on your machine.

Installation

  • Download the repository.
  • cd to both apps directory and run pod install in them both.
  • Open both applications workspace file in Xcode.
  • Set up your Pusher push notifications app (if you want to test push notifications).
  • Copy Backend/config.example.js to Backend/config.js and enter your applications credentials.
  • Run node index.js inside the Backend directory.
  • Run the Xcode application(s).

⚠️ To test the Push notifications you will need to first use Ngrok to tunnel your backend application, change the URL to the API in the AppDelegate of both projects, then run the applications on your iOS device. You also need a paid Apple Developer account.