Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit bc1c11e

Browse files
FatmeFatme
Fatme
authored and
Fatme
committed
Merge pull request #287 from telerik/fatme/livesync-ios8.3
Bring back livesync for iOS 8.3
2 parents 84b4b8a + e672e73 commit bc1c11e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mobile/ios/ios-device.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@ export class IOSDevice implements Mobile.IIOSDevice {
378378
return(() => {
379379
//TODO: CloseSocket must be part of afcClient. Refactor it.
380380
var houseArrestClient: Mobile.IHouseArrestClient = this.$injector.resolve(iOSProxyServices.HouseArrestClient, {device: this});
381-
var afcClientForAppDocuments = houseArrestClient.getAfcClientForAppDocuments(appIdentifier.appIdentifier);
382-
afcClientForAppDocuments.transferCollection(localToDevicePaths).wait();
381+
var afcClientForContainer = houseArrestClient.getAfcClientForAppContainer(appIdentifier.appIdentifier);
382+
afcClientForContainer.transferCollection(localToDevicePaths).wait();
383383
houseArrestClient.closeSocket();
384384

385385
if (!options.skipRefresh) {

0 commit comments

Comments
 (0)