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
Stephan H. WisselStephan H. Wissel 

Mobile SDK Hybrid sample throws: A background URLSession with identifier com.salesforce.network already exists!

Trying to run the example app here on iOS Emulator:
https://trailhead.salesforce.com/modules/mobile_sdk_hybrid/units/mobilesdk_hybrid_sample_app

The application starts, I can login, the OAuth authentication happens, the screen with the buttons shows. So far so good.
But each time I click on a "Fetch SFDC ..." button nothing happens and the console shows a message like this:

2017-06-23 16:21:42.896 contactsApp[24914:453320] A background URLSession with identifier com.salesforce.network already exists!

What do I miss?

#ios #mobile #Cordova