AJO Provider Error in iOS TestFlight App | Adobe Higher Education
Skip to main content
November 14, 2025
Domanda

AJO Provider Error in iOS TestFlight App

  • November 14, 2025
  • 1 risposta
  • 76 visualizzazioni

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?

1 risposta

arpan-garg
Community Advisor
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