Links: [[01 - Technology for Product Managers]]
### Why is it relatively easier to get an app approved on Google Play Store?
#### Fragmentation:
In Android getting apps approved on Play Store is easier as each manufacturer's phone is essentially a different platform, even if the Android version is the same. So this problem, along with lower profit margins on Android, offsets the greater ease of getting the app approved.
### Native, non-native, and hybrid apps
#### True Native App:
An application made using the native programming language of the operating system.
#### WebView App:
An application that wraps website code into a native framework.
#### Hybrid App:
An application that displays less complex screens with WebView and more complex screens with native code.