iOS Live vs Bubble Go vs Preview

I have been battling some weird errors lately.

  1. I test on preview - good
  2. I test on bubble go - good
  3. I deploy to live
  4. I test on Mobile - buggy

The sympoms I could locate to three circumstances:

  • there were a change on a group’s condition (like when it shows up or I can click or what it is inside)
  • there were an OTA change not full release
  • some time flies and the errors disappears without actually fixing them

But those were like very crazy use cases:

  • a tile showed up that was actually removed from the database
  • a calculation was there for days then it calculates well
  • I could click a button was restricted now I can’t anymore after a while
  • Problems were still there even after multiple OTA updates

The question is:

  • is it a bubble thing that some things not moving to the live code
  • is it a phone cache whatever thing that takes time to change the code or something

Again this is really weird and super hard to locate and also to fix for bubble I guess…

Anyone else had similar issues or this is just me?

A few clarifying questions…

  • After the OTA, did you restart the app? Restarting is what will load the new code that was OTA’d
  • A sure fire way to make sure only the new code is shown is to deprecate the old live version in the Mobile settings subtab
  • We cache data that was previously loaded on an app so that users can access any loaded data when their app goes offline. Did you restart the app after the data was deleted? This may also be a bug with offline support - but would need a little more information to debug
  • After the OTA, did you restart the app? Restarting is what will load the new code that was OTA’d

YES - Multiple times

  • A sure fire way to make sure only the new code is shown is to deprecate the old live version in the Mobile settings subtab

It has not used the old code as PART OF THE functions got surfaced… so it was not like “I do not see the changes”

  • We cache data that was previously loaded on an app so that users can access any loaded data when their app goes offline. Did you restart the app after the data was deleted?

I can’t remember that use case… but the common thread is that “these issues resolve” usually but I can’t lock to time or anything I do… some of those persistent for a while

  • This may also be a bug with offline support - but would need a little more information to debug

We had it in

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.