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...
Regarding Adobe Experince set we did all which we need to do.
Still getting below :-
Solved! Go to Solution.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies