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
To be able to use my app I need to call RUpgrade.install('com.app.test'); which com.app.test is my appId. The install method requests an integer instead of a string so this will not work?
The text was updated successfully, but these errors were encountered:
To be able to use my app I need to call
RUpgrade.install('com.app.test');
whichcom.app.test
is my appId. Theinstall
method requests an integer instead of a string so this will not work?The text was updated successfully, but these errors were encountered: