Maybe I am blind but I don't see any instructions on how to update the mobile apps to 1.3 (currently on 1.1.2)
Announcement
Collapse
No announcement yet.
How to update Mobile App
Collapse
X
-
Yup, just upload the new apk file to Google play. You can use the documentation and just skip to uploading the app.
Be sure to post any problems or questions here!My board: Auto Forum powered by vBulletin.
Comment
-
I updated to vBulletin 4.2.0 from 3.8.7 and had to uninstall the Mobile API as it's now included in the new version.
It seems that doing so deletes your API key, and my vBulletin install is now asking me to regenerate the key. Does this mean I need to push an update to my app, or is there another solution for this?
Comment
-
Originally posted by Trevor Hannant View PostDid you take a database backup before upgrading? If so, you don't need to restore it but look for the setting table and search for the 'apikey' varname - take a note of the value (this is your key) and replace this into the API Key field in AdminCP and try your apps again.
Comment
-
Originally posted by Trevor Hannant View PostGenerate a new one then replace it with the old one.
- - - Updated - - -
Actually, any idea what the key name might be in the database? I can grep some backup SQL for it rather than having to restore a huge backup.
Comment
-
Originally posted by Trevor Hannant View PostAs per post 5, you don't need to restore it but look for the setting table and search for the 'apikey' varname in that table's contents.
That being said, after generating a key, the api key page appears to not allow me to change the value.
- - - Updated - - -
Okay, I've definitely found the right value, but still can't seem to update it.
I've found the row in my prod database with the generated value. Would you suggest against creating an update statement that just replaces that value in the datastore table?
update datastore set options = 'a:661:{s:20...<insert rest of line here>}';
and replace the new apikey value with the old one? Or is this a super dangerous idea?
Comment
-
Originally posted by Joe D. View PostDon't update it in the datastore-
Update it in the setting apikey in the setting table.
Then refresh the datastore by going to Admin CP -> Product Manager -> and disable (and then re-enable) any of your products.
Confirm the new value is now in the datastore via the database.
The value that shows up in the API Key page in AdminCP is the old value, so clearly this wasn't correct.
[edit] Nevermind, again I missed the last part of your directions. Trying that.
- - - Updated - - -
Originally posted by sdi_employee View PostI've updated the value in the setting table, but there's no product to enable and disable - this is now built into vBulletin 4.
The value that shows up in the API Key page in AdminCP is the old value, so clearly this wasn't correct.
[edit] Nevermind, again I missed the last part of your directions. Trying that.
Comment
-
Please fill out a support ticket for my attention at:
http://members.vbulletin.com/members...ontactform.php
Please include a link to this thread and be sure to include the login info to your Admin CP, phpMyAdmin and FTP in the 'Sensitive Data' field.
Comment
-
Originally posted by Trevor Hannant View PostPlease fill out a support ticket for my attention at:
http://members.vbulletin.com/members...ontactform.php
Please include a link to this thread and be sure to include the login info to your Admin CP, phpMyAdmin and FTP in the 'Sensitive Data' field.
Guess I better look into that.
- - - Updated - - -
I can't find anywhere that will allow me to purchase ticket support.
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment