Posts

Post not yet marked as solved
0 Replies
931 Views
I'm planning on making a Python/Django Web Program setup for phones. Since we cannot send Push Notifications to an iPhone or an Android using a Web Program, can we create a small SWIFT application in the Apple Store whose only functions are to run the Web Program, and be ready to create a Push Notification for the iPhone when the Web Program tells it to. and the same kind of thing with Kotlin for Android.So the user is doing EVERYTHING in the Web Program but the SWIFT program is running in the background and ready to create a Push Notification if it received a command from the Web Program.Is this possible?
Posted Last updated
.