Is it possible to use python and/or kivy to send local notifications on ios? Really it does not have to vibrate, just a number icon and maybe a real-time message would work.
Edit:
Looking at the comments it seems that Pyobjus would be able to accomplish this, but i am not exactly sure how.
Ugh! my dreams are spoiled. My hackintosh is not yet complete and pybojus needs a mac! So it looks like this is going to be an Android app. But I still have no idea how to do this.
autoclass
to create a Python proxy to an ObjC class and call the methods just like you would in an ObjC iOS app. – Chili