[Plugin] Windows Phone Updated - New Tutorial!

0 favourites
From the Asset Store
Create your game with this complete pack of images and animations!
  • App failed certification, but not for any technical reasons. Apparently its culturally offensive in some countries. Need to change publishing countries. Anyway I'll do this, upload a new xap, with some bug fixes and then re-publish. Wish me luck

    Countries/regions for which one or more parts of

    3.10 may apply include the following:

    Group 3: Afghanistan, Algeria, Azerbaijan, Bahrain,

    Comoros, Eritrea, Gambia, Guinea, Iraq, Kuwait,

    Libya, Mauritania, Niger, Oman, Pakistan, Qatar,

    Saudi Arabia, Somalia, Tanzania, United Arab

    Emirates, Yemen

  • Hi, I have some trouble as below:

    <img src="http://i1220.photobucket.com/albums/dd443/gonzdevour/672A547D540D-1_zps9c4f71b2.jpg" border="0" />

    It's the example capx included in plugin folder:

    1. I added a text object to test if ?is windowsphone app? works, seems no.

    2. Vibrate 2 sec didn?t work, too.

    3. ?Back? still didn?t work. It turned back to app-list instead of HOME layout.

    I am not sure if it's:

    1. about device: HTC 8S

    2. about C2 release version: r117

    3. because of other reason.

    Thanks you for making this plugin.

    I am struggling with back-button support for weeks.

  • gonzdevour sounds like one of the steps hasn't been followed correctly. in particular this:

    Overwrite the files MainPage.xaml, MainPage.xaml.cs, Index.html and App.xaml.cs in your export directory with those included in the plugin folder. This will work with the r116 beta but cannot be guaranteed to work in subsequent releases.

  • Thanks, I'll try r116 beta soon.

  • thehen

    It failed cert - The back button on the Main Page should quit the app.

    I have this logic on my Main Page. It doesn't appear to work tho

    <img src="http://i.imgur.com/v1ZVk6B.png" border="0" />

    Please could you give me some guidance?

    Thanks.

  • FrodoBaggins does the example .capx work for you? That quits from the first layout for me.

  • OK, I got it.

    We shouldn't select minify when export.

  • gonzdevour ah that's strange I thought it was compatible with minification. I'll have to double check that.

  • thehen - Your Quit App function doesn't appear to work in any projects. I've tested it with mine, and on yours. I don't know if it was the way I'm using it, or an actual error. But I have fixed it, by adding this code into MainPage.xaml.cs

      if (valueArr[0] == "quitApp")
                {
    
                    App.Current.Terminate();
                }
    

    Thanks

    -Frodo

  • Can you add the Trial mode feature also?

    Thanks! <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Thanks for the find I had that in my local build but it somehow didn't make it's way into the public zip!

    tipztv I'll look into it over the weekend.

  • Hi, may I ask here?

    Does WP support "is in touch" of C2 touch plugin in any way?

    Or it has to be realized by WindowsPhone plugin?

    Or it's just impossible?

  • gonzdevour yeah, standard touch should work fine.

  • thehen No Probs, happy to help <img src="smileys/smiley1.gif" border="0" align="middle" />

  • I just wanted to add my thanks for all your work on this thehen, once I finish the Windows 8 version of my current game, I will be focusing on making it work well on Windows Phone. You have done a great deal to get me that much closer to the goal!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)