Closed nicolaslabbe closed 7 years ago
Hi,
Have you tried to remove the hostname property from the .plist? By default, if no hostname is provided, we set it to mobilemessaging.engagement.dimelo.com. The SDK needs to contact our Dimelo Mobile Server (which is different from the Dimelo Digital application).
Do not hesitate to come back to me if it does not solve your issue.
Hi,
I tried to run the Dimelo-IOS-SampleApp, following the documentation instructions I have updated the
apiSecret
value from DimeloConfig.plist.But when I run the project (both with the simulator or the device) I'm getting an
unsent
status upon the bubble message.I also see logs into xcode, I think I'm missing something about the domain maybe ? because it call
https://localhost/api/1.0/status
andhttps://localhost/api/1.0/register
and fails. I tried to change it with XXX.dimelo.com admin console without success.Do you have any suggestions ?
Thanks.