Don_Macaroni Posted June 20, 2014 Posted June 20, 2014 I made a FileMaker Go 13 solution and made a custom icon for it on the home screen using the iPhone Config Utility. The app and the link all work just fine. But since the icon is basically an URL, it goes through Safari. When clicked, Safari sees the file extension and opens the file in FileMaker Go. But it does this only once automatically, after one click the link is set as browser history. So the next time you click the app icon, Safari asks to 'Open this page in "FileMaker Go"?' with 'Cancel' and 'Open' as clickable options. Very annoying. If you clear Safari's browser history in 'Settings', it opens again in a single run. But right thereafter you get the message again in Safari. Not really user friendly, as the user needs to click 'Open' to continue the app. I've been looking into scripts that clear the browser history, but there aren't any that I know off. Also, turning on private browsing does not make a difference. Any suggestions highly appreciated.
Ocean West Posted June 22, 2014 Posted June 22, 2014 Why not just use https://fmdev.filemaker.com/docs/DOC-2654 the App Maker it generates a profile and even through it passes thru safari It never prompts you. 2
Don_Macaroni Posted June 24, 2014 Author Posted June 24, 2014 Did not try it yet, iPod is at my customer who's using the app... But I compared the profiles, and the only thing different is this: iPhone Configuration Utility: <key>URL</key> <string>fmp://%7E/apptag.fmp12</string> FileMaker App Maker: <key>URL</key> <string>javascript:window.location='FMP://%7E/tagapp.fmp12'</string> So indeed, maybe the "javascript:window.location" prevents Safari from asking the above... Will test for sure, but I think this does the trick.
Nakizimbo Posted June 27, 2014 Posted June 27, 2014 The app maker works very well. Just make sure you are using the IOS 7 version, assuming you have IOS 7 on your device. Also, if you have both FM12 and FM13 on your device you will have yo remove the FM12 for the app to work with a FM13 solution.
Newbies scotty321 Posted December 5, 2014 Newbies Posted December 5, 2014 The problem with using the app maker is that you can't embed a username & password into the fmp:// url scheme. For example, the fmp:// url scheme allows you to type something like this: fmp://username:password@IP_Address/DatabaseName.fmp12 However, if you use the app maker, it encodes that "@" symbol as a %40, so you are forced to use the iPhone Configuration Utility.
mikedr Posted January 26, 2015 Posted January 26, 2015 (bump) Even if you use App Maker, the "open this page" prompt still appears with ios 8. Any workaround?
Sky Willmott Posted January 26, 2015 Posted January 26, 2015 Hi, You could try using the attached version of App Maker, to create the profile, which I modified so it works with iOS 8... Just go to the 'Settings' tab and make sure you select 'iOS 8' from the 'Supported iOS version' popup menu. Hope this helps... [edit: oops, forgot attachment, should be here now] App Maker 1.0.4sky.fmp12.zip
mikedr Posted January 26, 2015 Posted January 26, 2015 Unfortunately, the problem still pops up. It seems to be an iOS 8 issue, sadly. Not a huge dealer breaker, just a bit of a bummer.
Newbies advancesoftware Posted March 26, 2015 Newbies Posted March 26, 2015 hi, do you still have the updated appmaker download? seems the link is broken? thanks.
mikedr Posted March 26, 2015 Posted March 26, 2015 hi, do you still have the updated appmaker download? seems the link is broken? thanks. Send me a PM with your email address, and I can email you the latest version I have -- 1.0.4. It clocks in at 3.1 MB.
optisyen Posted September 9, 2017 Posted September 9, 2017 App Maker 1.0.4.fmp12 not work on ios10.3.3 Mail attachement abc.mobileconfig . Double click Open with? Not install.
Recommended Posts
This topic is 2885 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