diff --git a/example/ios/EudiWalletKitReactNativeExample/Info.plist b/example/ios/EudiWalletKitReactNativeExample/Info.plist
index 9426cd9..9270991 100644
--- a/example/ios/EudiWalletKitReactNativeExample/Info.plist
+++ b/example/ios/EudiWalletKitReactNativeExample/Info.plist
@@ -26,6 +26,7 @@
NSAppTransportSecurity
+
NSAllowsArbitraryLoads
NSAllowsLocalNetworking
diff --git a/ios/Sources/Model/JSDocument.swift b/ios/Sources/Model/JSDocument.swift
index 017b641..df70b86 100644
--- a/ios/Sources/Model/JSDocument.swift
+++ b/ios/Sources/Model/JSDocument.swift
@@ -17,7 +17,6 @@ struct JSDocument: Encodable {
// TODO: Find a way to resolve createdAt timestamp
self.createdAt = nil
self.namespaces = mdocModel.nameSpaces ?? [String]()
-
self.namespacedData = mdocModel.toJson(base64: false).mapValues {
let orderedDictionary = $0 as! OrderedDictionary