ios - How big is the download for my users if my app requires the 2015 Android Vision API? -


i interested in adding face detection app (com.google.android.gms.vision.face google play services 7.8 version described here here , here)

but in documentation says 'adding vision functionality dependency project's androidmanifest.xml indicate installer should download dependency on app install time'

its important me app size should small , not require huge download- know how big 'dependency' com.google.android.gms.vision.face , how add download users don't have it?

also people know if ios works same way?

your app size depends upon artwork have used beautify app interface, how detailed application has been developed , how many dependency application using, sometime application size small on app store, after downloading app on phone, app installs dependency on run time , consume disk space.this approach save developers submit heavy applications store.

this can true both platforms i.e. ios , android. expert on ios development don't know specific dependency com.google.android.gms.vision.face. expert on android might answer this. think might not take memory as, not contains images few kbs of files.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -