Open a list of my apps in the App Store within my App

前端 未结 2 803
深忆病人
深忆病人 2021-02-14 07:03

I have checked the (Top Paid Apps) sample code from Apple website where you can see all the top apps in the App store, I want to do the same in my app but to show only my apps i

2条回答
  •  [愿得一人]
    2021-02-14 07:22

    You could use DAAppsViewController. It can be configured with a developer ID to show all the apps by that developer. It will use StoreKit if available, otherwise fallback to switching to the App Store.

提交回复
热议问题