I'm feeling bad for making so many posts, but there's so much new things with Livecode I'm still getting used to it all

I've got the push notification side of it working. I can make my phone have a push notification when I enter it into a stack from computer, as per the tutorial using pushNotificationAndroid. But, to do that, I had to get the device token and email it to myself, then put that ID into the push notification app. Now, my question is this: how can I automatically get the device ID from someone's phone and have it sent to me somehow? Or is there perhaps a better way to do it?
The alternative I was looking to was mobileCreateLocalNotification. Then, there could perhaps be a text file on dropbox that the app would read every day at 5pm for example, and send out whatever the text file says. The issue with that is if the device isn't connected to the internet at 5pm, they might miss the notification.
Ideally I'd like to use pushNotificationAndroid, since it's really easy and doesn't need to update itself at 5pm every day to check for notifications. But I don't want the user having to send me an email of their device ID, since I want to keep it simple
