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

Commit e672e73

Browse files
committed
Bring back livesync for iOS 8.3 - http://teampulse.telerik.com/view#item/290037
1 parent 115b8b2 commit e672e73

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)