Coder Social home page Coder Social logo

xamarinalliance's People

Contributors

depechie avatar lilepeeps avatar mobiletainment avatar msdxbelux avatar nilhcem avatar ntrogh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xamarinalliance's Issues

Challenge 5: Azure Storage calling API "Method not implemented"

Hi,
of course I have read your notice "IMPORTANT: make sure to use version 7.2.1 of the NuGet package because there is an issue with the v8 release that results in a 'Method not implemented exception' at runtime."

But as far as I can see, versions below 8.0 are not compatible with portable class libs. So the code has to be implemented in each project, UWP, Android, AND iOS, so there's absolutely no benefit in using Xamarin.

So how are we supposed to implement this feature in a meaningful way?
Is there another way of calling the API?

Why not Pakistan

I am a developer from Pakistan, just curious to know how developers from Pakistan can participate in XamarinAlliance challenges ?

References to Xamarin.Android.Support.XXX and System.ObjectModel in Xamarin.Android (Xamarin.Forms) are lost periodically (path empty)

I have been having this typical periodic problem for quite some time now.
The issue is that in a Xamarin.Forms project, then in the Xamarin.Android project beneath, references are periodically lost to every Xamarin.Android.Support.XXX.dll DLL's.

In addition sometimes the System.ObjectModel in Xamarin.Android project is also lost.

When I look at one of these problematic references inside Xamarin.Android project, then I can see that the path is indeed empty for the reference, hence I try to remove the reference and rea dd it manually to its DLL.

Sometimes this works, most of the time a Clean of the Xamarin.Android project and successive Rebuild of the project fixes the problem. Sometimes the problem is also resolved by removing the Xamarin.Forms Nuget package, which in turn removes the Xamarin.Android nuget packages it contains, and then reinstall the Xamarin.Forms nuget package.

However now after trying all of the above, the project will still not deploy, but for some reason it compiles fine it seems after the Rebuild. Deploying to Android device fails, with these exceptions:

The referenced component 'Xamarin.Android.Support.Media.Compat' could not be found.
unknown enum constant Scope.LIBRARY_GROUP.

billede

billede

I have researched for some time for a solution to this annoying problem and can see that a lot of people are having the same problems. Some people don't have problems with this in Xamarin Studio on Mac and most have problems in Visual Studio on windows, but it is nonconclusive.

I have never experienced that the references gets corrupted periodically in any .Net Visual Studio project, so I think this is a bug specific to Xamarin and its implementation.

Sometimes the compiler complains that there is ambuigity between some of the Xamarin.Android.Support DLL'. I have a Visual Studio 2015 installation (Xamarin is also installed with this Visual Studio version) on the same machine as an Visual Studio 2017, which I use for developing Xamarin apps. So there is sometimes some ambuigity between the DLL' installed with Visual Studio 2015 in C:\ProgramFiles\VisualStudio\XXX, but I cant see how this should create this problem?

Do you have any suggestion on what to do, other than reinstall Visual Studio and hope for the best?

Challenge 3: Visual Studio for mac -> Microsoft.Azure.Mobile.Client won't install

Hi when I try to install the Microsoft.Azure.Mobile.Client nugget package I receive this message

Attempting to gather dependency information for multiple packages with respect to project 'XamarinAllianceApp', targeting '.NETPortable,Version=v4.5,Profile=Profile259' GET https://api.nuget.org/v3/registration2-gz/microsoft.bcl/index.json GET https://api.nuget.org/v3/registration2-gz/newtonsoft.json/index.json GET https://api.nuget.org/v3/registration2-gz/xamarin.forms/index.json GET https://api.nuget.org/v3/registration2-gz/microsoft.azure.mobile.client/index.json GET https://api.nuget.org/v3/registration2-gz/microsoft.bcl.build/index.json GET https://api.nuget.org/v3/registration2-gz/microsoft.net.http/index.json OK https://api.nuget.org/v3/registration2-gz/newtonsoft.json/index.json 198ms OK https://api.nuget.org/v3/registration2-gz/xamarin.forms/index.json 712ms GET https://api.nuget.org/v3/registration2-gz/xamarin.forms/page/1.0.6186/1.4.4.6387.json GET https://api.nuget.org/v3/registration2-gz/xamarin.forms/page/1.4.4.6391/2.3.3.180.json GET https://api.nuget.org/v3/registration2-gz/xamarin.forms/page/2.3.3.193/2.3.5.255-pre5.json OK https://api.nuget.org/v3/registration2-gz/microsoft.azure.mobile.client/index.json 1325ms OK https://api.nuget.org/v3/registration2-gz/microsoft.net.http/index.json 1839ms OK https://api.nuget.org/v3/registration2-gz/microsoft.bcl.build/index.json 2351ms OK https://api.nuget.org/v3/registration2-gz/xamarin.forms/page/1.0.6186/1.4.4.6387.json 2150ms OK https://api.nuget.org/v3/registration2-gz/xamarin.forms/page/1.4.4.6391/2.3.3.180.json 2662ms OK https://api.nuget.org/v3/registration2-gz/xamarin.forms/page/2.3.3.193/2.3.5.255-pre5.json 3176ms OK https://api.nuget.org/v3/registration2-gz/microsoft.bcl/index.json 4526ms Total number of results gathered : 6 Gathering dependency information took 4,56 sec Summary of time taken to gather dependencies per source : https://api.nuget.org/v3/index.json - 14,36 sec Attempting to resolve dependencies for multiple packages. Resolving dependency information took 0 ms Resolving actions install multiple packages Retrieving package 'Microsoft.Azure.Mobile.Client 4.0.0' from 'nuget.org'. Retrieving package 'Newtonsoft.Json 10.0.3' from 'nuget.org'. Retrieving package 'Xamarin.Forms 2.3.4.247' from 'nuget.org'. Removed package 'Xamarin.Forms 2.0.1.6495' from 'packages.config' Added file 'packages.config' to project 'XamarinAllianceApp'. Removed reference 'Xamarin.Forms.Core' from project 'XamarinAllianceApp'. Removed reference 'Xamarin.Forms.Platform' from project 'XamarinAllianceApp'. Removed reference 'Xamarin.Forms.Xaml' from project 'XamarinAllianceApp'. Successfully uninstalled 'Xamarin.Forms 2.0.1.6495' from XamarinAllianceApp Removed package 'Microsoft.Azure.Mobile.Client 3.1.0' from 'packages.config' Added file 'packages.config' to project 'XamarinAllianceApp'. Removed reference 'Microsoft.WindowsAzure.Mobile' from project 'XamarinAllianceApp'. Successfully uninstalled 'Microsoft.Azure.Mobile.Client 3.1.0' from XamarinAllianceApp Removed package 'Newtonsoft.Json 6.0.4' from 'packages.config' Added file 'packages.config' to project 'XamarinAllianceApp'. Removed reference 'Newtonsoft.Json' from project 'XamarinAllianceApp'. Successfully uninstalled 'Newtonsoft.Json 6.0.4' from XamarinAllianceApp For adding package 'Microsoft.Azure.Mobile.Client.4.0.0' to project 'XamarinAllianceApp' that targets 'portable45-net45+win8+wp8+wpa81'. Install failed. Rolling back... Package 'Microsoft.Azure.Mobile.Client 4.0.0' does not exist in project 'XamarinAllianceApp' For adding package 'Newtonsoft.Json 6.0.4' to project 'XamarinAllianceApp' that targets 'portable45-net45+win8+wp8+wpa81'. For adding package 'Newtonsoft.Json 6.0.4' to project 'XamarinAllianceApp' that targets 'portable45-net45+win8+wp8+wpa81'. Package 'Newtonsoft.Json 6.0.4' already exists in folder '/Users/drdran/Documents/WorkSpace.nosync/XamarinAlliance/Challenge 3/src/XamarinAlliance/packages' Added reference 'Newtonsoft.Json' to project 'XamarinAllianceApp'. Added package 'Newtonsoft.Json 6.0.4' to 'packages.config' Added file 'packages.config' to project 'XamarinAllianceApp'. WARNING: Newtonsoft.Json Package contains PowerShell script 'tools/install.ps1' which will not be run. For adding package 'Microsoft.Azure.Mobile.Client 3.1.0' to project 'XamarinAllianceApp' that targets 'portable45-net45+win8+wp8+wpa81'. For adding package 'Microsoft.Azure.Mobile.Client 3.1.0' to project 'XamarinAllianceApp' that targets 'portable45-net45+win8+wp8+wpa81'. Package 'Microsoft.Azure.Mobile.Client 3.1.0' already exists in folder '/Users/drdran/Documents/WorkSpace.nosync/XamarinAlliance/Challenge 3/src/XamarinAlliance/packages' Added reference 'Microsoft.WindowsAzure.Mobile' to project 'XamarinAllianceApp'. Added package 'Microsoft.Azure.Mobile.Client 3.1.0' to 'packages.config' Added file 'packages.config' to project 'XamarinAllianceApp'. For adding package 'Xamarin.Forms 2.0.1.6495' to project 'XamarinAllianceApp' that targets 'portable45-net45+win8+wp8+wpa81'. For adding package 'Xamarin.Forms 2.0.1.6495' to project 'XamarinAllianceApp' that targets 'portable45-net45+win8+wp8+wpa81'. Package 'Xamarin.Forms 2.0.1.6495' already exists in folder '/Users/drdran/Documents/WorkSpace.nosync/XamarinAlliance/Challenge 3/src/XamarinAlliance/packages' Added reference 'Xamarin.Forms.Core' to project 'XamarinAllianceApp'. Added reference 'Xamarin.Forms.Platform' to project 'XamarinAllianceApp'. Added reference 'Xamarin.Forms.Xaml' to project 'XamarinAllianceApp'. Added package 'Xamarin.Forms 2.0.1.6495' to 'packages.config' Added file 'packages.config' to project 'XamarinAllianceApp'. WARNING: Xamarin.Forms Package contains PowerShell script 'tools/init.ps1' which will not be run. Package 'Microsoft.Azure.Mobile.Client 4.0.0' does not exist in folder '/Users/drdran/Documents/WorkSpace.nosync/XamarinAlliance/Challenge 3/src/XamarinAlliance/packages' Executing nuget actions took 3,92 sec Could not install package 'Microsoft.Azure.Mobile.Client 4.0.0'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile259', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

Any suggestion? because I'm blocked and I can't continue to challenge 3 4 and 5 :(

Xamarin.Droid: A Microsoft Azure Mobile Services assembly for the current platform was not found

Dear,

When trying to complete Challenge 3, I added the Microsoft.Azure.Mobile.Client library to the shared project. However, during runtime I got the error referenced in the title. Initial searches yielded these suggestions: https://github.com/Azure/azure-mobile-apps-net-client/issues/271. So I added Microsoft.Azure.Mobile.Client to the Droid project without changing any additional code and then the error disappeared. Is this normal behaviour or is there any explanation as to why this happens?

If you need more details, please feel free to ask.

Issue with Facebook integration

Hi,

I am following below steps from this link "https://docs.microsoft.com/en-us/mobile-center/azure/identity/facebook". I am not getting point 3. Where in Facebook developer site I have to enter "https://mobile-{app id}.azurewebsites.net/.auth/login/facebook/callback" ? Someone please help me so that I can complete the challenge.

Register your application with Facebook

  • Go to the Facebook Developers site and sign-in with your Facebook credentials. If you have not already registered, click Apps > Register as a Developer, then accept the policy and follow the registration steps.
  • Click My Apps > Add a New App. In Display Name, type a unique name for your app, type your Contact Email, choose a Category for your app, then click Create App ID and complete the security check. This takes you to the developer dashboard for your new Facebook app.
  • At Facebook Login, click Get Started. On the left navigation, click Settings, and add your application's Redirect URI, which is https://mobile-{app id}.azurewebsites.net/.auth/login/facebook/callback to Valid OAuth redirect URIs, then click Save Changes.
  • In the left-hand navigation, click Settings. On the App Secret field, click Show, provide your password if requested, then make a note of the values of App ID and App Secret.

Thanks.

Use authentication in iOS

Hi all,
I followed your guide for the 4° step.
I'm developing the application on iOS.
Unfortunately when I try to perform the LoginAsync method I get the following error:

(Google)
403
Error: disallowed_useragent

I didn't find a workaround on the web.
It seems that the Azure ddl uses a WebView but Google has deprecated it.

The request could not be completed (internal server error)

Hello,

I have been having a reoccurring problem when connecting to Azure services. The error which occurs is as follows:
"The request could not be completed (internal server error)".

I even tried with other applications, but I recieve the same error which states "Internal Server Error".

Would you'd be able to give me any advice as to what the issue may be and how I can resolve it?

Kind regards

Alessandro

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.