-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release stable version OneSignal nuget targeting AndroidX without Android.Support #213
Comments
@PawKanarek We will be switching from the Android Support Library to AndroidX in the next major release (4.0.0). In the meantime please include |
@jkasten2 is there a roadmap or approximate ETA on 4.0.0 ? |
I also stuck with this, any news on this? |
I have installed version 3.10.2, but notifications not showing. It returns "recipients": 1 from REST calling, and successfully sent from test, either on emulator or real device. Is that because that version doesn't support androidx ? |
I'm stuck on this too, |
Now I am on version 3.10.3 with android 10 and still not working. No notifications show up. Please I want to know if my issue related to current issue |
Any news on this. Quite a critical issue now that Play Store reqiures a higher target build. Also been an issue on ONeSignal for a while now |
I believe adding Xamarin.AndroidX.Migration to your project should solve this issue in the short term. For more details see the "Migration Tooling" section in this guide:
https://devblogs.microsoft.com/xamarin/androidx-for-xamarin/#migration-tooling If not please provide any details or errors you are getting after adding |
Can not resolve reference: |
I have reached out to the support a month ago and this still hasn't been resolved. They said that they are aware of these threads, but nothing happened so far. Except for, and correct me if I'm wrong, but the native SDK seems to have already been updated to use AndroidX. But the Xamarin version is way behind. I have clients waiting for an update, but this issue keeps me from even using the project solution right now. Does anyone have a workaround? A fork maybe? EDIT: comma |
Hi I have the same issue - My VS is fully updated, all nuget packages are fully updated to the most stable version and once i install the ONESIGNAL nuget package i get the following error when i try to build my solution: Can not resolve reference: I send a message yesterday to support and still nobody answered me. I suspect is something not compatible with API LEVEL 29 because i have a sample project using API LEVEL 28 and it works fine but with above that API LEVEL (28) is not working and the problem GOOGLE PLAY will not accept any APP below API LEVEL 29 so its mandadory to make it work above that: The $(TargetFrameworkVersion) for myApp.Android (v9.0) is less than the minimum required $(TargetFrameworkVersion) for Xamarin.Forms (10.0). You need to increase the $(TargetFrameworkVersion) for myApp.Android. My Target framework is 10.0 and my xamarin.forms nuget package is 5.0.0.2012 I tried as well to install Xamarin.AndroidX.Migration as recommended on some posts above but it crashes and does not allow you to install it. Anyone found a solution for this... it looks i might start considering moving to another service since its the second day i am stuck but i really like how onesignal works and i spend some decent amount of time to setting it up and building my methods for android thanks |
We just released Com.OneSignal 3.10.5 with dependency changes to resolve the AndroidX compatibility. Simply upgrade to this version and rebuild your project. |
Please release stable version Onesignal nuget package targeting AndroidX without Android.Supports library, because new apps targeting Google Play sSore written in Xamrin.Forms should only contain AndroidX dependencies.
The text was updated successfully, but these errors were encountered: