Beginner with a few iOS related questions
Posted: Tue Apr 09, 2013 4:36 pm
Hey guys,
I'm interested in learning to develop iOS and possibly android apps, and I came across LiveCode in my search for a tool that would simplify the whole process. I have a few ideas in mind for apps that I'd like to develop in the future, and before I get started, I just want to make sure that certain features will be possible to create with LiveCode. This will be later down the line once I've developed some degree of mastery in the software.
1. Location based notifications
Is it possible to have an app send iOS notifications (as in notifications that show up in the notification center or on the lock screen) when the user arrives at a certain location. This would be like the iOS Reminders app location based reminder feature. I've seen a few third party apps that claim to have this feature, but I haven't bought them, so I can't verify it first hand.
Based on information in "iOS Deployment Release Notes," I know that LiveCode apps can use GPS location tracking and that they can create "local notifications," but I don't see a parameter for location in the local notification command (I only took one Java class in college a couple of years ago, so I'm not sure that command is even the correct term...)
I found the following in the previously mentioned release notes: "mobileCreateLocalNotification alertBody, alertButtonMessage, alertPayload, alertTime, playSound, [badgeValue]"
My understanding is that notifications are handled by iOS and only scheduled with the app itself, so if you can't send a location parameter when you setup the notification, is it possible to set up a location based notification?
Can any third party apps send location based notifications? Again, I've seen people claim that their app could do this, but I didn't want to buy an app I didn't actually want. Maybe only if the app is running in the background?
2. Background Clipboard Monitoring
I have an app called "Clipboard Manager and History" that will run in the background and keeps a list of everything that has been saved to my clipboard while I'm using other apps. It does not require me to return to the app after each item is saved to the clipboard, although it can only do this background monitoring for 10 minutes as limited by iOS.
Would it be possible to set this up with a Live Code app? I didn't see anything about the clipboard in the release notes document I mentioned, and I'm not sure where else to look at this point.
I'd really appreciated any guidance with this! I can't wait to get started!
I'm interested in learning to develop iOS and possibly android apps, and I came across LiveCode in my search for a tool that would simplify the whole process. I have a few ideas in mind for apps that I'd like to develop in the future, and before I get started, I just want to make sure that certain features will be possible to create with LiveCode. This will be later down the line once I've developed some degree of mastery in the software.
1. Location based notifications
Is it possible to have an app send iOS notifications (as in notifications that show up in the notification center or on the lock screen) when the user arrives at a certain location. This would be like the iOS Reminders app location based reminder feature. I've seen a few third party apps that claim to have this feature, but I haven't bought them, so I can't verify it first hand.
Based on information in "iOS Deployment Release Notes," I know that LiveCode apps can use GPS location tracking and that they can create "local notifications," but I don't see a parameter for location in the local notification command (I only took one Java class in college a couple of years ago, so I'm not sure that command is even the correct term...)
I found the following in the previously mentioned release notes: "mobileCreateLocalNotification alertBody, alertButtonMessage, alertPayload, alertTime, playSound, [badgeValue]"
My understanding is that notifications are handled by iOS and only scheduled with the app itself, so if you can't send a location parameter when you setup the notification, is it possible to set up a location based notification?
Can any third party apps send location based notifications? Again, I've seen people claim that their app could do this, but I didn't want to buy an app I didn't actually want. Maybe only if the app is running in the background?
2. Background Clipboard Monitoring
I have an app called "Clipboard Manager and History" that will run in the background and keeps a list of everything that has been saved to my clipboard while I'm using other apps. It does not require me to return to the app after each item is saved to the clipboard, although it can only do this background monitoring for 10 minutes as limited by iOS.
Would it be possible to set this up with a Live Code app? I didn't see anything about the clipboard in the release notes document I mentioned, and I'm not sure where else to look at this point.
I'd really appreciated any guidance with this! I can't wait to get started!