IPad/app use analysis software?

Hi folks,
  A buddy and I teach student and resident physician trainees.  We show our trainees how to find medical information to guide care.  We have given each an iPad loaded with medical software.  We would like to know if there is a way to track their usage in terms of what apps they use, what kind of info they look up, how frequently they do so, how quickly they access information (which apps do they use to find info for 30 seconds at a time and which ones do they read for 30 minutes at a time), ratio of medical use to Angry Birds, and perhaps more.
  Is there usage analytics software out there which would enable us as educators to learn how our trainee users of our devices use the tools?  This would not be surreptitious, the trainees would know that we're tracking their use and would give consent, so we're not talking about spyware in its evil exploitative non-consentual sense. 
Grateful for your responses.
-- Joshua Steinberg MD

My colleague has not found anything in the App Store either, but there's a lot of stuff in the store which we may overlook, which is why I'm crowd-sourcing our question to this forum of smart experienced people.
I wonder whether Apple would permit what is essentially consensual spyware!
But I don't want to derail this discussion with speculation. Still hoping folks can comment on whether they know if there is such software out there already, or perhaps if such software is impossible because it would violate iOS development policy and I shouldn't bother looking any further.
-- Josh

Similar Messages

  • IPhone/app use analysis software?

    Hi folks,
      A buddy and I teach student and resident physician trainees.  We show our trainees how to find medical information to guide care.  Each has an iPhone (or iPad in some cases) loaded with medical software.  We would like to know if there is a way to track their usage in terms of what apps they use, what kind of info they look up, how frequently they do so, how quickly they access information (which apps do they use to find info for 30 seconds at a time and which ones do they read for 30 minutes at a time), ratio of medical use to Angry Birds, and perhaps more.
      Is there usage analytics software out there which would enable us as educators to learn how our trainee users of our devices use the tools?  This would not be surreptitious, the trainees would know that we're tracking their use and would give consent, so we're not talking about spyware in its evil exploitative non-consentual sense. 
    Grateful for your responses.
    -- Joshua Steinberg MD

    My colleague has not found anything in the App Store either, but there's a lot of stuff in the store which we may overlook, which is why I'm crowd-sourcing our question to this forum of smart experienced people.
    I wonder whether Apple would permit what is essentially consensual spyware!
    But I don't want to derail this discussion with speculation. Still hoping folks can comment on whether they know if there is such software out there already, or perhaps if such software is impossible because it would violate iOS development policy and I shouldn't bother looking any further.
    -- Josh

  • To create a simulation tutorial of an iPad App using Adobe Captivate 08.

    To create a simulation tutorial of an iPad App using Adobe Captivate 08.
    The solution I got is to use Reflector App to mirror the iPad on to the PC and then record the screen. And to show user taps (essential for creating a simulation) through the reflector, NRTouchPoints, a UIWindow subclass that simulates user touches on the screen, has to be included in the application. Has anyone tried this out? Is this suggestion feasible?

    After developing the .swf, I'm creating a .apk (Android application
    package) file which includes the finished .swf file (at 720x1280), 3 icon
    files  (one of which is used as the button on the Android screen to start
    the app), the required .xml file (which holds the necessary info on how
    Android uses the .apk file).
    The finished .apk file is then uploaded to the Android device using the adb
    (Android Debug Bridge) commands in a command prompt.
    Gary Giurbino*
    eLearning Developer
    *Enterprise *Product Docs & Communication
    W: 650.214.2462
    [email protected]
    <http://www.google.com/>*
    1600 Amphitheatre Pkwy
    Mountain View, CA 94043

  • If I create and publish a standalone iPad app using DPS will it work on the iPhone 4?

    If I create and publish a standalone iPad app using DPS will it work on the iPhone 4?

    No.
    Bob

  • How to organize iPad apps using iTunes

    Hello ... this is a repost.
    I saw a post by 'King Penguin' on another thread:
    You can also do it via your computer's iTunes, by connecting and selecting the iPad on the left-hand sidebar (on iTunes 11 you can enable the sidebar via option-command-S on a Mac, control-S on a PC), and on the right-hand side of iTunes on the Apps using the mini screen mockups to move your apps around the screens and into app folders.
    So I've done this on more that one occasion - arranged the apps using iTunes, but when I sync the iPad, the apps on the device are still on the same place as they were before the sync.
    I'm having a problem with my device that's preventing me from moving them around on the device. It seems to be 'dead' on a portion of the left side and as a result I'm unable to move the apps/folders from page to page.
    I thought that arranging the apps using iTunes would be a good work around.
    Any suggestions for troubleshooting the iTunes issues. I'll eventually take the iPad to have it serviced to check out the problem on the left side.
    Thanks in advance.
    ~kim

    Really ... no traction on this? Come on guys, help me out here.
    Thanks.
    ~kim

  • IPad apps using Flash

    Hi - Hoping someone might be able to point me in the right direction. My question is - Can iPad and iPhone apps be created solely with Flash alone (inclusive of tilting and touchscreen features) and submitted to the iTunes store? I have used Flash quite sparsely since Flash 8 so haven't really followed the debate around Flash and Apple devices.
    I'm working on an App for iPad along the lines of a children's interactive book. I'm a trained Illustrator and don't think it would take me long to get up to speed again with Flash, however if Apps absloutely require coding in Apple's SDK then I have the problem of finding or paying someone to make an App from my work (otherwise, I can manage the whole project myself).
    ...and if it is possible to create Apps entirely within Flash - does anyone know of a good starting place for tutorials specifically for this?
    Thanks a lot.

    To just be complete, yes you can complete an app using Flash Pro or Flash Builder plus the proper credentials.
    I prefer Flash Builder as it offers profiling tools that really help keep memory managed. I do not have CS6 but I know CS5.5 does not have a memory profiler. Although with a PITA amount of hacky work you can use instruments in XCode to profile. A great majority of your time developing apps will be finding ways to keep both memory, processor, network traffic and CPU to an absolute optimized minimum.
    You mentioned iOS so the first thing you should do is go pay $99/yr and become an Apple Developer. Otherwise you cannot submit your app or even test on a device without a lot of complicated mayhem. It takes a little time to get set up as a developer so I'd get that process under way. If you're an individual it's easier but if you're a company it involves proving you're a company, faxing, etc.
    After you wade through the iOS provisioning portal (reading all the how-to tabs) you get your app set up in the back end. Any app needs 3 files generated and obtained from files the portal gives you. You add devices, app ids and use those to generate a .mobileprovision file. Typically a person would start at the certificate portion but let me save you a headache. Every new app ID you make is saved in your certificate so you need to make the app ID first. Then you create your own development or distribution certificate for your developer account and download a .cer certificate file. You install that in your computer along with the Apple WWDC developer certificate that's linked on the same page. That lets you create yourself a .p12 file needed to sign an app and since you did this last it will already have the new app ID in it.
    Now you have your .mobileprovision with your device listed in it and .p12 file with password and you're ready to go.
    Just open Flash CS5.5 or CS6, whichever you have, start a new AIR for iOS project. Work in Flash as you normally would but just remember iPhones, iPods and iPads are really just "glorified phones". You can't just animate the way you used to, you have to get used to the idea that running your slick animation on your computer runs great but these devices are EXTREMELY memory and processor deficient. What runs buttery smooth on your computer will bog and run like a train wreck on what will end up feeling like a solar powered calculator.
    Now you're off and running. As long as you're very careful with how much RAM, CPU and GPU you try to use you'll be fine. A book is a good app to start with. Limited animation and you could possibly even use the timeline to do it. Timeline animation ala traditional flash performs considerably worse as compared to code animation. If you haven't used flash since version 8 you've got a whole new language (AS3) and framework (AIR) to learn.
    If you have any specific questions, fire away, but yes you can create the entire iOS app that works like a book using just Flash Pro and having an Apple Developer account.

  • Is there a way to prohibit use of Apple's built in iPad apps, using Configurator?

    We have a number of iPads in our school, and I'm looking for a way to disable use of things like iChat.  Is there a way to disable the built in Apple Apps?

    I was prepared to say that you can't block or circumvent the default iOS apps, and then I read your response. Assuming you have control of the iOS device before the user so you can make such a configuration change, that sounds like an innovative and viable solution. I'll have to look into that.
    Configurator is fairly impressive for a simple tool, though. I read this piece recently which outlines five essential elements of an MDM solution, and it seems like Configurator meets at least some of them. For more about, check out my about.me profile.

  • How to upload files in ipad apps using new iTunes?

    After iTunes 11.0.0.163, the interface has changed so much that it is difficult to do even regular operations with windows pcs. How do we transfer files from pc to ipad using iTunes? Any help pl?

    Sorry to come back, though I could now see the side bar and app menu, it only gives the option to remove the app through a button against each app. In earlier version if I double click a particular app, it will open up a dialogue box asking for add files and one could drag drop files from pc to iTunes.
    This is not happening now. So the problem still remains unresolved.
    Any help pl!

  • Is there any iPad app using adobe AIR ?

    Hi there,
    Do you know some good apps for iPad using AIR ?
    I could only find the famous game "Machinarium" and the Wired app...
    Thank you all very much.
    Regards,
    Hugo

    My game Magnolia is both for iPad and iPhone
    App store: http://itunes.apple.com/us/app/magnolia/id470511737?mt=8
    And also available on Android
    Brian

  • IPad app created from Captivate using PhoneGap Build has ugly warning

    I have an app that is generated by Captivate 7 that I have published as HTML5 and then converted to an iPad app using Adobe PhoneGap Build.
    After conversion, I get a white screen on launch with a dialog box stating "Adobe Captivate - This browser does not support some of the content in the file you are trying to view.  Use one of the following browsers."  The message includes a list of versions of Safari, Internet Explorer, and Chrome.  If I dismiss the dialog and then hit the play button, the app works fine.
    With this warning, apps created from PhoneGap Build are pretty ugly.
    Getting rid of the warning is mandatory for us.  I'd also like to get rid of the need to hit the Play button.
    --Hal

    Just to clear up my third question, I'm not asking whether our customers will need a set of these credentials to access our content, I'm asking if its required I get these credentials to publish the content.

  • IPAD App for SAP without Middleware

    Hi experts,
    I am new about mobility topics and I am involved in a new project that consists in developing iPAD apps using data from SAP ECC and saved into the tablet.
    In my business scenario there will be about 1.000 users that need to synchronize data from SAP ECC with the following characteristics:
    Volumes
    Basically there are 2 type of data to store into the iPAD:
    Clients assigned in Portfolio (about 1500 clients per User to download)
    Static data (i.e. configuration table/parameter)
    Let's assume that the size of data exchanged is about 3 Megabyte
    Frequency
    The initial upload has to be made once a year and thereafter once a day it should be checked for updates
    At the very present time we are supposing to use web services calling SAP ECC in order to retrieve and store data.Is there any particular drawback in doing it without a Middleware?
    I have heard about Sybase, but I cannot find the real advantage since it seems to be another database where data can be replicated into it. As for the device management console, my client is adopting yet AirWatch.
    I have also heard about SAP Netweaver Gateway but I cannot catch the real advantage into using it.
    Thanks
    E.

    Hi Emanuele,
    In your case, SUP would provide the development tools, framework and APIs to easily handle the authentication, synchronization etc. You wouldn't need to define your own synchronization mechanism, it's in the product. Now if the updates are only sent from the server to the mobile devices, this shouldn't be to difficult to handle even without SUP.
    You could easily create REST Web Services using Gateway and then consume them using the mobile devices. You don't want to consume SOAP Web Services using a mobile application, trust me. You could do this using the ICF (Internet Communication Framework) to  achieve this but again it would be easier with Gateway.
    You don't necessarily need SUP or Gateway to create only a simple mobile application. But then if your customer is happy with their first mobile application, they'll want more. And then products such as SUP or Gateway can make the difference. These products prodvide a standard development environment, tools to manage the apps and the users etc. With multiple mobile apps connected to multiple back-ends with more and more users, you'll need a middleware to manage all this and make sure the performance is great.
    Usually people don't use SUP or Gateway for their first mobile application but then they start to see the benefits of mobility and they want more. And then they start to realize the benefits of these products and they understand that a real mobile strategy has to be defined etc.
    Regards,
    Pierre

  • Ipad App Open PDF Links But Can Not Go Back

    Hi i have just created an iPad app using the HTML5 Captivate App Pacakger. In my course I have links to PDFs that open in a new tab that work great in a browser situation.
    Now that i have published the app an iPad IOS app when i click the link to the PDF it takes me to the PDF but there is no way to go back the the last screen in the course!
    How can a create a way to go back to the Course screen?
    Thanks,
    Oliver

    If you have the app on a computer in your iTunes Library, and it has not been updated, you can sync it to your iPad.

  • How to always start ipad app with first page?

    Hi,
    I'm creating an ipad app using InDesign CC.
    Right now when I close the app and open it again it shows the last page before closing.
    Is there a way to tell the app to always start from the first page?
    Regards
    Christoph

    OK, thx

  • Multi-language iPad app - Folio Builder

    Hi!
    I am working on a custom b2b iPad app using InDesign's Folio Builder and I need to have it in three languages. I know that during publication process it is possible to choose which languages are supported. But how to make the folio work in those languages?
    Thanks!

    That would be the easiest way. There's no way to automatically have the
    content change.
    BTW, someone moved this from InDesign to the DPS forum. Please keep any DPS
    related inquiries here in the future.

  • Can I Publish iPad app with Creative Cloud or do I need to upgrade?

    I have a subscription to Creative Cloud that is about to expire.
    Before I renew - want to know if I can publish an iPad app with Creative Cloud, or do I need to upgrade to Creative Suite or Digital Publishing Suite?
    Thanks!

    Digital Publishing Suite, Single Edition was added to the Cloud in Sep 2012
    http://blogs.adobe.com/creativecloud/dpsse/
    "As a Creative Cloud member, you can now create, develop, and deliver iPad apps using the tools you’re already familiar with. Design brochures, personal portfolios, yearbooks, annual reports — and integrate interactive elements such as slideshows and image sequences — using our latest release: the Digital Publishing Suite, Single Edition.
    This new functionality comes as a plugin to InDesign, making it an approachable and intuitive solution that leverages your existing skills — so if you know print design, you already know how to create an iPad app. What’s even more exciting is that, as a Creative Cloud member, you get the exclusive benefit of being able to submit an unlimited number of iPad apps to the Apple App Store. If purchased separately, publishing each app costs US $395."

Maybe you are looking for

  • Purchase and download Playbook apps

    We don't use a Blackberry phone.  We have a Playbook.  How then do we get access to the apps?  According to this site, the first step is to install the Blackberry App World plugin.  The second step is to connect your Smartphone, and I presume that's

  • Installing CS 5.5 Design Premium

    I deleted Creative Suite from my Macbook Air when I ran out of storage space. I now want to reinstall it. I have my serial number. can anyone advise how i can do this?

  • AD connector issue - OIM 10g

    Hi, Create AD User task is getting rejected with error UNABLE_TO_GET_OBJECTGUID_FROM_TARGET. In logs the objectGUID is coming as null with the exception javax.naming exception and the remaining name used to fetch the objectGUID contains cn=Leo L. Edw

  • Xcode keeps asking in a loop for authorisation on startup asking "Install additional required components?"

    On OS X 10.10.1 and with Xcode 6.1.1 on Xcode startup, I am presented with the following dialog box: If I select "Quit" Xcode quits. If I select "Install" I'm presented with dialog "Xcode wants to make changes. Type your password to allow this." When

  • Terminate Web Dynpro Apllication

    Hi, is there any possibility to kill a running web Dynpro application without restart the J2EE Server. The problem: i developed an endless while loop and the timeout for the application is 10.000 sec. Now I like to kill these application (othwerwise