"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

  • Crystal Report Log in Failed

    Hi All, I am having a problem when creating a Crystal report from a Universe. when i go for new connections --> Universe -->its not asking for any log in details, its providing me the list of universes that are available. when i select my universe it

  • Unknown message

    Hi ! During a discusion with my girlfriend, I received a message from her : http://t.co/9SRvbLregR (it's french ..) But she sended that text : http://t.co/6BsC2uINmo She has got an iPhone 4s with iOS 7.0.3 I've an iPhone 4 with 7.0.2 So, it's too ***

  • Branch VAT number in BSEG

    Hi All, The client is running EC sales report(S_ALR_87012400). And that report does not give the Branch customer VAT number updated documents(Credit memos) list .As BSEG table updates only main customer(Head Offfice customer )VAT number. The issue is

  • Unwanted margins when printing images

    All, I have an application that loads images from a chosen directory and loads them into tabs. I then have print options. All is fine printing however there is a 1" border around the image. This seems to squish the image smaller which results in more

  • States and Bitmap.Draw

    I'm attempting to use states to reformat a canvas for printing/exporting. The idea is to be able to export an image of the canvas as below c:Canvas has 2 states - null (base) and "Print". c.currentState = "Print"; save(c); c.currentState = ""; Where