I need to hide my app in background .. applescript ...

Hello ..
guyz i need to hide my app in background .. i am using applescript .. how can i do that ?
if i cant .. i can use xCode so what langauge should i use to make an app i can hide on background ?

I'll give you the benefit of the doubt by assuming you're young and exuberant, and answer your question.  You want to edit the info.plist file and add a key called LSUIElement, make it a string key, and set it to "1".  However, if you want any further help or explanation (from me at least), please use a regular font size and color.  Big red letters are unpleasant.

Similar Messages

  • When the apple review team review our app,they point out that our  app uses a background mode but does not include functionality that requires that mode to run persistently.but in fact,when the app in background ,the app need data update to make the

    when the apple review team review our app,they point out that our  app uses a background mode but does not include functionality that requires that mode to run persistently。but in fact,when the app in background ,the app need data update to make the function of  trajectory replay come ture。in fact, we have added function when the app  is in background mode。we have point out the point to them by email。but they still have question on the background mode,we are confused,does anyone can help me,i still don't know why do review team can't find the data update when  the app is in background and how do i modify the app,or what is the really problem they refered,do i misunderstand them?
    the blow is the content of the review team email:
    We found that your app uses a background mode but does not include functionality that requires that mode to run persistently. This behavior is not in compliance with the App Store Review Guidelines.
    We noticed your app declares support for location in the UIBackgroundModes key in your Info.plist but does not include features that require persistent location.
    It would be appropriate to add features that require persistent use of real-time location updates while the app is in the background or remove the "location" setting from the UIBackgroundModes key. If your application does not require persistent, real-time location updates, we recommend using the significant-change location service or the region monitoring location service.
    For more information on these options, please see the "Starting the Significant-Change Location Service" and "Monitoring Shape-Based Regions" sections in the Location Awareness Programming Guide.
    If you choose to add features that use the Location Background Mode, please include the following battery use disclaimer in your Application Description:
    "Continued use of GPS running in the background can dramatically decrease battery life."
    Additionally, at your earliest opportunity, please review the following question/s and provide as detailed information as you can in response. The more information you can provide upfront, the sooner we can complete your review.
    We are unable to access the app in use in "http://www.wayding.com/waydingweb/article/12/139". Please provide us a valid demo video to show your app in use.
    For discrete code-level questions, you may wish to consult with Apple Developer Technical Support. When the DTS engineer follows up with you, please be ready to provide:
    - complete details of your rejection issue(s)
    - screenshots
    - steps to reproduce the issue(s)
    - symbolicated crash logs - if your issue results in a crash log
    If you have difficulty reproducing a reported issue, please try testing the workflow as described in <https://developer.apple.com/library/ios/qa/qa1764/>Technical Q&A QA1764: How to reproduce a crash or bug that only App Review or users are seeing.

    Unfortunately, these forums here are all user to user; you might try the developer forums or get in touch with the team that you are working with.

  • Hide Running Apps from Standard Users

    Hello
    How can i hide running apps from a standard user?
    Ex
    I would like to have team viewer running in the background so anytime i want i can administrate the mac ..But if the user quit from app i'm not able to log in.
    So i'm thinking to make him unable to quit from the app either have the app running in the background..
    Any ideas?
    Thnx

    Be aware that the major difficulty in using your own encryption routines is key management.
    - If you store the key in the database, the DBA can obviously just call the appropriate decrypt routine, pass in the key, and see the data
    - If you store the key outside the database but expose it somehow in a way the database can see, you've got the same problem.
    - If you store the key outside the database in a way the database cannot access, then only the applications that know how to access the database and know how to access the key can decrypt the data. That can be annoying if you try to use a reporting package or other third party software that needs to see decrypted data and doesn't know how to decrypt the data. You'd also have to make sure that the DBA doesn't have access to whatever machine you're storing the key on for other reasons (i.e. because the DBA is the backup to the admin)
    - If you don't store the key at all, you can force users to pass it in when they want to decrypt data. That obviously runs the risk that someone forgets the password because not enough people know it or that so many people know it that its no longer a secret.
    - Plus, you have to deal with things like figuring out how you revoke/ change a key, how you synchronize backups of the database with backups of the key without DBA intervention, etc.
    These tend to be much harder problems than figuring out how to encrypt the data on the way in.
    Justin

  • How do we get apple to create an app that allows us to lock/hide other apps we don't want others using/seeing?

    I don't want to "jailbreak" my iTouch but I do want to be able to hide and/or restrict the use of some of my apps.  I have spent several hours looking for a way to do this but no luck.  It seems like a logical thing to me to have this option.  Any suggestions on how to encourage Apple to create a 'hide an app' app?

    So enable the Settings -> General -> Passcode lock
    Also in Passcode lock set the "Require Passcode After..." to a value that allows you to unlock again within 'n' minutes of the most recent lock/sleep without needing a passcode.
    Then to make life easy for you, set the Settings -> General -> Auto-Lock to a time peroid that re-locks soon enough for you without being annoying
    So if someone goes into your purse, they will not get access to anything.
    NOTE:  10 failed passcode entries will lock up your iPod Touch such that you will be forced to restore your iPod Touch from you most recent sync/backup with iTunes on your personal computer.  So if you go this route, make sure you frequently sync with iTunes on your personal computer or you will loose most of the information on your touch.  If you are using iCloud to backup stuff on your touch, then that is another route, assuming what you backup does not exceed the free 5GB iCloud or you have purchased extra iCloud space.  Personally, I make sure I have a regular iTunes backup, so if anything happens to my touch, I can just restore from my most recent backup.
    After that you use the above mentioned feedback link to communicate your suggestions to Apple

  • HT201322 How do I hide an app purchase in my App Store? Please help!

    I need to hide apps that were purchased in my App Store. Apple.com says you can swipe over the unwanted app and hide purchase. I'm not able to do this on my ipad 2 with OS 6. Has anyone found a workaround? ,use do from ipad or iPhone... I don't have pc access. Thank you!

    You can't currently do it directly on devices that are running iOS 6, you will need to do it via your computer'siTunes

  • How to get the last received notification timestamp when app in background

    Hi All,
    We are developing the app in windows phone Silverlight 8.1.
    We need to show the last received notification time stamp even when the app is in background.
    When the app in foreground, I can get the timestamp.
    Since we cant write the background task for the Silverlight phone 8.1 app, I don't know how to get the time stamp of the last
    notification(toast/livetile/badge) in the app for display.
    Can anyone help on this.
    Thanks,
    Meena

    Yes, continuous background execution is not supported but you can use background tasks. 
    (Continuous background execution in this context refers to the special run state permitted for GPS Navigation apps.)
    For information regarding Background Tasks see: Supporting your app with background tasks -
    http://msdn.microsoft.com/library/windows/apps/hh977046.aspx
    Additional information is available in these topics:
    Guidelines for background tasks
    PushNotificationTrigger
    How to receive raw notifications
    Eric Fleck, Windows Store and Windows Phone Developer Support. If you would like to provide feedback or suggestions for future improvements to the Windows Phone SDK please go to http://wpdev.uservoice.com/ where you can post your suggestions and/or cast
    your votes for existing suggestions.

  • HOW DO I HIDE & UNHIDE APPS PURCHASED IN APPS STORE PURCHASES LIST ON MY MAC

    HOW DO I HIDE & UNHIDE APPS PURCHASED IN APPS STORE PURCHASES LIST ON MY MAC? MAVERICKS 10.9.5...

    You need to reach level 3 (500 points) to add a custom avatar.
    As you collect reputation points, your status level increases and you receive additional privileges.
    Level
    Points
    Privilege
    1
    0
    2
    150
    Report posts
    3
    500
    Upload a custom avatar
    4
    1,000
    Attend conference calls
    5
    4,000
    Create User Tips
    6
    8,000
    Access the virtual MVP lounge. Attend in-person Communities meetups.
    7
    20,000
    8
    35,000
    9
    50,000
    10
    80,000+

  • I need to delete an app from my phones history. I want no trace of this app on my phones or iPad or history. How do I do this?

    i need to delete an app from my phone History. I want no trace of this App on my phone or iPad or my history! How do I do this? 

    Hey sam@111,
    Thanks for the question. I understand that you wish to delete an application from your iOS devices. To do so, see the following:
    How to delete content you've downloaded from the iTunes Store, App Store, iBooks Store, or Mac App Store
    http://support.apple.com/kb/HT5772
    Apps
    iPhone, iPad, or iPod touch
    Tap and hold the app you want to delete.
    The apps will begin to jiggle.
    Tap the X on the app.
    Afterwards, you can choose to hide the purchase from your purchase history:
    iTunes Store: Hiding and unhiding purchases
    http://support.apple.com/kb/ht4919
    Thanks,
    Matt M.

  • I have a question that I think I know the answer to, but am looking for confirmation.  I have a dell computer at home that has clip art available on it for putting pictures into documents.  Do I need to install an APP to get something similar to clip art?

    I have a question that I think I know the answer to, but am looking for confirmation.  I have a desktop computer at home that has clip art loaded onto it.  I recently got an iPad and am looking for something similar.  I assume I need to get an APP for it, and if that is correct, does anyone have one that they like?

    Sort of.  There is an app called art shop that gives you a place to park clip art.   But I don't think you really need it. 
    If you have a collection of clip art you want available, move it to the camera roll on your pad/ phone, then copy paste into your document the clip you want.
    You can get them into the camaera roll by putting them in a single event in your picture library and syncing them over,  or e mail them to your self, and save to the camera roll, or send them to drop box, and bring them down that way.
    The challenge is getting them all in one place to make it easy for you to find, which is why syncing might be the best approach in the long run.
    As near as I can tell there is not a ready made clip art collection in app format laying around.

  • I can no longer hide purchased apps in iTunes

    I've read Apple's support article on hiding and unhiding purchases in iTunes (iTunes Store: Hiding and unhiding purchases - Apple Support), and while I used to be able to hide apps in my Purchased list in this way, I no longer can with the current version of iTunes (Mac version 12.1.0.50). I used to be able to do as described in the Apple Support article: hover over the app, and an "x" would appear in the upper left corner, which when clicked, would allow to hide the app. In the current iTunes version, nothing happens when I hover over the app. What now appears is a cloud icon in the upper right of the icon (which allows downloading it), but no more "x" when hovering... I AM able to "unhide" apps which I previously successfully hid, as described in the Apple Support article. Does anyone know how to hide apps in the current iTunes version??? Thanks in advance!

    So what have you done to troubleshoot your issue so far?

  • I need to update my apps in the App Store, but when i try to update, the Sign Up Apple ID pop up box came out with different Apple ID. How can I change it to mine? My iTunes Store already login with my own Apple ID.

    I need to update my apps in the App Store, but when i try to update, the Sign Up Apple ID pop up box came out with different Apple ID. How can I change it to mine? My iTunes Store already log in with my own Apple ID.

    Just now you said the other Apple ID stored inside it, is that mean all my data back up in that the other ID?

  • I will give my laptop to someone else, how do I unlink my apple id? Do I need to remove the apps I downloaded with my id?

    I will give my laptop to someone else, how do I unlink my apple id? Is it just the app store unlink? Do I need to remove the apps I downloaded with my id? Will they get removed when I unlink my apple id?
    Are there any other procedures I need to take into account?
    Thanks

    You need to remove all software that you acquired from the Mac App Store, including newer versions of OS X. These are all registered to you and encoded with your Apple ID in the licensed copy. You cannot legally pass any of the software to the new owner, which is why Apple states to erase the Mac and return it to the version of OS X that shipped from the factory on the Mac. You must also remove any older Apple software that you installed by DVD or pass the DVD to the new owner with the Mac.

  • HT5622 My ipad hangs up after showing a message that says it "Cannot Access Find My Friends" and that I need to open the app and review my signin info to continue sharing. I can't go there because it is hung up. I also can't power off.

    My ipad hangs up after showing a message that says it "Cannot Access Find My Friends" and that I need to open the app and review my signin info to continue sharing. I can't go there because it is hung up. I also can't power off.

    Perform a Reset...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

  • How can I hide an app on my iPad2 with iOS5?

    I would like to know how I can hide an app on my iPad, but still be able to use the app?

    Demo's answer explains how to hide it in iTunes... but if I understand correctly, you're trying to hide the icon on the iPad screen but still have the app on the iPad? There's no way to do that. You could put an app in a folder, which isn't exaclty hiding it, but is the closest you can come. If you enable restrictions the app will be hidden, but that only works for certain apps and you'd have to turn off the restrictions to use it.

  • So I have in iPad 3 and I need to update some apps on my iPad most of them I can update because it has my Apple ID but there some that I can't because it has a different id I guess from the person that sold it to me how can I delete the other id ??

    So I have in iPad 3 I need to update some apps and a different id is popping out I have it set to my id but on some apps that I need to updat it has a different id how can I delete the other ids set to my iPad how do I delete the other id plz help

    Delete those apps that are not under your Apple ID and re-download them using your Apple ID.

Maybe you are looking for

  • MIGO Print label WEE1 for non stock items from GR for PO

    Hi, I added logic to print new label into printing program MZ07DETI which is printing labels for stock items. My label is for non stock items. The problem is that for non stock items printing process is not triggered. I created PO with Account Assign

  • Year 2009 Malaysia Public Holidays set wrongly in SAP calendar Time Mgmt

    Dear Guru, I have a  scenario that the Year 2009 Malaysia Public Holidays for Hari Raya Day 1 and Hari Raya Day 2 has set wrongly in SAP calendar Time Management. Seeking your advice how do I change the Public Holiday dates in the SAP calendar to ret

  • Java Script error after updating to 9.0.1

    This one is a bit different from the others posted. My error is "Exc in ev handl: TypeError:brw is undefined. My home pages won't load, much of the Firefox menu isn't working, some toolbar buttons don't work, the url doesn't update, etc. Restarting i

  • Microsoft Online Services Authentication option disabled in the OData Data Source for SSIS

    I am attempting to use the new OData source for SQL Server 2012 ( http://www.microsoft.com/en-us/download/details.aspx?id=42280) to access SharePoint Online data. I should be able to do so by selection the "Microsoft Online Services Authentication" o

  • Lost files on Workspace

    Hello. I have lost all files stored at my Microsoft SharePoint Workspace. They were there yesterday afternoon and I did not delete them. The Workspace appeared to be empty when I opened the computer this morning. Is it possible to restore documents?