I added a react-native android app using the Add new app option on appcenter website.
Now i need to find the deployment keys for the same.
I tried
code-push deployment list YourAppName --displayKeys
but it didnt return keys.
Although when I add the app using CLI
code-push app add YourAppName android react-native
and then retrieve the keys using earlier command it works fine and gives both staging and pro keys.
Please somebody explain this.
Thanks.