UWP-Android breaking change on 1.1.3,73-pre
See original GitHub issueI just upgraded to latest pre although i cant find any release notes. what are the changes and fixes? can you please tell me?
Beside that Below code was working for previous versions now it is not recognized in this version in UWP application
assembliesToInclude.AddRange(Rg.Plugins.Popup.Windows.Popup.GetExtraAssemblies());
Does Android need from this version? before It was working without init
Rg.Plugins.Popup.Popup.Init(this, bundle);
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Behavior changes: Apps targeting Android 14 or higher
Learn about changes in Android 14 that will affect apps when they target Android 14 or higher.
Read more >Xamarin.Forms 5.0.0.2599-pre1 (5.0.0 Service Release 15 ...
Release notes detailing new features, improvements, and issues fixed in Xamarin.Forms 5.0.0.2599-pre1 (5.0.0 Service Release 15 Pre Release ...
Read more >Kony Visualizer User Guide - Temenos Quantum Documentation
This update includes the following new and revised features: ... Android Pre-compile and Post-compile Ant Tasks Support.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

please ignore. i cleared nuget cache, bin, obj and it recognizes init method now 😃
@rotorgames I cant find
Rg.Plugins.Popup.Popup.Init();in 1.1.3,73-pre version using UWP?