Codepush not working for RN version 0.69.2
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Steps to Reproduce
Expected Behavior
What you expected to happen?
Actual Behavior
What actually happens?
STACK TRACE AND/OR SCREENSHOTS
Reproducible Demo
- Download https://github.com/microsoft/react-native-code-push/archive/master.zip and unzip. From
Examplesfolder runnode create-app.js appName [email protected] [email protected]command to generate plain CodePushified React Native app. Please see description on top ofcreate-app.jsfile content if needed - If you can't reproduce the bug on it, provide us as much info as possible about your project
Environment
- react-native-code-push version:
- react-native version:
- iOS/Android/Windows version:
- Does this reproduce on a debug build or release build?
- Does this reproduce on a simulator, or only on a physical device?
(The more info the faster we will be able to address it!)
Yes same for me. I was about to open this issue 2 weeks ago lol. @afrakhan123
Can you try adding this in defaultConfig?
resValue 'string', "CODE_PUSH_APK_BUILD_TIME", String.format("\"%d\"", System.currentTimeMillis())
Didn't work for me but you can try this to see if it's working for you or not
@afrakhan123
Have you found any fix for this? I am also facing same issue after I upgraded to 0.69.3
@krunalbad I tried you solution but it didn't work.
Yes same for me. I was about to open this issue 2 weeks ago lol. @afrakhan123
Can you try adding this in
defaultConfig?resValue 'string', "CODE_PUSH_APK_BUILD_TIME", String.format("\"%d\"", System.currentTimeMillis())Didn't work for me but you can try this to see if it's working for you or not
it worked for me
Yes same for me. I was about to open this issue 2 weeks ago lol. @afrakhan123
Can you try adding this in
defaultConfig?resValue 'string', "CODE_PUSH_APK_BUILD_TIME", String.format("\"%d\"", System.currentTimeMillis())Didn't work for me but you can try this to see if it's working for you or not
works for me! thanks @eshantbist
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment.
This issue will now be closed because it hasn't had any activity for 15 days after stale. Please feel free to open a new issue if you still have a question/issue or suggestion.