I have purchased a couple of mobile numbers and I use code similar to the following. This has stopped working suddenly today for both the devices.
I am wondering if something has changed.
***hologram=HologramCloud(dict(), network=‘cellular’) ***
hologram.enableSMS ***
recv=None ***
cmd=None
recv = hologram.popReceivedSMS()
*** if recv is not None:
*** print ‘Received SMS:’, recv