Ocean West Posted July 8, 2018 Posted July 8, 2018 I haven't tried or tested, curious to know if you deploy local notifications, like a reminder to for something in your FMGO solution an a few hours from now. And then perform a sync only to be informed that you have a 'new version' does the iOS device remember the notification and execute at set time or does removing the individual file remove any pending local notifications?
Jesse Barnum Posted July 9, 2018 Posted July 9, 2018 That depends on how you're doing the local notifications. If it's an OnTimer script step, you'll need to re-schedule that with the new file, because OnTimer is associated with a particular window. Fundamentally, what happens with MirrorSync's autodeploy feature is: * Finish sync * Download temp file to container field * Export temp container field to local file system * Open temp file, close live file * Download new version into temp file container field * Export new version, overwriting previous version * Open new version
Ocean West Posted July 9, 2018 Author Posted July 9, 2018 Thanks Jesse, do you know if "Configure Local Notification" treated the same as an onTimer/window trigger or do you know if it's FMGo Application or File specific? I'd think it would be more FMApp tapping in to IOS api's since it operates when db is in background or closed.
Jesse Barnum Posted July 9, 2018 Posted July 9, 2018 That's a good question; I don't know if that script step is associated with a particular database file, a database name, or a window.
Recommended Posts
This topic is 2327 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now