I can confirm that the search syntax you give doesn't currently work. I can't confirm whether or not it used to, although the documentation at http://developer.android.com/guide/publishing/publishing.html#marketintent says that it should work.
As an alternative, you could use a URL like market://search?q=pub:"Your Publisher Name", which should find all of your apps. String On May 16, 8:55 pm, westmeadboy <[email protected]> wrote: > Until a few days ago this URL worked: > > market://search?q=com.mycompany. > > and it would find all apps like com.mycompany.myfirstapp, > com.mycompany.mysecondapp etc > > But now it returns no matches. > > This is kind of annoying since I use this strategy to show all my apps > from each app's About screen. > > Anyone else confirm this? > > -- > You received this message because you are subscribed to the Google Groups > "Android Discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/android-discuss?hl=en. -- You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en.
