We've completed initial Adobe Mobile SDK configuration, including push notification setup, but still looking for how best to set/map our mobile app code as it is in a different language (C#) than any available documentation and sample code. Is there any available examples/documentation for Maui/.NET? Thanks.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
To integrate Adobe Mobile SDK with a .NET MAUI app, follow these steps:
Adobe SDK Setup: Ensure your Adobe Mobile SDK is configured with the necessary services (Analytics, Target, Push Notifications).
Create Platform-Specific Code:
Push Notification: Follow platform-specific guidelines to integrate push notifications (using Firebase for Android, APNs for iOS).
Dependency Service: Use MAUI's dependency service to call the native Adobe SDK methods in your shared C# code.
Test and Debug: Test on both platforms to ensure proper integration and functionality.
For more details:
To integrate Adobe Mobile SDK with a .NET MAUI app, follow these steps:
Adobe SDK Setup: Ensure your Adobe Mobile SDK is configured with the necessary services (Analytics, Target, Push Notifications).
Create Platform-Specific Code:
Push Notification: Follow platform-specific guidelines to integrate push notifications (using Firebase for Android, APNs for iOS).
Dependency Service: Use MAUI's dependency service to call the native Adobe SDK methods in your shared C# code.
Test and Debug: Test on both platforms to ensure proper integration and functionality.
For more details:
Hi, This link leading to 404 page, could you please share us the correct link to get the dependency files.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies