-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Description:
Problem only for whitelabel build (from develop branch), app from appstore is work correct
The login to the workspace does not work - the button does not respond to any input data.
https://user-images.githubusercontent.com/3279295/104205920-01d04a80-5440-11eb-9678-76f142f48c12.mp4
After building the last build of Rocket Chat repo for ios (4.13.1)
and creating the archive and distribute ipa - the problem still exists, and after installing the application,
I think this is an build problem, it does not depend on the device (tried it on 3 different ones)
But, on Debug Build - everything works correctly
The problem appeared after 4.10. + Version. (last work version 4.7.)
I can't understand what's going on.
by the way, may be the problem appeared after the improvement to save the history of the entered urls..
p.s I also tried to change the applcation_id - so that the assembly was clean, it did not help.
As I understand it, in the case of the debug version, the code is collected when starting from the jsbundle, in the case of the release version - it has already been minified and built. Perhaps this could be the problem? Some time ago, I build bundle before release with
react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios
I don’t do this now, but with this approach the result is the same now :(
Environment Information:
- Rocket.Chat Server Version: 3.5.1
- Rocket.Chat App Version: 4.13.1
- Device Name: Iphone 11 Pro
- OS Version: 14.2
Steps to reproduce:
- Open app
- Click Join a workspace
- Try to enter workspace URL and click Connect
Expected behavior:
See a login screen
Actual behavior:
Nothing happens
Additional context:
App from AppStore is work correct
App wich build with Debug works perfect too..