
Also from IOS app, when user is registering to Salesforce, its giving error as below. Is the user registration not happening in correct way from external IOS app
- [SalesforceSDKCore] CLASS: SFPushNotificationManager Registration for notifications with Salesforce failed with error Error Domain=com.salesforce.RestAPI.ErrorDomain Code=404 "(null)" UserInfo={error=( { errorCode = "NOT_FOUND"; message = "The requested resource does not exist"; } )}
1 answer
HI Rohit,You ask seems similar to https://salesforce.stackexchange.com/questions/237207/ios-push-notification-configuration-unable-to-register-deviceAre you able to register your device by adding the Consumer key and redirect URI in the app? Thanks