Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When I launch Google Play on the phone and I enter the "My Apps" section, I can see all my installed apps spread into three lists:

  • Updates
  • Manual Updates
  • Up To Date

I published my app to Google Play and whenever I launch a new version, my app appears in the Manual Updates list. I want my app to appear in the Updates list and not Manual Updates.

How can I achieve that? What is the difference between Updates and Manual Updates on that list?

share|improve this question

1 Answer

up vote 7 down vote accepted

Your app will appear in the Updates list unless you change the permissions that you're requesting. If you add, say, the CAMERA permission at some point, then your app will appear in the Manual Updates list until your user accepts the new permission.

share|improve this answer
:O, nice answer, thanks – AndroidUser99 Oct 30 '12 at 15:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.