Help with my Reminders app for iOS 7

I have the upgraded version of iOS 7 yet my reminders aren't working. When i try to create a new reminder or a new list it send me back to where my other reminders are. It does remind me of things already put in, but i cant add anything else. I need to be able to make reminders to keep myself organized. Can anybody help me with this?

- Reset the iOS device. Nothing will be lost
Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
least ten seconds, until the Apple logo appears.
- Go to Settings>iClould and make sure Reminders is ON
- Reset all settings      
Go to Settings > General > Reset and tap Reset All Settings.
All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
- Restore from backup. See:                                 
iOS: How to back up                                                                
  - Restore to factory settings/new iOS device.

Similar Messages

  • I am having trouble with the reminders app for iPad mini on iOS 7. When I. hit add list it doesn't add a list. I've tried everything. Thank you.

    I am having trouble with the reminders app for iPad mini on iOS 7. When I. hit add list it doesn't add a list. I've tried everything. Thank you.

    Device not recognized by iTune
    http://support.apple.com/kb/TS1591

  • Can anyone help me develop an app for iOS?

    Im trying to develop an application for iOS 8, and I'm looking for anyone who can help me create the idea or maybe even create the idea with me.

    https://itunes.apple.com/us/app/dragon-express/id458613689?mt=12
    http://www.nuance.com/for-individuals/by-product/dragon-for-mac/dragon-dictate/i ndex.htm

  • Reminders app for Mac?

    I've started using Reminders on my iPhone and I'm loving it. The only problem, though, is that the only way I can access and edit my reminders on my Mac is through iCal, which is very limited. I can't see my reminders for a specific day for example, nor can I easily see what time a reminder is for. Is there any app that syncs with the iCloud reminders service that lets me do more? Thanks.

    BusyCal is a sort of 'iCal Pro' - it looks much like Snow Leopard's iCal (so no tacky leather look); you can have repeating ToDos, and ToDos can be shown on the day they are scheduled as well as in the sidebar. There is a free trial from their webpage: the application is available slightly cheaper in the Mac App Store.
    They also make BusyToDo, which is a Reminders app for iOS. I've not used this.
    (I have no connection with this company.)

  • Sharing a ZIP file is not available with the Creative Cloud App for iOS

    I can't share a ZIP file via Creative Cloud App for iOS. Why?

    Thank you! You solved the problem!! /Lars
    3 jan 2014 kl. 22:34 skrev AMreso <[email protected]>:
    Re: The Creative Cloud App for desktop can't be installed on my Macbook pro
    created by AMreso in Creative Cloud Download & Install - View the full discussion
    Rename OOBE folder with OOBEOLD ( Mac HD/Library/Application Support/Adobe/OOBE folder )
    Run the Adobe cleaner ( http://helpx.adobe.com/content/dam/help/en/support/AdobeCreativeCloudC leanerTool.dmg )
    Remove Adobe application Manager/Adobe creative cloud .
    Restart the computer and redownload Adobe Creative cloud and install it.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5978280#5978280
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5978280#5978280
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5978280#5978280. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Creative Cloud Download & Install at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Keyboard issue using Danish keyboard on Remote app for iOS.

    Hi there.
    I have noticed a quite annoying issue with the Remote Desktop for iOS when using foreign keyboards along with the Remote Desktop app.
    The PC I'm remoting to from my iPad Air is a Windows 7 machine with an English Windows.
    I have a danish keyboard layout installed, and have removed the English keyboard.
    But.. Here comes the strange issue.
    If I connect via Remote Desktop before I log into my PC (from my PC), the special characters like :;/*^%}{ ect. works just fine on my iPad.
    If I then log on to my PC from the PC, the keyboard on the PC has been changed to english, even though there's no english keybord layout installed on my PC.
    The special characters like the danish æøå has been changed out with ; and other wrong characters.
    I then have to press CTRL+SHIFT on my PC to change it back to the danish layout.
    But... If I do so on my PC and afterwards connect via the Remote Desktop app on my iPad Air, the keyboard is messed up on my iPad.
    All the special characters like /:;)(^#%{ is placed wrong and give me a wrong character.
    And that happens even if I change the keyboard on my iPad to English.
    I really hope you will be able to fix this in a future update enabling full support for foreign keyboards between iOS7 and Windows 7.
    Thanks in advance.
    - Bjørn, Denmark

    Hi,
    Why are the characters mixed up in the session?
    This issue can occur if the keyboard language has been switched on the remote PC while running a remote desktop session. In the case you would like to switch to a different keyboard language
    follow these instructions.
    Note: The remote PC selects the system language of the device running the remote desktop client and not the keyboard language. When switching the keyboard language on your device, you need
    to manually switch the keyboard language on the remote PC.
    1. Open settings on your device.
    2. Tap General and then tap International.
    3. Tap Language and select the language running on the remote PC.
    4. Open the RD Client and connect to the remote PC and check if the Windows keyboard language matches the language that you selected.
    http://technet.microsoft.com/library/dn473015
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

  • Embedding swf files in AIR app for ios

    Hi,
    After going through a lot of articles already available, I found answers with varying views on the following questions:-
    1) Can we embed swf files using the embed tag in air app for ios, with symbols exported ?
    Something like [Embed(source="someSWF",symbol="exportedSymbol")]
    and also something like [Embed(source="someSWF")].
    From what I understand, one can't embed swf's with actionscript byte code in them. So exporting symbols actually creates class linkages which leads to creation of abc. But I'm unsure on this because some sources say otherwise.
    2) Can we embed swf files using embed tag in air app for ios, without symbols exported ?
    Something like [Embed(source="someSWF")]
    and also something like [Embed(source="someSWF" mimeType = "application/octet-stream")]
    I read somewhere else, that you can actually embed symbols separately by providing symbol tag in embed tag but not entire swf (which leads to uncompiled actionscript error) but not sure about this as this is contradictory to finding #1.
    3) If #2 is possible, then do embedding two different swfs with same symbol names would cause a conflict and result in #3747 error ?
    Please note I am not asking about the Loader class here but using the Embed keyword for embedding swfs.
    Also do the results differ with AIRSDK 3.8 and 3.9 and using different swf-version in compiler flags ?
    In our application we started getting error #3747 in class creation of one of the embedded swfs (like new EmbeddedClass()) when we changed from swf-version 17 to 21 using AIRSDK 3.8. So was this error not there earlier or it was there but swf-version was suppressing it ?
    Any help is much appreciated.
    Thanks!

    I am fairly sure that the answer to your questions is: “no”.
    For embed to work the AIR app would have to be working in interpreter mode, and that can work for local testing, but can’t work for submitting apps. An easy change for you to do would be to use SWCs instead of Embed. Other than that you’re looking at Loader, but also a tricky command line build of the app.

  • Utilize the SharePoint newsfeed App for iOS

    I would like to utilize the SharePoint Newsfeed App seen here: 
    https://support.office.com/en-us/article/Use-the-SharePoint-Newsfeed-app-on-an-iPhone-iPad-or-iPod-Touch-d59eb4f4-27e4-4346-8c07-8be7eca67cf7?ui=en-US&rs=en-001&ad=US 
    But the company's Intranet is not exposed to the outside world - so how do I utilize the App and be able to show the newsfeed on the users iPhone and a list?
    Do I publish the newsfeed and the list from the On-prem to the company's SharePoint online instance or do I create a DNS entry and then open up the firewall on port ?? to access the inside LAN??
    Someone must have done similar, so how do I continue?       

    Hi,
    For utilizing the SharePoint Newsfeed App, you need to make your SharePoint on-premises  external available or you can integrate your SharePoint on-premises with SharePoint online.
    Reference:
    https://support.office.com/en-ie/article/how-the-SharePoint-2013-Newsfeed-app-works-on-your-iOS-device-5dd91b5c-5151-4061-adc5-f6c59df6d349
    Also you can contact with iftvio who focuses on collaborating in on-premises Microsoft environments using iOS devices:
    http://www.vioreliftode.com/index.php/on-premises-microsoft-collaboration-apps-for-ios-devices/
    http://en.gravatar.com/iftvio
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Eric Tao
    TechNet Community Support

  • Eos remote app for iOS

    The idea was great, however the development seems to be stopped on this.
    It hasn't been updated since Dec of last year.
    Will there be a new version of EOS Remote app for iOS?
    Features I'd like to see from the upgrade (if there's any)
    1) Full size image transfer
    2) Video file transfer
    3) Indicate if a file is already downloaded to the phone or not.
    Thanks,

    Hi rmpark!
    Thanks for posting.
    The EOS Remote App currently works with up to iOS version 7.  I am not sure if or when the next version of the app will be released, or what features will be added to it, but I have forwarded your suggestions along.  This feedback is very important to Canon.  Please continue to check in the app store from time to time for any updated versions that may be released.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Flash CS5.5 or CS6 creating an interactive ebook /app for IOS

    I'm in middle ground here as I'm able to create a simple app for IOS using CS5.5 and was wondering if I'm able to create an interactive IBook ( which is actually an app ) to know what I mean if you go to the Apple Book Store and download the free "Beatles" Yellow Submarine you will see the interactivity.
    When I write middle ground I mean I just finished downloading CS6 and looking at some tutes so if this is possible, which I know I can get the interactivity but its just putting it in book form that I was curious about.
    thx
    RD

    I misunderstood you, because I'm not english speaker. But I will try to answer..
    You develop 1 app. This app will include all that you wants. Page - it's just object. Each object can contain another objects. Like a tree and leafs. So you simply make 1 page with any animations. Page 2 with any animations and etc and combine this to one APP.
    Here is the link, you can get free 8 pages. Will be good if you can spent $1.99  =)))
    http://tinyurl.com/7plewc7
    If you don't have iPad - here is a Russian video review http://www.youtube.com/watch?feature=player_embedded&v=rXb2jswoz0Y
    This all done using Adobe Flash CS5.5 and Exported to Adobe Air, than published to AppStore.
    If you want to offer me some job in this area - just write me PM

  • IPrint app for iOS fails to print photos in colour

    We are running the latest build of the iPrint Appliance (Version: 1.0.1.69 Patch 1) and cannot get the iPrint app for iOS to print photos in colour. I suspect that this is a problem with the internal renderer and JPG files. Printing a PDF, DOC or DOCX file which uses the External windows renderer prints in colour without any issues. Anyone know whether this is a known bug or how I can enable colour printing for a JPG file?
    Thanks
    Chris

    ckaropoulos,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Although I have been using Google Maps App in India for a while now (without any issues) but I still want to know if there are any plans for launching Turn by Turn Navigation under the OOTB Map App for iOS?

    Although I have been using Google Maps App in India for a while now (without any issues) but I still want to know if there are any plans for launching Turn by Turn Navigation under the OOTB Map App for iOS?
    It has been quite a while since Apple came up with Map App of their own and should be releasing improved maps with more capabilities in India.
    Cheers!
    Abhishek

    No one here can answer your question, as there is no one from Apple here, & no one here represents Apple or speaks for Apple.

  • Help my you tube app for i-touch 1st generation can not connect to youtube

    help my you tube app for i-touch 1st generation can not connect to youtube. it was working for only my previous history and now its says it cannot connect to you tube. and other times its say error. please help.

    Click on the blue arrow to the right of the network name, if IP address starts with "169." ,restart your router. It should connect properly after your router reboots in a minute or two.

  • How can i delete apps for IOS 7.0.6 when i press the home key the "X" key doesnt appear

    how can i delete apps for IOS 7.0.6 when i press the home key the "X" key doesnt appear?

    Hi-
    This worked!. After updating to 7.0.6 a few days ago I was unable to delete apps. Called Apple support for help without success. I have NEVER entered a passcode to get in to restrictions so I know I didn't make this change (so I'm assuming that 7.0.6 did it for me). Apple wanted me to restore my iphone but thought I'd do more research first. Your advice solved the problem. THANKS!

  • Apps for iOS 3

    Hi all
    can some one please let me know whether the apps for iOS 3 are still available with iTunes? is so can some one give me a link??
    Thanks in advance

    They are only available to download off iTunes on your computer I've read

Maybe you are looking for

  • My iPod touch cannot be charged or on.

    It doesn't even have the red charging thing also. It just won't charge or on. Can anybody help me?

  • I need help with quicktime/itunes it wint run

    Every SINGLE time I try to download itunes it says I need quick time. So i go back and try to download quicktime first and its telling me I cant because I need quicktime. I try to download quicktime& itunes at the same time but it still shows that i

  • I can no longer create a PDF with Save As in Excel 2007

    I can no longer complete a full page of my graphs with the "Save As" function in Excell 2007 and have tried various methods to correct my problem from pagination to finally completely recreating the graphs as the original file was created in Excel 20

  • Headphone Jack Problem - Volume Increases and Decreases Randomly

    Hi, has anyone encountered this problem? Whenever I plug in earphones the volume increases or decreases without me even touching the phone. It also disconnects alot whenever the earphones are moved. I have already updated my phone to the latest softw

  • I can't play DVDs. Ongoing problem possibly.

    A few months ago I had a problem with my optical drive. It had failed and was stuck with a disk inside. Apple replaced the drive and I checked that it would allow for a disc and release it. Foolishly, I didn't check to see if it would play a DVD. It