Decrease iOS Application size to App Store

前端 未结 6 1308
抹茶落季
抹茶落季 2020-12-31 17:37

I am trying to submit an application in App Store, and I need to decrease its memory a little bit, if this is possible. I tried a method which I am gonna describe below to m

6条回答
  •  情话喂你
    2020-12-31 17:50

    If you have already checked all your assets (images, audio, etc... ) just check if you need all the external libraries (3rd party libraries out of the iOS sdk) that you import in your app.

提交回复
热议问题