diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 8ca0f61..d8c22a0 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -46,6 +46,12 @@
android:requestLegacyExternalStorage="true"
android:usesCleartextTraffic="true">
+
+
+
+ 123456789012345
+ abcdef1234567890abcdef1234567890
+
\ No newline at end of file
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index 85fced8..fe4adbc 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -2,68 +2,80 @@
- CADisableMinimumFrameDurationOnPhone
-
- CFBundleDevelopmentRegion
- $(DEVELOPMENT_LANGUAGE)
- CFBundleDisplayName
- CAI App
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- cid_app
- CFBundlePackageType
- APPL
- CFBundleShortVersionString
- $(FLUTTER_BUILD_NAME)
- CFBundleSignature
- ????
- CFBundleVersion
- $(FLUTTER_BUILD_NUMBER)
- ITSAppUsesNonExemptEncryption
-
- LSApplicationQueriesSchemes
-
- mailto
-
- LSRequiresIPhoneOS
-
- LSSupportsOpeningDocumentsInPlace
-
- NSCameraUsageDescription
- La fotocamera è necessaria per scansionare il QR Code e importare i dati del sinistro.
- NSLocationWhenInUseUsageDescription
- La tua posizione serve per compilare automaticamente il luogo dell'incidente nel modulo.
- NSLocationAlwaysAndWhenInUseUsageDescription
- La tua posizione serve per compilare il luogo dell'incidente anche se l'app è in background.
- NSPhotoLibraryAddUsageDescription
- Serve per salvare il modulo PDF o i disegni dei danni nel rullino.
- NSPhotoLibraryUsageDescription
- Serve per allegare le foto dei danni al veicolo.
- UIApplicationSupportsIndirectInputEvents
-
- UIFileSharingEnabled
-
- UILaunchStoryboardName
- LaunchScreen
- UIMainStoryboardFile
- Main
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
+ CADisableMinimumFrameDurationOnPhone
+
+ CFBundleDevelopmentRegion
+ $(DEVELOPMENT_LANGUAGE)
+ CFBundleDisplayName
+ CAI App
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ cid_app
+ CFBundlePackageType
+ APPL
+ CFBundleShortVersionString
+ $(FLUTTER_BUILD_NAME)
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ $(FLUTTER_BUILD_NUMBER)
+ ITSAppUsesNonExemptEncryption
+
+ LSApplicationQueriesSchemes
+
+ mailto
+ fbapi
+ fb-messenger-share-api
+
+ LSRequiresIPhoneOS
+
+ LSSupportsOpeningDocumentsInPlace
+
+ NSCameraUsageDescription
+ La fotocamera è necessaria per scansionare il QR Code e importare i dati del sinistro.
+ NSLocationWhenInUseUsageDescription
+ La tua posizione serve per compilare automaticamente il luogo dell'incidente nel modulo.
+ NSLocationAlwaysAndWhenInUseUsageDescription
+ La tua posizione serve per compilare il luogo dell'incidente anche se l'app è in background.
+ NSPhotoLibraryAddUsageDescription
+ Serve per salvare il modulo PDF o i disegni dei danni nel rullino.
+ NSPhotoLibraryUsageDescription
+ Serve per allegare le foto dei danni al veicolo.
+
+ FacebookAppID
+ INSERISCI_QUI_IL_TUO_APP_ID
+ FacebookClientToken
+ INSERISCI_QUI_IL_TUO_CLIENT_TOKEN
+ FacebookDisplayName
+ CAI Facile
+
+ NSUserTrackingUsageDescription
+ Utilizziamo questi dati per fornirti annunci personalizzati e migliorare l'app.
+ UIApplicationSupportsIndirectInputEvents
+
+ UIFileSharingEnabled
+
+ UILaunchStoryboardName
+ LaunchScreen
+ UIMainStoryboardFile
+ Main
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationPortraitUpsideDown
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
-
+
\ No newline at end of file
diff --git a/pubspec.lock b/pubspec.lock
index 077c5f9..16f9fbe 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -241,6 +241,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "5.0.3"
+ facebook_app_events:
+ dependency: "direct main"
+ description:
+ name: facebook_app_events
+ sha256: "3658a3e6983c23c1c1a52eb553b1be84816abd57c186aabe9bc538a4bfac2ed6"
+ url: "https://pub.dev"
+ source: hosted
+ version: "0.24.0"
fake_async:
dependency: transitive
description:
diff --git a/pubspec.yaml b/pubspec.yaml
index 1638f3c..4ac51a6 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -67,6 +67,7 @@ dependencies:
device_info_plus: ^12.3.0
flutter_localizations:
sdk: flutter
+ facebook_app_events: ^0.24.0
dev_dependencies:
flutter_test: