Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
SOLVED

Push Notification Integration : Android

Avatar

Level 3

Hi Team,

 

We are getting below error, when we successfully sign into the mobile app.

 

"failed to connect to pre-campaign.xxx.com/xx.xx.xx.xxx (port 443)"

 

Can I know if there is any configuration missing?

Below is the information provided to mobile app and which is already embedded in apk file

NeolaneIntegrationKey = "XXX"
MarketingHost = "https://pre-campaign.xxx.com";
TrackingHost = "xxx";

registerDevice(registrationToken, userKey, null, context);
userkey is profile_id

 

Thanks,

Sachin C S

 
1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @sachincs1991 

is this on-premise solution?

By default in this model only tracking servers are exposed to the public internet but app servers not. This call needs to reach app servers therefore you can forward only this call from external server/servers to the application server/servers.

Regards,

Milan

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hello @sachincs1991 

is this on-premise solution?

By default in this model only tracking servers are exposed to the public internet but app servers not. This call needs to reach app servers therefore you can forward only this call from external server/servers to the application server/servers.

Regards,

Milan