- cd ~/To the project path
- python3 -m venv venv
- source venv/bin/activate
- pip install -r requirements.txt
- You can create the .p8 file - https://developer.apple.com/account/
- Then go to Certificates, Identifiers & Profiles > Keys > add
- Select Apple Push Notification service (APNs), put a Key Name (whatever).
- Then click on "continue", after "register" and you get it and you can download it.
- You can get the Team Id from under your profile in Apple Developer portal
- Key Id is generated when creating .p8 file
Obtain the device token from Xcode