ethan_c • almost 13 years ago
To any Android developers out there
Is the IMEI number necessary for distributing an Android application that hasn't made it to the Google Play store yet (like a UDID number is necessary for iOS)? I was under the impression that Android .apk files could be distributed on any Android device.
Comments are closed.
2 comments
Bapi Mohanty • almost 13 years ago
Yes, that is correct. You can create and APK file and distribute it just like an exe file in windows. Any android phone can install the APK provided it's appropriate for that version of Android.
ethan_c • almost 13 years ago
oh ok thank you - I was confused :)