Build a swift iOS frontend and PHP backend to update a score.

Job ID: 35688346

Budget: €30 – €250 EUR

The project has two parts: a frontend and a backend.

The frontend app must be developed in vanilla Swift for iOS devices.

It must fetch the current week's result from the backend and update the very simple user interface.

The UI will show a score of a football match (that changes every week).

The UI has a picture and 4 pieces of textual info: local team name, visitor team name, score and a label with the status of the game "Next Sunday", "HH:MM" or "Finished".

The backend PHP script will send an APN notification to the device when called.

The notification between the PHP script backend and the iOS device cannot use any subscription based service, only APNs. The frontend app will implement a delegate method that is called when a notification is received, so that using this method we will present the notification to the user.

If the frontend is not running in the iOS device, the user must receive a system notification that opens the app when clicked and updates the score.

Your job is to:

1.- develop the vanilla Swift frontend app
2.- develop the notification script in PHP
3.- help me configure the CSR and establish the secure connection between the PHP script and the APNs.
4.- help me publish the app to the App store

The JSON file is simple as simple as:

{
"local": "ESP",
"visitor": "FRA",
"status": "Finished",
"score": "2-0"
}

Thank you.