• Kishan Bansal 16
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Hi, 
I am trying to lauch custom mobile app however, receiving the below exceptiona and the app doesn't load. Any suggestions?

2020-03-27 23:24:52.877220-0400 MyTrailNativeApp[73564:1156309] [SalesforceSDKCore] CLASS: SFUserAccountManager Swizzled :: SFUserAccountManager
2020-03-27 23:24:53.457192-0400 MyTrailNativeApp[73564:1156309] WF: === Starting WebFilter logging for process MyTrailNativeApp
2020-03-27 23:24:53.457422-0400 MyTrailNativeApp[73564:1156309] WF: _userSettingsForUser : (null)
2020-03-27 23:24:53.457549-0400 MyTrailNativeApp[73564:1156309] WF: _WebFilterIsActive returning: NO
2020-03-27 23:24:53.617564-0400 MyTrailNativeApp[73564:1156309] [SalesforceSDKCore] CLASS: SFOAuthCoordinator authenticate authenticating as 3MVG9GYWKbMgBvbzQd1rvn0tg1_SIa6TXQvZ8XL1vtdaXcuQQjB2yJf4ltnR3 without refresh token on 'https://login.salesforce.com' ...
2020-03-27 23:24:53.620144-0400 MyTrailNativeApp[73564:1156309] [SalesforceSDKCore] CLASS: SFSDKAuthConfigUtil getMyDomainAuthConfig:loginDomain: Advanced authentication configured. Retrieving auth configuration from https://login.salesforce.com/.well-known/auth-configuration
2020-03-27 23:24:53.624875-0400 MyTrailNativeApp[73564:1156309] [SalesforceSDKCore] CLASS: MobileSyncSDKManager App is resuming active state.
2020-03-27 23:24:54.197269-0400 MyTrailNativeApp[73564:1157476] [SalesforceSDKCore] CLASS: SFSDKAuthConfigUtil Org config request failed with error: Status Code: 404
2020-03-27 23:24:54.198594-0400 MyTrailNativeApp[73564:1156309] [SalesforceSDKCore] CLASS: SFOAuthCoordinator loadWebViewWithUrlString:cookie: Loading web view for 'SFOAuthTypeUserAgent' auth flow, with URL: (null)
2020-03-27 23:24:54.198885-0400 MyTrailNativeApp[73564:1156309] [SalesforceSDKCore] CLASS: SFSDKWebViewStateManager [SFSDKWebViewStateManager sharedProcessPool]: No process pool exists.  Creating new instance.
2020-03-27 23:24:54.218577-0400 MyTrailNativeApp[73564:1156309] WF: _userSettingsForUser : (null)
2020-03-27 23:24:54.218697-0400 MyTrailNativeApp[73564:1156309] WF: _WebFilterIsActive returning: NO
2020-03-27 23:25:58.940007-0400 MyTrailNativeApp[73564:1156309] [ProcessSuspension] 0x13448b8d0 - ProcessAssertion::processAssertionWasInvalidated()
2020-03-27 23:25:59.380411-0400 MyTrailNativeApp[73564:1156309] [ProcessSuspension] 0x13448b930 - ProcessAssertion::processAssertionWasInvalidated()
Hi, 

I am using Trailblazer training modules to access and run IOS SF SDK however I am getting the below 2 errors so that my mobile client application doesn't load

Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service
2020-03-24 16:04:48.820156-0400 MyTrailNativeApp[48394:2322742] Could not signal service com.apple.WebKit.Networking: 113: Could not find specified service

I double checked and all the required appliations / modules are correctly instsalled. 

Please help!