You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
I have an android/ios app which was working exceptional with Codepush.
But since the last deploy it's not installing nothing in production.
Whit this I mean that code-push deployment ls my-app is returning the table with all the data ok but the install metrics are always: No install recorded
When I tried in debug simulator mode I actually make one install. So the table changes to: Active: [...] Total: 1
It works in debug mode (simulators and so on)
It has the mandatory flag set on
It worked in the past
The code version matches both for codepush and native bundle. It's 6.2
The only native-land thing that we change is the Facebook SDK installation. Tho, we review 3 times the codepush installation guide and eveything seems to be ok (it's working on debug mode after all).
It looks like codepush is not being initialized when in production mode.
I don't know what else can I do?
Is there something else I can check?
I have an android/ios app which was working exceptional with Codepush.
But since the last deploy it's not installing nothing in production.
Whit this I mean that
code-push deployment ls my-appis returning the table with all the data ok but theinstall metricsare always:No install recordedWhen I tried in debug simulator mode I actually make one install. So the table changes to:
Active: [...] Total: 1It works in debug mode (simulators and so on)
It has the mandatory flag set on
It worked in the past
The code version matches both for codepush and native bundle. It's 6.2
The only native-land thing that we change is the Facebook SDK installation. Tho, we review 3 times the codepush installation guide and eveything seems to be ok (it's working on debug mode after all).
It looks like codepush is not being initialized when in production mode.
I don't know what else can I do?
Is there something else I can check?
Environment