Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Does not work with WP 8.1 RT (Universal) apps... #40

Open
venetasoft opened this issue Jun 19, 2014 · 13 comments
Open

Does not work with WP 8.1 RT (Universal) apps... #40

venetasoft opened this issue Jun 19, 2014 · 13 comments

Comments

@venetasoft
Copy link

C'mon Lumia 630 is out :)
Thank you

@ltomuta ltomuta added this to the WP 8.1 Support milestone Jul 9, 2014
@Tarabass
Copy link

Me too love to see support for 8.1. I hope 1.5 is coming soon.

@venetasoft
Copy link
Author

And Lumia 930 too... Nokia seems to be the only one on earth not supporting 8.1 !!!
Nokia Italy does not even promote 8.1 indie developed apps..
#REORG Satya, #REORG ASAP !!!

@ltomuta
Copy link
Contributor

ltomuta commented Jul 14, 2014

SL8.1 support was trivial to add so you could help testing the package from commit 372f0aa
As for the XAML, that will likely require a bit more work but if it happens to be raining a lot during the next days of my holidays this may actually progress a bit.

@ltomuta
Copy link
Contributor

ltomuta commented Jul 17, 2014

And a first build with XAML support is also available. I won't spend a lot of time testing so feedback will be welcome. Also, none of the submitted pull requests have been reviewed/taken as of now, so whatever they presumably fix remains a known issue.

@rowdynl
Copy link

rowdynl commented Jul 28, 2014

Itomuta, how do I test that commit?

Download the source, run RateMyAppXAML.sln, build it and add the compiled DLL manually in my project? Then I can use the 'normal' documented code in my project?

Thanks!

-- edit --

Ah, nevermind, probably is selecting 'Include pre-release' in the NuGet Package Manager a better idea? ;)

@ltomuta
Copy link
Contributor

ltomuta commented Jul 28, 2014

There is an alpha build of the NuGet package in the Packages directory of the project. You can also fetch it from NuGet if you enable download of pre-release packages.

Lucian

Rowdy [email protected] a scris:

Itomuta, how do I test that commit?

Download the source, run RateMyAppXAML.sln, build it and add the compiled DLL manually in my project? Then I can use the 'normal' documented code in my project?

Thanks!


Reply to this email directly or view it on GitHub:
#40 (comment)

@rowdynl
Copy link

rowdynl commented Jul 28, 2014

Thanks, tried the Nuget Package manager option, no joy..

Maybe you've got any suggestions? (Maybe I'm making a stupid mistalke ;))

I get this error, in both Windows Phone and Windows projects.

Unknown type 'FeedbackOverlay' in XML namespace 'clr-namespace:RateMyApp.Controls;assembly=RateMyApp'

In Windows Phone project I'll get a dropdown when I type <rma:, in the Windows project I don't. A bit strange, because both have the same error..

My code:

<Page
    x:Class="Test.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:test"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    xmlns:rma="clr-namespace:RateMyApp.Controls;assembly=RateMyApp"
    mc:Ignorable="d"
    Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">

    <Grid x:Name="LayoutRoot" Background="Transparent">
        <!-- Feedback -->
        <rma:FeedbackOverlay x:Name="FeedbackOverlay"
                             FeedbackTo="[email protected]"
                             ApplicationName="Test"
                             CompanyName="Rowdy.nl" />
    </Grid>
</Page>

VS2013 12.0.30501.00 Update 2
WP8.1 SDK Integration 1.0

@ltomuta
Copy link
Contributor

ltomuta commented Jul 28, 2014 via email

@ltomuta
Copy link
Contributor

ltomuta commented Aug 4, 2014

Hi @rowdynl

did you progress with using the control? Any further feedback?

@rowdynl
Copy link

rowdynl commented Aug 4, 2014

Hi Lucian, sorry for the lack of reply, I haven't had any time to implement it correctly. I'm on vacation now, but I'll test it as soon as I'm back.

@kiroslav
Copy link

kiroslav commented Jan 3, 2015

Hi
There have been quiet here since a long time. Is there any progress or we are abandoning Universal 8.1 apps? And how can we help with testing or anything ?

@ltomuta
Copy link
Contributor

ltomuta commented Jan 3, 2015

I believe @jukkasil may have taken ownership over this project from @microsoft's side so hopefully he will indicate the direction this project is heading to.

@ghost
Copy link

ghost commented Jan 7, 2015

Kiroslaw, have you checked the VSix installer from: https://github.com/Microsoft/rate-my-app/tree/master/Source_WPA81/VSix_InstallationPackage
it should work just fine

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants