AJO Provider Error in iOS TestFlight App | Community
Skip to main content
November 14, 2025
Solved

AJO Provider Error in iOS TestFlight App

  • November 14, 2025
  • 1 reply
  • 93 views

Hi, I was experiencing an issue getting everything to work, and it was only resolved after adding
MobileCore.updateConfiguration({ 'messaging.useSandbox': true }).

However, after submitting my app to TestFlight with this value set to true, I started receiving a Provider Error when sending push notifications to the audience.

My question is: If I set this variable to false, will push notifications work correctly in the TestFlight build?

Best answer by arpan-garg

Hi ​@NestorAr  - Yes it should be set to false for testflight build, we faced similar issue in the past and it got resolved by setting it to false

Here is the adobe document which talks about it https://experienceleague.adobe.com/en/docs/platform-learn/implement-mobile-sdk/experience-cloud/journey-optimizer/journey-optimizer-push#register-a-device-token-for-push-notifications

 

Please refer the note here 

 

1 reply

arpan-garg
Community Advisor
arpan-gargCommunity AdvisorAccepted solution
Community Advisor
January 20, 2026

Hi ​@NestorAr  - Yes it should be set to false for testflight build, we faced similar issue in the past and it got resolved by setting it to false

Here is the adobe document which talks about it https://experienceleague.adobe.com/en/docs/platform-learn/implement-mobile-sdk/experience-cloud/journey-optimizer/journey-optimizer-push#register-a-device-token-for-push-notifications

 

Please refer the note here