function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AndrewTaylorAndrewTaylor 

Mobile SDK - Registering for Push Notifications (iOS)

Our team is working on a mobile app for android and iOS. We have connected apps for both types of device, and are trying to get devices registered for Push Notifications.

Push Messages are enabled in both apps, and we've been able to register using Android; however, using iOS, get the following error:
 
2017/07/14 16:14:23.205 AppName[698:2a07] ERROR com.salesforce: Registration for notifications with Salesforce failed with status 404
2017/07/14 16:14:23.206 VertexGPS[698:2a07] ERROR com.salesforce: Response:(
        {
        errorCode = "NOT_FOUND";
        message = "The requested resource does not exist";
    }
)

Has anyone encountered this before? Could this be related to a configuration issue?
Harish DHarish D
Hi aj2taylo2010,

I am also facing the same issue in our Production environment. If this isue is resolved for you, could you please let me know what have you done to get this resolved?

Thank you so much in advance.

Thanks,
Harish   
AndrewTaylorAndrewTaylor
Hi Harish; I believe the reror ended up being in the app configuration where the iOS app was connecting to the wrong storefront.
Harish DHarish D
Hi aj2taylo2010,

Thanks for the quick response. when you say "error ended up being in the app configuration", do you mean there was issue with the Connceted App in Salesforce or was that in the iOS app?

Thanks,
Harish