Hi @thib ,
Quite a strange case.
First, it is possible to send Push notifications to the other apps, which share the same DB. Please see the thread here: iOS Notifications - Getting Set Up
Second, if 2 apps share the same DB - then the new table in one app should be available in the 2nd app instantly.
So what you could check is:
- if you had 2 app editors open, even with 2 different apps but which share the same DB - that could be the cause of the glitch (I’ve lost couple of hours of work once - the other window kind of “overwritten” all the DB changes).
- you need to check if these apps really share the same DB
- and if you’re sure that all is correct on your side, I would suggest submitting a support ticket here: Submit a Support Ticket
Best regards, Victor.