Adobe Experience Push Notification Implementation Sandbox Error | Community
Skip to main content
New Participant
June 10, 2024
Solved

Adobe Experience Push Notification Implementation Sandbox Error

  • June 10, 2024
  • 1 reply
  • 1707 views

Hi,

I am implementing Adobe Experience Push Servicees for iOS platform. 

I have followed the same for implementation from below link :-
https://www.youtube.com/watch?v=t36Xjhukmro&t=2433s

Followed below link from Adobe :-
https://experienceleague.adobe.com/en/docs/journey-optimizer/using/push/push-config/push-configurati...
https://experienceleague.adobe.com/en/docs/campaign-classic/using/sending-messages/sending-push-noti...

https://experienceleague.adobe.com/en/docs/platform-learn/implement-mobile-sdk/experience-cloud/jour...

 

Regarding Adobe Experince set we did all which we need to do.

Still getting below :-

Couldn't Detect Sandbox

The sandbox is pulled out of the Edge Streaming Validation events. It's possible events aren't making it to the Platform yet. Check and make sure the Platform has been set up correctly.
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 _Manoj_Kumar_

Hello @prakashra1 

 

Do you have AJO enabled in the Datastreams?

 

1 reply

_Manoj_Kumar_
New Participant
June 11, 2024

Hello @prakashra1 

 

This is a common issue while working with APNS. By default the production sandbox is used. You will have to updated the app code to hardcode the value of sandbox to apnsSandbox.

 

use this code to your mobile SDK initialization to force development sandbox for test.

MobileCore.updateConfiguration({ 'messaging.useSandbox': true })

 

this should fix the issue.

 

 

     Manoj     Find me on LinkedIn
New Participant
June 11, 2024

Thanks Manoj for reply. 

I did but still have same issue.
I am testing on Simulator.
Do we need to set more key/value along with useSendbox.

_Manoj_Kumar_
_Manoj_Kumar_Accepted solution
New Participant
June 11, 2024

Hello @prakashra1 

 

Do you have AJO enabled in the Datastreams?

 

     Manoj     Find me on LinkedIn