How to retain ownership (as an organization) of VPP apps

Good morning, I am the mobile device/apple technology for a district school board.
I'm having a real hard time pushing apps purchased through VPP to the schools and students in my district. The school board requires to retain ownership of the apps, and currently the only way I can handle this is through configurator. Unortunately, Apple configurator is not an effecient solutiuon, as I have roughly 60 schools throughout the area that would need apps deployed. I use Zenprise for my mobile device management and am able to push apps to devices. The problem with pushing an app through my MDM is that it requires the students/end user to enter their apple id, which will then take ownership of the app.
I have spoken with my mdm provider a couple of times and they ensure that it can be done, but they've yet to give me a solid walkthrough. I feel like they're misinterpereting my situation.
I understand that this question should be directed to my MDM provider,  I am still working with them for a response, but I thought I should maybe post this here to try and spread out a bit. If anybody has had similar obstacles and been able to overcome them, any advice would be greatly appreciated.
Apple has somewhat acknowledged my question on their FAQ, but provided no solution.
http://www.apple.com/education/volume-purchase-program/faq.html
Who owns the content purchased by an institution through the Volume Purchase Program?
In the case of apps, your institution has the option of retaining ownership of the app. When a student moves on, your institution can make the app available to another student.

See this video.  Gives example of installing vpp app via apple configurator with out entering password on ipad.  Perhaps video will give hints on what option to use.
http://www.apple.com/education/resources/videos/#ios-layered-ownership
more info.
http://www.apple.com/education/resources/videos/#ios-institutional-ownership
IT Resources -- ios & OS X -- This is a fantastic web page.
View documentation, video tutorials, and web pages to help IT professionals develop and deploy education solutions.
http://www.apple.com/education/resources/information-technology.html
have you called applecare?  Apple salesperson?
   business site is:
   http://www.apple.com/lae/ipad/business/resources/

Similar Messages

  • How to retain the same resolution while croping a tiff image using jai api

    Hi all,
    I have designed a program to crop a tiff image.But after croping the tiff,the resultant file resolution is not the same as the original source file.
    In the program,the source file Nadeshiko_v1_02.tif has the resolution(X) of 1200 DPI and resolution(Y) has 1200 DPI pixels.
    But after croping the resolution of output file is 100 DPI.
    Please give me some idea on how to retain the same resolution.
    <code>
    package jai;
    import java.awt.Frame;
    import java.awt.image.RenderedImage;
    import java.awt.image.renderable.ParameterBlock;
    import java.awt.image.renderable.RenderableImage;
    import java.io.FileNotFoundException;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import javax.imageio.*;
    import javax.imageio.stream.ImageOutputStream;
    import javax.media.jai.Interpolation;
    import javax.media.*;
    import javax.media.jai.JAI;
    import javax.media.jai.PlanarImage;
    import javax.media.jai.RenderedOp;
    import javax.media.jai.widget.ScrollingImagePanel;
    import com.sun.media.jai.codec.FileSeekableStream;
    import com.sun.media.jai.codec.SeekableStream;
    import com.sun.media.jai.codec.TIFFEncodeParam;
    import javax.media.jai.OperationDescriptorImpl;
    import java.io.*;
    import java.util.Iterator;
    import javax.media.jai.operator.*;
    // import javax.media.jai.widget.ScrollingImagePanel;
    public class crop {
              /** The main method. */
    public static void main(String[] args) {
    /* Validate input. */
    /* if (args.length != 1) {
    System.out.println("Usage: java JAISampleProgram " +
    "input_image_filename");
    // System.exit(-1);
    float a=(float) 70.3;
    float b=(float) 70.4;
    float c=(float) 3100.3;
    float d=(float) 5522.4;
    * Create an input stream from the specified file name
    * to be used with the file decoding operator.
    String TIFF="TIFF";
    FileSeekableStream stream = null;
    try {
         stream = new FileSeekableStream("D:\\tif images\\Nadeshiko_v1_02.tif");
    // stream = new FileSeekableStream("D:\\tif images\\Nadeshiko_v1_01.jpg");
    } catch (IOException e) {
    e.printStackTrace();
    System.exit(0);
    // Load the source image from a Stream.
    RenderedImage im = JAI.create("stream", stream);
    RenderedImage image2= CropDescriptor.create(im, a, b, c, d, null);
    ScrollingImagePanel panel = new ScrollingImagePanel(image2, 100, 100);
    // Create a frame to contain the panel.
    Frame window = new Frame("JAI Image Cropping");
    window.add(panel);
    window.pack();
    // window.show();
    // Define the source and destination file names.
    // String inputFile = "D:\\tif images\\Nadeshiko_v1_05.tif";
    String outputFile = "D:\\tif images\\Nadeshiko_v1_04.tif";
    // Save the image on a file. We cannot just store it, we must set the image encoding parameters
    // to ensure that it will be stored as a tiled image.
    TIFFEncodeParam tep = new TIFFEncodeParam();
    tep.setWriteTiled(true);
    tep.setTileSize(80,80);
    JAI.create("filestore",image2,outputFile,"TIFF",null);
    try {
                   stream.close();
              } catch (IOException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
    </code>
    Thanks,
    Sanat Meher

    Try the following,
    TIFFEncodeParam tep = new TIFFEncodeParam();
    // Create {X,Y}Resolution fields.
    TIFFField fieldXRes = new TIFFField(0x11A, TIFFField.TIFF_RATIONAL,
                                        1, new long[][] {{DPI_X, 1}});
    TIFFField fieldYRes = new TIFFField(0x11B, TIFFField.TIFF_RATIONAL,
                                        1, new long[][] {{DPI_Y, 1}});
    tep.setExtraFields(new TIFFField[] {fieldXRes, fieldYRes});

  • How to retain numerical order (Of file names) when combining files in Acrobat (9) Standard

    How to retain numerical order (Of file names) when combining files in Acrobat (9) Standard, please see the attached screenshot for a clearer explanation.
    I understand that if we prefix all files with leading zero's this will probably resolve the issue but I just wondered if anyone new the answer. The ironic situation is that version 6 has no problem.
    I have spent over an hour with techincal support who were unable to provide me with an answer

    It is not clear how you are trying to do the order. Have you tried to select a set of files and then use the arrow buttons to move them in the list? If you select the heading, that will typically reorder the files by that heading and undo everything you had done before.
    You should be able to select groups of files and move them up and down in the list. All of those options appear on your view, so what is the real question?

  • How to retain the work item in inbox of user if user press the icon cancel?

    HI,
    we  are using a text editor in approval section of workflow where the user needs to enter the reason for apporval or rejection.
    the requirement is how to retain the work item in inbox of user if user press the icon cancel? there are two icons in editor,one is ok(tick marg) and cancel(cross mark).
    so when user dont enter any text in the editor and press on cancel icon,then approval/rejection should not authorize and work item will remain in the user's inbox .unless and untill he enters the text.
    i have tried   LEAVE TO TRANSACTION 'SBWP'.leave program etc but nothing is working.
    please guide me.
    thanks
    prsahu

    Hi,
    Go with Sangvir Singh suggestion.
    It also looks neater from a Business Process Modeling perspective. You continue the process flow only when a change has occurred.
    Kind regards, Rob Dielemans

  • How to retain focus in Web forms 6i item when displaying pdf image

    How to retain focus in Web forms 6i item when displaying pdf image in a multi-record block?
    Hello.
    I have a Web Forms 6i program (version Forms 6.0.8.19.2) running in a 3-tier application. The web form program has a multi-record block containing invoices. When navigating to a record, the form should display the PDF invoice image which is stored in an Oracle 8.1.7 database as a BLOB in another window. When user press down-arrow, the next PDF invoice image should be displayed.
    I am able to accomplish the functionality above by using web.show_document('URL', target') in the when-new-record-instance. The URL being called is a PL/SQL Web Toolkit stored procedure using wpg_docload.download_file built-in.
    The problem is that the focus is lost on the Webform and the focus is shifted to the PDF image window when you navigate to the next record using down-arrow. I want to retain the focus in the form as this is a data-entry form, the operator will use down-arrow to go to the next-record rather than the mouse. I also only want to do this for this Invoice Entry form and NOT to all forms.
    Please advise how to resolve this problem. Thank you.
    Regards,
    Armando

    Magesh,
    the issue of a SSO protected form showing the logon dialog is a knwon issue for Windows200 and the Oracle9iAS base release. If you applied Forms Patch 1 then this should be solved. Hope that I am right in that you are using Oracle9iAS and not Oracle9iDS. Do you see the Single Sign-On logon screen or the Forms logon dialog directly? Check the forms90.conf file in teh forms90/server directory as this contains the Form sso settings (mod_osso) which by default is commented out and therefore inactive. You need to remove the commenting '#' characters and make sure that each sentence having a '#' in front, after that starts on a new line.
    The Forms deployment documentation within the Oracle9iAS docu provides this information too.
    Frank

  • How do I get iTunes to organize my library? It doesn't put all of the songs in the right album.

    How do I get iTunes to organize my music by album? It doesn't put all of the songs in the right album.

    Thank you very much for the help with organizing iTunes. It really helped.
    I have just put a lot of new music into iTunes. These are CD's I purchased elsewhere (not from iTunes).
    I synced my iPad2 to iTunes and got all of the new stuff on the iPad but when I tried to sync my iPad3, it said it was syncing but none of the new stuff showed up. Help?.

  • How do we link the central organizational unit and purchase organization i

    hi friends
    How do we link the central organizational unit and purchase organization in SUS configuration? 
    regards
    vinaykrishna

    The workflow process is associated to the transaction you select by parameters in the function call.
    The Responsibility 9e.g. employee self service) is linked to a menu. The menu contains (amongst other things) functions. If the function is associated to a menu prompt, then when the user clicks on the prompt (e.g. Change Job) the function is invoked. When the function is invoked, it calls the workflow described in the function call.
    The function will already (out of the box) point to a workflow process. If you have customised your own process, you will need to amend the function call to call your workflow name.
    Look at the function in question and you will see what I mean.
    Hope that helps explain it!
    Regards
    Tim

  • How to Retain formula with SpreadSheet Services

    Hi,I have a problem for use a SpreadSheet Services 6.5.2 on Excel Application.There isn't Formula Preservation in "Men? Options" !How can Retain a Formula?Can you Help Me?, please!!!

    I don't believe that version of ESS support formula preservation.. One workaround may be to retrieve your data on a background sheet and link formulas to cells on a 'display' sheet.. BTW, I personally hate this technique as it does introduce a much higher probability of errors in your spreadsheet; a professor at the University of Hawaii has done extensive studies on spreadsheets and found that about 50% of all spreadsheets contain errors, so if you use this approach be very careful.Tim TowApplied OLAP, Inc

  • How use jndi to create a organization and add a  user  to it.(ÈçºÎ´´½¨Ò»¸ö×éÖ¯µ¥Î»)

    how use jndi to create a organization and add a user to it¡£THANKS£¡
    ÈçºÎ´´½¨Ò»¸ö×éÖ¯µ¥Î»,²¢½«Ò»¸öÓû§Ìí¼Ó½øËü¡£Ð»Ð»£¡

    Hi,
    The command above about creating a group only works for the root site of the site collection, because the scope of the user group is site collection level, these groups
    can be used in all the sites in this site collection.
    With the existing groups in the root site, we can add users into them and grant specific permissions of a specific sub site to these groups.
    Here is a demo about how to assign permission to a group using Client Object Model(though in C#) for your reference:
    http://www.c-sharpcorner.com/UploadFile/54db21/set-permission-to-group-in-sharepoint-2010-programmatically/
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • How do I rearrange photos in organizer 13 albums?

    How do I rearrange photos in organizer elements 13 albums?

    When you have selected an album, look at the third line: there is a 'Sort by' button. Just choose 'album order' and move your thumbnails around in the display space.

  • How to refresh tags in PSE8 Organizer

    If I update a tag or change a rating, outside of the Elements Organizer, for example in CS4 Bridge, Windows Explorer or a photo editor, how can I get the PSE8 Organizer to recognise the updated IPTC information? Can I get it to re read the file information without re-importing it?
    Peter

    Thanks for this.
    I've just done a few tests and I see that, when I update the thumbnail, the caption is updated but the star rating is not updated.
    I find the whole system of not writing out the metadata to the image, unless requested, and there being no way to update certein metadata, other than re-import somewhat unsatisfactory. I suppose that this is the downside of using a database to hold the information.
    Peter

  • How to retain the button over state while scrolling over a Pop-up Menu

    Are there updated instruction for Fireworks 8?
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15926&sliceId=1

    I just wouldn't use those menus at all - there are much
    better ways. Have
    you considered them?
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "turpya" <[email protected]> wrote in
    message
    news:f2ilfs$7gr$[email protected]..
    > Hi,
    >
    > I am trying to work out how to retain button over state
    while scrolling
    > over a
    > pop-up menu. By default the button changes back to mouse
    out state, when
    > scrolling over menu items for that button.
    >
    > I have tried to follow the advice in the below technote
    (see link below),
    > but
    > it seems the instructions are incorrect.
    >
    > I am using Fireworks 8 - it appears the instructions are
    for a prior
    > version.
    > I cannot find function fwLoadMenus() mentioned in Step 3
    (number 6.).
    >
    > Has anyone accomplished this in Fireworks 8, that could
    provide me with
    > instructions?
    >
    > Thanks in advance,
    >
    > turpya.
    >
    >
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15926
    >

  • How to transfer ownership of ipad 2 on verizon

    I am trying to transfer teh ownership of ipad2 on verizon network. I have never registered my ipad onto the verizon network. The new owner is trying to register the ipad and it keeps telling him that it is registered to me. According to verizon they have no information about it connected to my account. I purchased it through Bestbuy and they told me to call apple. I called apple and the customer service agent told me it was a verizon problem. I tried to explain to her that verizon told me to call apple. I also informed her of the multiple messages on this site regarding the same issue. She told me to go to an apple store. I told her the closest store is over 2 1/2 hours away. She screamed back, "Go to and apple store" and then hung up on me. I am calling back but have been on hold now for 10 minutes. Anyone ever figure out how to transfer ownership of their ipad2 on the verizon network? I have already reset the pad entirely - twice. Verizon has no record of me ever registering the device to use on their network. apple in fact has no record of me registering my device with them. i never registered it with anyone yet it is registered and cannot be transferred.

    I never registered it on the Verizon network, which is why they have no record of me in their system. It wax APPLE customer service that told me to go to an apple store, and then hung up on me!  Apple is the one that needs to erase the registration somehow as Verizon has no record of me to even erase.
    I have found several other similar issues of this on here and none have been resolved. Anyone with an answer?

  • How can I customize Workflow for Organizational Change (WS01000014)

    Hi ti all!
    Let me know please, How can I customize Workflow for Organizational Change (WS01000014)?
    What steps must I do?
    Thank!

    Oracle Workflow home page is basically static HTML content rendered by Mod PLSQL code written in WFA_HTML.HOME procedure. There is no supported way of customizing this page.
    Thanks

  • How to show the employee's organizational unit in remuneration statement?

    Hi experts,
    I'm working on a payslip,and there are two questions to ask:
    1.How to show the employee's organizational unit in remuneration statement? I didn't find a right table and right field to realize it.
    2.I tried to show the notification in payslip by infotype 0128, but it didn't work. Is there any tips?
    Any help will be appreciated.Thanks in advance!
    Alex

    Hi,
    You can get orgunit from Orgassignment table (pa0001-orgeh).
    Otherwise you can get it from hrp1001 table. querying like
    *get position of pernr.
    select single sobid into v_pos
    from hrp1001
      where otype = 'P'
        and objid = pernr
        and plvar = '01'
       and rsign = 'B'
        and relat = '008.
        and istat = '1'
        and begda le sy-datum
        and endda ge sy-datum
        and sclas = 'S'.
    *Get org unit
    select single sobid into v_orgunit
    from hrp1001
    where otype = 'S'
        and objid = v_pos
        and plvar = '01'
        and rsign = 'A'
        and relat = '003'
        and istat = '1'
        and begda le sy-datum
        and endda ge sy-datum
        and sclas = 'O'.

Maybe you are looking for

  • Shortest Path Algorithm with Djikstra

    Hi all, im developing a shortest path searching techniques by using Djikstra's algorithm. My search space is very huge and it is about 100,000 nodes or we can call it Vertex. I store all the nodes and weight of edges in MySql as follows: From | To |

  • HTTPService SSL mutual authentication

    I can use HTTPService to access a secure web server via. HTTPS. The SSL is configured to do a mutual authentication: both server and client needs to send their certificate to each other. Where should I put client certificate so that HTTPService can f

  • [CS3][CS4] TextWrap BUG ...

    hi, My firend show me something "new" today in CS3 ... Here is screen BEFORE: http://img684.imageshack.us/img684/569/indyk1.png and AFTER TextWrap: http://img17.imageshack.us/img17/9346/indyk2.png ParagraphStyle definition have LeftIndent=3, FirstLin

  • Lightroom not detecting canon 6d

    Hello I am trying to import my photos from my canon 6d to Lightroom and it is not detecting my camera.  Any suggestions?

  • Problem getting 16:9 content to play correctly on 4:3 TV

    I've searched the forums for this problem, but I haven't been able to find anything. I apologize if this has been asked before. I recorded video with my MiniDV camcorder in 16:9 and I imported it into iMovieHD as DV Widescreen. When I play back the D