microsoft / code-push

A cloud service that enables Cordova and React Native developers to deploy mobile app updates directly to their users’ devices.
https://microsoft.github.io/code-push/
Other
4.36k stars 495 forks source link

[Question] Use codepush on Apple Store is legal? #702

Closed mattosluis closed 4 years ago

mattosluis commented 4 years ago

I'm new using codepush on my projects, so i read some articles and faced with Apple Store Guidelines - https://developer.apple.com/app-store/review/guidelines/ - specific in this topic that says

"If you attempt to cheat the system (for example, by trying to trick the review process, steal user data, copy another developer’s work, manipulate ratings or App Store discovery) your apps will be removed from the store and you will be expelled from the Developer Program."

So my question is codepush is allowed when used on Apple Store once the code aren't review by Apple?

alexandergoncharov-zz commented 4 years ago

Hi @mattosluis , Thanks for reporting!

Yeah, It is legal because we are updting just js part(not native part like Java or Objective-c/Swift). For more info please check this docs: https://github.com/microsoft/react-native-code-push#store-guideline-compliance I'm going to close this issue for now. Please feel free to reopen it if you have any questions.