Profile Manager cannot set ibooks as single app mode in iOS

Right now I had updated all my iPad to iOS 8.0.2, and the server is updated to the newest version,too.
Sadly, When I want to setup the iPad to single app mode with iBooks, I cannot find it in the list.
Is this means ibooks is no long support on the single app mode? Then why give us the new function about push ibooks?
I have try the assistant function on my iPhone (8.0.2) itself, it can be locked in iBooks.
Any one can tell me what is the problem?
Many many thanks!

HI Hines,
I had the same problems after the 3.0.2 update: enrolling of devices not working, unable to push configurations from Profile Manager, etc.
The update was a simple 3.0.1 => 3.0.2 on already updated OSX Mavericks to 10.9.1 and it seemed that all was ok, not like this situation: https://discussions.apple.com/message/24450438
Services used:
-Web
-Profile Manager with 20 iPads/iPhones already enrolled and with some in-house app pushed
I followed a solution similar to what suggested from Hines, apart from point #6. I was unable to re-download Server.app from App Store, greyed-out button.
So I was very happy to have another mac to download a fresh copy of Server.app.
Then:
-Deleted and thrashed the old version
-Message "all services stopped"
-Reboot
-Copied fresh "Server.app" to /Applications
-Started "Server.app" that made some initial auto configuration
-Services restarted
I just had to restart the postgres service and seems that I didn't lost any data/config (I hope, I'm already checking!)
=begin RANT
I know that Apple is essentially an hardware manufacter manly for consumer target now but that a simple minor update broke an entire software meant to be solid, like a server must be, is just plain unacceptable.
I know that OSX Server is very cheap and we can't pretend too much....but F**K...i loosed my sleep tonight!
=end RANT

Similar Messages

  • Full Screen Safari in Single App mode

    I'm trying to configure some ipads for use as web kiosks.  I can set Safari to single app mode and to only allow the one website we want used, but it still shows the bookmarks, share, new tab, and other buttons, along with the address bar, at the top.  I also tried configuring a web clip for the site, and setting the web clip to full screen mode.  That worked to get rid of the address bar etc, but if safari is in single app mode I can't launch the web clip, and if it's not in single app mode, the web clip works but other apps are also available.
    How can I get Safari locked down to single app mode and showing the website in full screen only?
    Thanks!

    iCab
    https://itunes.apple.com/us/app/icab-mobile-web-browser/id308111628?mt=8
    I've used iCab.  I've not used iCab's Kiosker mode.
    Robert

  • Single app mode with VPP Token Managed Distribution apps?

    For some reason, single app mode setting in Profile Manager will only pick up apps that have been purchased by the device/user Apple ID I.e. individuals personally purchased apps, it will not allow single app mode on pushed apps via VPP Token Managed distribution.
    My questions are:
    1) should it be possible to single app mode, after all MD is to help organisations 'manage' the devices? If so, what am I doing wrong?
    2) is it ethical that I can see users 'personally' purchased apps when MDM allows for 'dual' managed devices
    Any help would be most appreciated.

    iCab
    https://itunes.apple.com/us/app/icab-mobile-web-browser/id308111628?mt=8
    I've used iCab.  I've not used iCab's Kiosker mode.
    Robert

  • IAM-3056160:Modify User Profile request cannot set or change attribute Job Code, since it is not defined in the corresponding data set.

    I am trying to modify the value of the field "Job Code" through API I am getting the following error.(OIM11gr2). I do not get this error when updating the other fields. There is a field by the name USR_JOB_CODE in the database. When I poked around I found that there is no Job Code field in the User Form. Any ideas?
    IAM-3056160:Modify User Profile request cannot set or change attribute Job Code, since it is not defined in the corresponding data set.:Modify User Profile:Job Code
    oracle.iam.identity.exception.ValidationFailedException: IAM-3056160:Modify User Profile request cannot set or change attribute Job Code, since it is not defined in the corresponding data set.:Modify User Profile:Job Code
           at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:237)
           at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
           at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
           at oracle.iam.identity.usermgmt.api.UserManager_nimav7_UserManagerRemoteImpl_1036_WLStub.modifyx(Unknown Source)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
           at java.lang.reflect.Method.invoke(Unknown Source)
           at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
           at $Proxy2.modifyx(Unknown Source)
           at oracle.iam.identity.usermgmt.api.UserManagerDelegate.modify(Unknown Source)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke

    THanks for your reply. Here is the snippet from User.xml that contains info about job code.
    <entity-attribute>Job Code</entity-attribute>
    <target-field>usr_job_code</target-field>
    <field name="usr_job_code">
    <type>string</type>
    <required>false</required>
    </field>
    <attribute name="Job Code">
    <type>string</type>
    <required>false</required>
    <searchable>true</searchable>
    <multi-valued>false</multi-valued>
    <MLS>false</MLS>
    <multi-represented>false</multi-represented>
    <attribute-group>Basic</attribute-group>
    <metadata-attachment>
    <metadata>
    <name>multi-valued</name>
    <value>false</value>
    <category>properties</category>
    </metadata>
    <metadata>
    <name>user-searchable</name>
    <value>true</value>
    <category>properties</category>
    </metadata>
    <metadata>
    <name>category</name>
    <value>Preferences</value>
    <category>properties</category>
    </metadata>
    <metadata>
    <name>bulk-updatable</name>
    <value>true</value>
    <category>properties</category>
    </metadata>
    <metadata>
    <name>read-only</name>
    <value>false</value>
    <category>properties</category>
    </metadata>
    <metadata>
    <name>visible</name>
    <value>true</value>
    <category>properties</category>
    </metadata>
    <metadata>
    <name>encryption</name>
    <value>CLEAR</value>
    <category>properties</category>
    </metadata>
    <metadata>
    <name>display-type</name>
    <value>TEXT</value>
    <category>properties</category>
    </metadata>
    <metadata>
    <name>system-controlled</name>
    <value>false</value>
    <category>properties</category>
    </metadata>
    <metadata>
    <name>max-size</name>
    <value>512</value>
    <category>properties</category>
    </metadata>
    <metadata>
    <name>custom</name>
    <value>false</value>
    <category>properties</category>
    </metadata>
    </metadata-attachment>
    </attribute>
    I am able to retrieve the value of the Job Code attribute without any problem with the following code.
    System.out.println("JOB Code: "+user.getAttribute("Job Code"));

  • Single app mode in my IOS application

    I want to implement Single app mode in my IOS application through coding. For this I am doing the following steps:-
    1. I am supervising my device through apple configurator and using config profile generated by configurator itself.
    2. I have selected the restriction payload to generate my profile because I want single app mode functionality.
    3. According to apple documentation one key is added in Restriction payload that is “autonomousSingleAppModePermittedAppIDs” in IOS and later. But I am not able to find it anywhere to fill my bundle identifier. I have tried to add this key manually by editing the profile in text edit but this process invalidates my profile.
    Here is the link reference:-
    https://developer.apple.com/library/ios/featuredarticles/iPhoneConfigurationProf ileRef/Introduction/Introduction.html#//apple_ref/doc/uid/TP40010206-CH1-SW13
    Under Restrictions Payload section of the documentation.
    4.I have tried to generate my profile with the help of iPCU(iPhone configuration utility) as well but did not find anything.
    So please help me out what I am missing here or what else i need to do.
    Thanks
    Steven Meister

    Hi Ollie,
    I've found a workaround thanks to Chris from Kiosk Pro App.
    You need to transform all requests (only when Guided Access is on) with navigation type "UIWebViewNavigationTypeLinkClicked" to navigation type "UIWebViewNavigationTypeOther"
    One issue with this workaround is that the Guided Access message still appears for links using types "Form Submitted" and "Form Resubmitted". Trying to transform these types could potentially cause an error with loading the page.
    Here is an implementation by Blandine from Adaptive Channel :
    In the method :
    - (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType {
    Just add  :
    if (UIAccessibilityIsGuidedAccessEnabled()) {
            if (navigationType == UIWebViewNavigationTypeLinkClicked ) {
                navigationType = UIWebViewNavigationTypeOther;
                [webView loadRequest:request];
                return NO;
    Hope it helps.
    Cheers,
    Mehdi

  • Need to hide battery/wifi status in single app mode on iPad

    I am running a dozen iPads in single app mode. The App "Live OEE". I'm using Apple configurator to push a restore, and restrict it to single app mode.
    Here's the problem, the first time it loads the app, everything works fine. But once the screen goes into auto lock, or is locked manually with the lock button, when it comes back up, the Wifi icon + ipad is on the left hand side and the battery status is on the right hand side at the top of the ipad screen. The text isn't really the problem, the problem is the wifi logo + the word "ipad" is blocking the "back" button in this app. I can't click the back button (easily, the VERY corner works like 20% of the time). This is a usage issue as the back button is pretty critical to the operation of the app.
    Thanks,

    Never mind.  I found it it was due to a default setting in Quicksilver, which i just recently installed.  This other question solved my problem:
    https://discussions.apple.com/message/10230913#10230913
    I searched a while and couldn't find anything to match my problem on the forums.  However, i wasn't sure what terms to use to describe my problem because they are all generic.

  • I recently upgrade to an iPAD Air. I gave my old iPAD (1st gen) to my wife.  I restored it to original factory conditions.  Now we cannot install iBook on it since it requires iOS 7.  What can we do with older iPADS that are still 100% functional.

    I recently upgrade to an iPAD Air. I gave my old iPAD (1st gen) to my wife.  I restored it to original factory conditions.  Now we cannot install iBook on it since it requires iOS 7.  What can we do with older iPADS that are still 100% functional except for the fact that you cannot updrade the iOS above version 5?

    Look at this similar problem in getting Netflix on an iPad 1. Same technique should work for you.
    https://discussions.apple.com/thread/5753106?tstart=30
     Cheers, Tom

  • Single App Mode iOS 8 broken

    Hi there
    Noticing a problem with both Single App Mode and Guided Access Mode since iOS 8 upgrade, and not fixed by 8.0.2.
    Every time a link is pressed within a web view or any external URL request, the notice "Guided Access Enabled, triple tap the home button to exit" pops up in the top bar. We have a tonne of iPad Minis out on shows with clients that are locked into one single app using one of the two methods - Guided Access / Single App.
    This is a real problem since the notice is shows on every single external URL request or page load within a WebViewer.
    Anyone else had this problem or know of a way of fixing it? Looking like the only fix is to jailbreak, downgrade to iOS 7 and use that - a much more stable iOS release!
    Ollie

    Hi Ollie,
    I've found a workaround thanks to Chris from Kiosk Pro App.
    You need to transform all requests (only when Guided Access is on) with navigation type "UIWebViewNavigationTypeLinkClicked" to navigation type "UIWebViewNavigationTypeOther"
    One issue with this workaround is that the Guided Access message still appears for links using types "Form Submitted" and "Form Resubmitted". Trying to transform these types could potentially cause an error with loading the page.
    Here is an implementation by Blandine from Adaptive Channel :
    In the method :
    - (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType {
    Just add  :
    if (UIAccessibilityIsGuidedAccessEnabled()) {
            if (navigationType == UIWebViewNavigationTypeLinkClicked ) {
                navigationType = UIWebViewNavigationTypeOther;
                [webView loadRequest:request];
                return NO;
    Hope it helps.
    Cheers,
    Mehdi

  • Can I use the Profile Manager as an MDM while distributing app through app store?

    Is it possible to use the Profile Manager within the OSX Server to provision profiles through apps purchased in the app store? 
    Ex:  userX buys app in the app store, in downloading the app they get enrolled in the MDM / OSX Server I control.  They select profile settings within my app and submit to OSX Server (Profile Manager) at which point I send back OTA the provisioned profile for them to upload.
    Ex:  https://itunes.apple.com/us/app/parentkit/id600618138?mt=8
    Thanks for the feedback!

    Is this not possible?  Is it possible but not allowed? 

  • Profile cannot be loaded, profile manager cannot be accessed, firefox not working

    This is somewhat similar to other listed profile manager problems but none of the answers worked for me. OS is Win 8-64 bit. Have 2 user accounts. Admin and Limited. In Admin, Firefox works, can access Profile Manager, there is this profile.ini etc. Everything ok.
    But in the Limited account, can not access Firefox. When clicked, it says 'Your Firefox profile can not be loaded. It may be missing or inaccessible'. Cannot access Profile Manager "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -p. Gives the same error message (Firefox not running).
    Tried copying files in the Admin in to Limited. But the error message is same.
    Uninstalled and installed using the Limited Account (supplying Admin password), no result.
    Please help me.
    Thank you for your time.

    Hello jcbala
    see '''IF''' we can create a test profile in the location you want, type the command:
    ===== "C:\Users\Limited\AppData\Roaming\Mozilla\Firefox\firefox.exe" -CreateProfile test =====
    check if the path is correct (in the specific location)
    http://kb.mozillazine.org/Command_line_arguments
    thank you

  • Profile management push setting always sending

    Hello everyone.
    I'm newbie for mac administrator. I was configure my mac mini server and looks like works. But i've a problem with profile management. It's always sending.
    When the task is complete, the device is not included in the devices list. In the user portal for enroolment device, it's not shown wipe and lock options. Just the server can be shown in device list in profile manager.
    I'm use mac mini server with OSX mountain lion 10.8.2, and my clients running 10.8.3 and 10.7.2.
    Anyone heeelpp mee~~

    Push
    You've opened the secure iChat port to have push notifications working? Take a look here for the right ports:
    http://help.apple.com/advancedserveradmin/mac/10.7/#apdCA9A73CE-5F0C-4BDC-93E8-2 952C362FA3E.
    On that page are all port numbers you need to forward to your server.
    Email
    The addresses being displayed as [email protected] is a bug in Lion Server in my opinion, you can file a bug report at apple.com/feedback.
    Kerberos
    Is as poorly documented as invisible in OS X Lion Server. Single Sign-On is a great tool for making services more user-friendly, it should be top of mind at Apple. You can file an enhancement request at apple.com/feedback.
    Regards,
    Mark

  • Connection issues on Public Hotspot - Single App mode (MDM)

    My iPad is connected permanently to a public hotspot. The connection sometimes is interrupted by a planned maintenance on the AP.
    It happens from time to time that the iPad can't recover it's Wifi connection by itself.
    Going to the settings> Wifi seems to be enough to reconnect.
    Problem is that the device is working in An MDM Single App profile, and so the settings are not meant to be reachable.
    Restarting the device is required to reconnect to the public AP.
    I know that IOS sometimes turns down WIFI after a certain period of non-use, but in Single App, the iPad stays on, day and night.
    It is running in IOS 7.1.
    Is this a know issue?

    anyone know how to set a correct task id?

  • I updated to FF 7.0.1 and now neither FF nor the profile manager will open, not even in safe mode. Did reinstall, then clean reinstall, still no help.

    FF automatically updated to v7. Since then, it won't open. I've tried opening it with the taskmanager open, and firefox.exe appears under processes for maybe 2 seconds, then disappears. I did a reinstall, then a clean reinstall (after copying my profiles folder to a flash drive). Still no luck. Won't open in safe mode, won't open Profiles Manager. I tried to use my son's FF under his login, and it updated and also refuses to work. This is Windows XP.

    Thanks for this mha007 - I can now open FF with a new profile. Can I copy my settings from the old profile or will this bring over the same problem, maybe a corrupt file. If it would bring the same problem, is there any way I can check which file is corrupt, apart from taking them over one by one?

  • MySQL Manager, cannot set MySQL password in order to connect...

    I just installed the default MySQL files for the MySQL server (v4.1.13a) included with Tiger Server (v10.4.3). I was connected to the server remotely with Remote Desktop. I checked the box to allow network connections, and then briefly lost connection to the server via Remote Desktop as I was entering the password in the verify password field. Once I reestablished a connection to the server via Remote Desktop, all seemed okay. So, I tried connecting to the MySQL server with CocoMySQL (v0.5), but was refused connection. The firewall is not blocking the MySQL port. MySQL > Status shows that MySQL is running and shows root@localhost as the current user. I've tried connecting with the usernames root, admin and mysql with the password that I set in the MySQL Manager and with the passwords of the root and admin users of the server... but I cannot establish a connection via CocoMySQL. When I go to the MySQL Manager, and stop the service in order to change/ set the mysql password, but I am unable to because the verify field is not editable. Any thoughts? Thanks!

    What you need to do is open the MySQL Manager in the Server folder in Applications. Click the lock to authenticate. Stop the service. Click the Allow connections box and then start the service again. That just worked for me.

  • Cannot set location in Reminders app

    I have my location turned on, and enabled it once again during set up, and the remind at a location option does not appear in the options when you press "remind me" within the reminders app.
    I have got an iphone 3GS 16GB and a iPad 2, same problem appears on both devices.
    Any help would be appreciated,
    thanks.

    is 'location services' turned on? specifically for the reminders app?
    thats all i got..  if so; maybe restore, and reinstall ios5

Maybe you are looking for