The docs here gives me impression that I can connect to same application from different endpoints.
For example, if I create an app in SG, I can set the code to connect to US endpoint for users accessing from US. Is my understanding correct? Because I tested it but it didn’t work.
Here’s what I tested:
- Create an app in SG
- Get the api key and create new client while setting the
apiEndpoint
toApiEndpoint.US
- Send a message
The message went thru (tho the dataStatus
is stuck in local) but it never reach my SG console.