Push Notification Integration : Android | Community
Skip to main content
Level 3
September 8, 2021
Solved

Push Notification Integration : Android

  • September 8, 2021
  • 1 reply
  • 913 views

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

 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Milan_Vucetic

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

1 reply

Milan_Vucetic
Milan_VuceticAccepted solution
Level 9
September 9, 2021

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