IPhone GData Unsupported browser?

I'm developing an application that uses the GData API to get documents from google docs.
I tested it all the times with my own google account. That worked perfectly. But now i created a new test account. With this new account I cant get any document. It always just downloads a file that tells me i have an incompatible browser.
The same documents are working perfectly on my own account. Anyone an idea? Are there some settings in my google account for that problem? Can I change something at the NSURConnection? Anyone else with a similar problem?
Btw. with the iPhone Web GUI I can watch the documents without any problems.
Code to download the document:
NSURLRequest *request = [service requestForURL:url ETag:nil httpMethod:nil];
NSURLResponse *response = nil;
NSData *data = [NSURLConnection sendSynchronousRequest:request
returningResponse:&response
error:&error];
if (error != nil) {
NSLog(@"Error retrieving file: %@", error);
} else {
BOOL written = [data writeToFile:path
options:NSAtomicWrite
error:&error];
if (!written) {
NSLog(@"Error saving file: %@", error);
}

After issuing the command:
config network web-auth captive-bypass enable
The iOS devices can on board. The registration page does not pop up now. It requires you to open a web browser and it appears that chrome for IOS will not work as it still gives an unsupported error but if you open in safari, which I never use, it does work. 

Similar Messages

  • Unsupported Browser on iPhone / iPad with ISE 1.3

    I'm playing around with ISE 1.3 and the self provisioning flow.  I'm able to provision a Windows client, but an iPhone or iPad with IOS 7.1.2 gives me an "unsupported browser" error when I try to sign on.  I have an IOS client provisioning profile set up.  Is IOS 7 no longer supported with ISE 1.3?
    Thanks!

    After issuing the command:
    config network web-auth captive-bypass enable
    The iOS devices can on board. The registration page does not pop up now. It requires you to open a web browser and it appears that chrome for IOS will not work as it still gives an unsupported error but if you open in safari, which I never use, it does work. 

  • Can't access adobe from my smart phone to use my form created in formscentral I receive an error message that says "unsupported browser". There is a link to download a supported browser but the link directs me to another page that says "browser no

    When I try to access adobe from my smart phone to use my form created in formscentral I receive an error message that says "unsupported browser". There is a link to download a supported browser but the link directs me to another page that says "browser not supported at this time". This happened to me while using my IPhone 5, a friend that uses an IPhone 6, and another friend that uses a Samsung Galaxy S5. I just need for my employees to be able to access, complete and submit work orders created in formscentral from their phones. I would like to use the data collection feature in formscentral but at this point any suggestions on how to accomplish this are welcomed. Thank you

    Further info - I changed my security settings to allow apps from anywhere, and again tried to install.  I again got an error message
    that the update failed to install, and to contact Customer Support.

  • Why "Unsupported browser"

    although my browser IE8.0 should bei compatible I get the following message whenever I try to upload a *.pdf text:"Unsupported browser"
    My computer is running with XP professional,SP3.

    Try one or more of these web browsers.
    Flash Video Web Browser – Full Chrome, IE, Firefox, Safari Compatible
    By Splashtop Inc.
    https://itunes.apple.com/us/app/flash-video-web-browser-full/id431331485?mt=8
    Photon Flash Player for iPad - Flash Video & Games plus Private Web Browser
    https://itunes.apple.com/us/app/photon-flash-player-for-ipad/id430200224?mt=8
    Puffin Web Browser Free
    https://itunes.apple.com/us/app/puffin-web-browser-free/id472937654?mt=8
    VirtualBrowser for Firefox with Flash-browser, Java Player and Add-ons - iPhone Edition
    https://itunes.apple.com/us/app/virtualbrowser-for-firefox/id609289360?mt=8

  • Unsupported Browser message

    I bought a MacMini with Lion server software already installed. I activated the web page and can see it from the Safari application within the MacMini. However, if I try and access the page using my laptop, I get the following message:
    Unsupported Browser
    Your browser is not supported.
    The latest version of Safari, Chrome, Firefox or Internet Explorer is required to use Wiki Server on Mac OS X Lion Server. Alternatively, visit this page from an iPod Touch, iPhone or iPad.
    I have the latest version of Safari and Firefox installed on my laptop and get the same message with each. How do I get the Lion Server to recognize browsers from out on the net?
    Thx.
    David

    Wow that is puzzling. Lion would have Safari 5.1 as standard or 5.1.1 if upgraded. I believe I managed to connect to your server (as a test) and it displayed correctly in Safari 5.1 under Mac OS X 10.6.8 - see below. I did not have a Lion machine available to test with.
    I could certainly expect it to be not accessible using older versions of Internet Explorer, but it should work with a Lion client. In order to try and eliminate the SonicWALL as a cause, try accessing it internally via the LAN IP address (the internal address) of your server e.g. http://192.168.1.10 doing so will prevent the traffic going through the SonicWALL.

  • Shared folio, unsupported browser

    Any assistance with the following would be appreciated. I have looked through this forum to try to find an answer but haven't quite found it yet.
    I just shared a Folio with a client and have given instruction for them to create their Adobe ID at digitalpublishing.acrobat.com using the email address that I shared the Folio to. When they tap on the shared link on their iPad and iPhone, they get an error saying that the browser is unsupported and that an upgrade is needed.
    I have given direction to have them install the most recent Adobe Content Viewer on their iPad and login using their Adobe ID credentials. They will be able to view the shared Folio on the iPad that way.
    Can you tell me how to resolve this unsupported browser issue though? I have tested on my iPad (2) and am having the problem as well. Obviously, we want to view the app itself using the Content Viewer on the iPad but shouldn't the shared user be able to see a browser based (acrobat.com) view of the folio as well?
    Thanks.
    Josh

    As Bob said, the digital publishing suite online runs on flash
    it's not possible to view that on the iPad - you have to use a desktop browser for that unfortunately
    if they want to see the just the folio, they should be able to download it through the content viewer on the iPad if they sign in with the credentials you shared them..
    Tim

  • IPhone/iPod Touch browser support

    Probably not the right place to post but...
    I get a pop up in Safari on an iPod Touch saying I have an unsupported browser. IE 7, Firefox, etc are supported. The project is using ADF components.
    Web pages do work in Google's Chrome.
    Where do I adjust for/add the target browser in JDev/WebLogic ?

    Hi,
    The support for iPhone/iPod Touch Safari is in ADF Mobile, which as Shay pointed out requires the use of the Trinidad library. A view project intended for ADF Mobile cannot contain any reference to ADF Faces components. The general steps for creating an ADF Mobile application is as follows:
    1. Define your model project as usual, or simply re-use the same model project or application as your ADF Faces app.
    2. Create a new project - select a generic project. When prompted for project technology, select just "Mobile". This would bring over the necessary libraries for ADF Mobile, but nothing else.
    3. Create page flows and views as you would for any JSF application. You can use any Trinidad component available in the component palette.
    The tutorial for creating a simple mobile app is at: http://www.oracle.com/technology/products/jdev/11/cuecards/adf_set_51/ccset51_ALL.html
    The short demo for creating a mobile app is at: http://www.oracle.com/technology/products/jdev/viewlets/viewlet.html
    Developer Guide for ADF Mobile also contains useful information, which is in the documentation area of ADF/JDeveloper.
    Lastly, there is a sample application that contains a number of optimizations for smartphone browsers, including specific optimizations for iPhone. You can download the sample file at: http://www.oracle.com/technology/tech/wireless/adfm_new.zip. This sample app is designed to work with Fusion Order Demo. You can try to follow the tutorial above, and then use this project as a sample to enhance you app.
    If you encounter any issues, please email me at [email protected]
    Thanks,
    Joe Huang

  • Can't get email due to unsupported browser message??

    Cannot get email (icloud) due to unsupported browser message?

    Tiger 10.4.11 does not support iCloud.
    iCloud requirements >  Apple - iCloud - Learn how to set up iCloud on all your devices.
    iCloud requires v10.7.4 or later ...

  • I downloaded a version of Roboform and got unsupported browser messages so I uninstalled it but the messages persist

    I downloaded a version of Roboform and got unsupported browser messages. I tried to uninstall Roboform and apparently did, as no icon, application or system preference files remain. The toolbar remains and the messages persist. I had the whole system reinstalled, which got rid of the messages but, yesterday, I did a software update (installing Java, Safari updates, etc.) and the messages are back. Can someone suggest how to get rid of them?

    Download the latest update on the Web site, 7.5.7:
    http://www.roboform.com/dist/RoboForm-Setup.exe
    Please be sure to follow us on Twitter and Like us on Facebook for the latest news and information about RoboForm.
    http://www.facebook.com/roboform
    http://www.twitter.com/roboform
    Thanks,
    Michelle
    Siber Systems, Inc.

  • JavaScript Error Unsupported browser!

    Since the Safri update a few days ago, a handful of webpages produce a "javaScript error Unsupported browser!" error message.  The message appears 4 seperate times with the option to hit OK.  The message has appeared on YouTube as well as on this Support page.
    I have run a Software update severla times since the upgrade (as well as after my Mountain Lion uprage).  This has not addressed the problem.
    Any ideas on a fix?
    Thanks.

    Here are my results:
    Step 1
    com.Logitech.Control Center.HID
    com.Logitech.Unifying.HID Driver
    com.AmbrosiaSW.AudioSupport (4.0)
    com.DataRobotics.driver.iSCSIInitiator (1.4.31)
    com.Cycling74.driver.Soundflower (1.5.2)
    com.eset.kext.esets_kac (4.1.86)
    MacBooks-iMac:~ Mike$ kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    com.Logitech.Control Center.HID
    com.Logitech.Unifying.HID Driver
    com.AmbrosiaSW.AudioSupport (4.0)
    com.DataRobotics.driver.iSCSIInitiator (1.4.31)
    com.Cycling74.driver.Soundflower (1.5.2)
    com.eset.kext.esets_kac (4.1.86)
    Step 2
    com.splashtop.streamer.SRServiceDaemon
    com.prosofteng.DriveGenius.locum
    com.opendns.osx.DNSCryptConfigUpdater
    com.microsoft.office.licensing.helper
    com.micromat.TechToolProDaemon
    com.eset.esets_daemon
    com.dymo.pnpd
    com.datarobotics.ddserviced
    com.datarobotics.ddservice64d
    com.bjango.istatlocaldaemon
    com.adobe.SwitchBoard
    com.adobe.fpsaud
    Step 3
    com.growl.GrowlLauncher
    com.splashtop.streamer.SRServiceAgent
    com.sandisk.cruzeragent
    com.opendns.osx.DNSCryptMenuBar
    com.micromat.TechToolProAgent
    com.maintain.CocktailSystemEvents
    com.Logitech.Control
    com.epson.epw.agent
    com.bjango.istatlocal
    com.amazon.sendtokindle.launcher
    ws.agile.1PasswordAgent
    info.lokiware.attachmenttamer.setupagent
    com.valvesoftware.steamclean
    com.prosofteng.DGMonitor
    com.plexapp.helper
    com.google.keystone.user.agent
    com.ecamm.printopia
    com.divx.agent.postinstall
    com.adobe.ARM.df0ab5bbe6f698196fcc21e3c1e66dcb758bd911f4d637272d9d8109
    com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae
    Step 4
    /Library/Address Book Plug-Ins:
    DYMO Address Book Addin.bundle
    /Library/Components:
    /Library/Extensions:
    /Library/Frameworks:
    ADAPI.framework
    AECore.framework
    AEProfiling.framework
    AERegistration.framework
    Adobe AIR.framework
    AudioMixEngine.framework
    DSPPublishing.framework
    DYMO
    EWSMac.framework
    FxPlug.framework
    HPPml.framework
    HPServicesInterface.framework
    MacFUSE.framework
    MediaServerAPI.framework
    NyxAudioAnalysis.framework
    OSXFUSE.framework
    PluginManager.framework
    ProFX.framework
    Qmaster.framework
    SRFrameBufferConnection.framework
    SU2VW.framework
    SketchUpReader.framework
    TSLicense.framework
    XSKey.framework
    cisco-vpnclient.framework
    iLifeFaceRecognition.framework
    iTunesLibrary.framework
    openquicktime.framework
    /Library/Input Methods:
    /Library/Internet Plug-Ins:
    AdobePDFViewer.plugin
    AmazonMP3DownloaderPlugin.plugin
    DFusionWebPlugin.plugin
    DFusionWebPluginS64.plugin
    DYMO NPAPI Addin.plugin
    DYMO Safari Addin.bundle
    DYMO Safari Addin.plugin
    Flash Player.plugin
    Flip4Mac WMV Plugin.plugin
    JavaAppletPlugin.plugin
    OfficeLiveBrowserPlugin.plugin
    Quartz Composer.webplugin
    QuickTime Plugin.plugin
    SharePointBrowserPlugin.plugin
    SharePointWebKitPlugin.webplugin
    Silverlight.plugin
    VLC Plugin.plugin
    flashplayer.xpt
    iPhotoPhotocast.plugin
    npContributeMac.bundle
    nsIQTScriptablePlugin.xpt
    /Library/Keyboard Layouts:
    /Library/LaunchAgents:
    com.Logitech.Control Center.Daemon.plist
    com.adobe.AAM.Updater-1.0.plist
    com.amazon.sendtokindle.launcher.plist
    com.bjango.istatlocal.plist
    com.epson.epw.agent.plist
    com.maintain.CocktailSystemEvents.plist
    com.micromat.TechToolProAgent.plist
    com.opendns.osx.DNSCryptMenuBar.plist
    com.sandisk.cruzeragent.plist
    com.splashtop.streamer.SRServiceAgent.plist
    /Library/LaunchDaemons:
    com.adobe.SwitchBoard.plist
    com.adobe.fpsaud.plist
    com.apple.aelwriter.plist
    com.apple.qmaster.qmasterd.plist
    com.apple.remotepairtool.plist
    com.bjango.istatlocaldaemon.plist
    com.datarobotics.ddservice64d.plist
    com.datarobotics.ddserviced.plist
    com.dymo.pnpd.plist
    com.eset.esets_daemon.plist
    com.maintain.CocktailScheduler.plist
    com.micromat.TechToolProDaemon.plist
    com.microsoft.office.licensing.helper.plist
    com.opendns.osx.DNSCryptConfigUpdater.plist
    com.prosofteng.DriveGenius.locum.plist
    com.splashtop.streamer.SRServiceDaemon.plist
    /Library/PreferencePanes:
    Apple Qmaster.prefPane
    Flash Player.prefPane
    Flip4Mac WMV.prefPane
    Logitech Control Center.prefPane
    MacFUSE.prefPane
    Perian.prefPane
    TechTool Protection.prefPane
    Tuxera NTFS.prefPane
    /Library/PrivilegedHelperTools:
    com.microsoft.office.licensing.helper
    com.prosofteng.DriveGenius.locum
    /Library/QuickLook:
    GBQLGenerator.qlgenerator
    LogicQLGenerator.qlgenerator
    QuickLookEyeTV.qlgenerator
    iWork.qlgenerator
    /Library/QuickTime:
    .3ivx_dependency
    3ivxMediaExporter.component
    3ivxVideoCodec.component
    AC3MovieImport.component
    AppleAVCIntraCodec.component
    AppleHDVCodec.component
    AppleIntermediateCodec.component
    AppleMPEG2Codec.component
    AppleProResCodec.component
    DVCPROHDCodec.component
    DVCPROHDMuxer.component
    DVCPROHDVideoDigitizer.component
    DVCPROHDVideoOutput.component
    DVCPROHDVideoOutputClock.component
    DVCPROHDVideoOutputCodec.component
    DesktopVideoOut.component
    EyeTV MPEG Support.component
    FCP Uncompressed 422.component
    Flip4Mac WMV Advanced.component
    Flip4Mac WMV Export.component
    Flip4Mac WMV Import.component
    IMXCodec.component
    LiveType.component
    Perian.component
    SoundboothScoreCodec.component
    /Library/ScriptingAdditions:
    Adobe Unit Types.osax
    TotalFinder.osax
    /Library/Spotlight:
    GBSpotlightImporter.mdimporter
    LogicPro.mdimporter
    Microsoft Office.mdimporter
    iWork.mdimporter
    /Library/StartupItems:
    Cocktail
    EyeConnect
    HP IO
    /etc/mach_init.d:
    /etc/mach_init_per_login_session.d:
    /etc/mach_init_per_user.d:
    Library/Address Book Plug-Ins:
    Library/Fonts:
    Library/Input Methods:
    .localized
    Library/Internet Plug-Ins:
    ClickToFlash.webplugin
    Google Earth Web Plug-in.plugin
    Picasa.plugin
    rf-safari-plugin.webplugin
    Library/Keyboard Layouts:
    Library/LaunchAgents:
    com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist
    com.adobe.ARM.df0ab5bbe6f698196fcc21e3c1e66dcb758bd911f4d637272d9d8109.plist
    com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.51E39DB1-5911-4FC3-9722-445 D11FBB2C3.plist
    com.apple.FolderActions.enabled.plist
    com.apple.FolderActions.folders.plist
    com.apple.MobileMeSyncClientAgent.plist
    com.apple.SafariBookmarksSyncer.plist
    com.divx.agent.postinstall.plist
    com.ecamm.printopia.plist
    com.google.keystone.agent.plist
    com.plexapp.helper.plist
    com.prosofteng.DGMonitor.plist
    com.valvesoftware.steamclean.plist
    info.lokiware.attachmenttamer.setupagent.plist
    ws.agile.1PasswordAgent.plist
    Library/Mail/Bundles:
    Attachment Tamer.mailbundle
    DEVONMailConduit-SnowLeopard.mailbundle
    SpamSieve.mailbundle
    Library/Mail/Bundles (Disabled 1):
    DEVONMailConduit-SnowLeopard.mailbundle
    Library/Mail/Bundles (Disabled 2):
    DEVONMailConduit-SnowLeopard.mailbundle
    Library/Mail/Bundles (Disabled):
    Library/PreferencePanes:
    EarthDesk.prefPane
    PTHPasteboard.prefPane
    Printopia.prefPane
    Library/ScriptingAdditions:
    Library/Services:
    WinzipAdd.workflow
    WinzipEmail.workflow
    WinzipUnzip.workflow
    Step 5
    GrowlHelperApp, GrowlMenu, OpenDNS Updater, MenuCalendarClock iCal, Fantastical, VMware Fusion Helper, Air Video Server, EyeTV Helper, Bonjour Mounter, Bonjour Mounter, DEVONthink Sorter, RoboFormIcon, TotalFinder, Tunnelblick, Dropbox, ESET Cybersecurity
    Hope this helps,
    Mike

  • Can't get on to Apple support unsupported browser error message

    I am trying to get on to Apple support as when I try and download a movie it saysmpavcontroller error domain error 3 . But I cant get on to Apple support as it says unsupported browser but my iPad software is up to date. Any solutions for both? My software is up to date and I have tried a hard reset but I still get the same error messages.

    The first thing that I would try is simply restart your iPad and then try again.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    If no luck, try clearing Safari, close Safari, and reset your iPad and then try again. If that will not allow you to connect, post back with very specific details as to what you are doing.
    Go to Settings>Safari>Clear History and Website Data
    In order to close Safari, you have to drag the app up from the multitasking display. Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to Safari and then swipe "up" on the app preview thumbnail to close it.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • Unsupported browser javascript

    After updating to Mountain Lion, now safari reports error messages of javascript saying "unsupported browser".
    Any thoughts?

    After updating to Mountain Lion, now safari reports error messages of javascript saying "unsupported browser".
    Any thoughts?

  • I keep getting that I have unsupported browser when trying to opend FAFSA.ed.gov, what do I do?

    I am trying to view my fafsa on the web and it keeps telling my "unsupported browser detected". I have windows 7 and my Mozilla is 8.0

    If the site only works with older versions of Firefox try it with Firefox 3.6
    You may wish to try Firefox Portable, you can then use that for the problem site, and continue to use Firefox 8, or 9 for day to day browsing. (I think Firefox 9 is due out as a new Release today).
    * see [[installing a previous version of firefox]]
    * and http://portableapps.com/apps/internet/firefox_portable/localization#legacy36

  • Unsupported Browser on Flickr

    I am running safari 5.1.10 on Snow Leopard and am fully updated. As of 2 days ago I am getting unsupported browser on the flickr photosharing website. Their staff say my browser is old and out of date. Any fixes you know of?

    You need to either upgrade the computer's OS or switch to a product such as Firefox.
    To upgrade, open the Mac App Store and try downloading Yosemite. If you get told it's incompatible, choose About this Mac from the Apple menu, check if the computer has at least a Xeon or Core 2 Duo(not Core Duo) CPU and 2GB of RAM, and if it does, click here and order a download code for Lion 10.7.
    Back up your data and check your applications for compatibility before upgrading. In particular, Mac OS X 10.7 and newer don't support PowerPC programs such as versions of Microsoft Office prior to 2008.
    (126755)

  • Oracle Application Unsupported Browser Alerts

    Hi experts,
    I'm getting an Unsupported Browser alert message whenever I'm logging in to Oracle RPAS Fusion Client, and when I'm
    adding the Fusion Client URL to the compatibility settings of Internet Explorer, it doesn't work. It can't be added.
    Does anyone know something about this? or can I use Google Chrome as my browser instead? Is it supported by Oracle?
    Thanks,
    Jermy

    Hello Adrián,
    Application Server 10g was desupported on December 31st, 2011 as per information in the [url http://www.oracle.com/support/library/brochure/lifetime-support-middleware.pdf]Lifetime Support Bulletin.
    Thanks,
    EJ

Maybe you are looking for

  • Looking for all in one network printer, know any?

    I am looking to buy a all in one, multi function network printer. I have been searching around, calling different vendors, but cant get a clear answer for anybody. I need it to print and scan over the network on OS X and Window$. Any help would be mu

  • Can't figure out how to install sql server for PHP

    I am trying to install SQL Server for PHP on a server with Server 2008 32 bit.  The exe from http://www.microsoft.com/en-us/download/details.aspx?id=20098 keeps tell me that it is an invalid win32 application.  I've tried running as administrator as

  • Problem with special character like u00E5,u00E4 u00F6 in Sender JMS Adapter

    Hi, Problem: Sender JMS Adapter has transformation error when the file includes western european characters such as å,ä ö. And because of this reason the data is not picked up by adapter. The scenrio is JMS --- > XI ---> Proxy. If the file does not i

  • Long running MDX-query

    Table [Summary Requests] (count: 102 131): Id Int primary key RequesterFullNameId Int Dimesion [Dm Requester Full Names] (count: 50 124): Id Int primary key Title VARCHAR(1000) Dimesion [Dm Date] (count: 1 306): FullDate DateTime первичный ключ Year

  • Report Background Engine takes long time

    Hi all, I'm using Reports6i while the db is a 10gXE instance. When I click for the report, I see RBE starts but nothing happens for about 2-3 minutes; also in task manager I see RBE doesn't use CPU. After those minutes, ther parameter form appears. E