"Ask to buy" and "Sign in to Approve" process is not working

Last weekend I setup Family Sharing for the first time, but the "Ask to buy" and "Sign in to Approve" process is not working. I am the Family Organizer and I created an account for my child under 13 with "Ask to buy" enabled. My child can go in to the App Store, click "Buy" for a desired app and I get a notification on my iPhone 5s... as expected. When I open the Notification I have the option to Decline or Approve. If I select Approve, a box pops up asking me to enter the password for my child's iCloud account to complete the request. (It seems odd to me that I'd have to enter his password instead of my own, but whatever.) So I enter his password and the box goes away for a second and then comes right back like I typed it wrong or something. I enter it again and again and always the same box comes back and the request is never completed. We've tried this several times over several days and always see the same behavior. I have also tried entering my password instead of his (since that makes more sense to me) but I encounter the same problem.
I have verified that I am signed in to my iCloud account and my iTunes account on my iPhone 5s. I have also verified that my son is logged in with his iCloud/iTunes account on his iPod touch, so why isn't this working? Additionally, if I disable "Ask to Buy" then I can successfully install apps on his iPod from the iPod itself.
Is it normal for the "Sign in to Approve" box to show his iCloud address instead of mine? And if so, why doesn't it complete when I enter his password? Am I missing something completely? This is driving me crazy.

Hi ,
When you click your link "Click here", the SharePoint web page with anchor will not work until refresh the page, if it's the case, you can add the javascript code to refresh the page automatically as workaround per the following similar post.
http://social.msdn.microsoft.com/Forums/sharepoint/en-US/f7eab808-da8a-44fd-9933-f9b992f5affc/sharepoint-anchor-tags?forum=sharepointgeneralprevious
http://yalla.itgroove.net/2012/05/anchor-links-tags-in-sharepoint-2010/
<script type="text/javascript">
setTimeout(Reload,2000);
function Reload()
window.location.hash=self.document.location.hash.substring(1);
</script>
Thanks,
Daniel Yang
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] 
Daniel Yang
TechNet Community Support

Similar Messages

Maybe you are looking for

  • Install iTunes 7.6, and loose my DVD Drive after it.

    I run: Windows Vista Ultimate PRE-SP1. Lite-ON Blu-Ray DVD Player. I install iTunes v7.6 and get the following after reboot: "Warning! iTunes was not properly installed. If you wish to import or burn CD's you need to reinstall iTunes." My DVD drive i

  • Camera on Nokia N8 stopped working

    Hi, a few days ago I accidently dropped my phone and since then the camera has gone weird. When I look at the camera the shutter is not there and it looks like I'm about to take a photo. Its almost like the shutter is stuck. When I go onto my camera

  • Dell iM101z won't suspend or hibernate after recent updates.

    I've been running Arch on the following laptop since July 2012 http://www.newegg.com/Product/Product.a - 6834200483 I had it successfully hibernating on lid close via systemd up until this past weekend.  After updates on 2/24, it would hibernate, but

  • Sending mail through a proxy client

    I have the following simple code to send mail through a SOCKS proxy client: package com.apna.beans; import java.util.Properties; import javax.mail.*; import javax.mail.internet.*; import javax.activation.DataSource; import javax.activation.FileDataSo

  • Database Primary Key Question - Best Practices

    I posted this in the ADDT forum, but I imagine I'll get more responses here: All you database developers - how do you deal with primary keys? Do you ALWAYS use an AutoIncrement/AutoNumber? Or only sometimes? Is there an argument to NOT use AutoIncrem