Could you tell me how I can integrate In-App to Windows Phone 7.
I know that with Windows Phone 8 this feature is native. But we need implement it to WP7 too.
Service should provide opportunity to pay via Card (Master, Visa), SMS, or something else.
I know about Linxter, but it's private beta and developers don't respond to us.
Maybe other services exists?
Thanks.
As I Know you cannot integrate IAP (In App Purchases) in Windows Phone 7 as its dependent on some libraries that are not available for Windows Phone 7 Mango(7.5) and its only exclusively available for Windows Phone 8.
But You can do two things.
If your app is compiled with Windows Phone 7.5 and if its runs on Windows Phone 8 Devices then we can put IAP through reflection method. So If Your Windows Phone 7.5 Compiled app runs on 7.5 firmware devices then there will be no IAP but if the same app runs on 8.0 firmware devices then it will implement IAP.
http://channel9.msdn.com/Shows/Inside+Windows+Phone/Inside-Windows-Phone-45--Adding-In-App-Purchase-as-a-light-up-feature-to-your-Windows-Phone-7-Games
You can use any payment gateway and integrate into your web and once user clicks for Payments then you should open that payment page in webbrowser task and web will be communicated through secure Connection "HTTPS".
I hope it will helps you :)
Related
I am making a windows 8 app for one of our clients. How can i share the app with them so that they can install it on their windows 8 phone and test it.
I tried sharing the xmp file, but when they try to install the app it says "Not a company app". I do have a windows dev company account with me, but not able to figure out how to get the app installed on my clients windows 8 phone.
Please help.
There are a few options to "ad-hoc" distribute your alpha/beta version:
Company app distribution for Windows Phone to read more about this option visit this link
You can publish the app to the Marketplace using the Hide from users browsing or searching the Store so it will be private, only users with a link will be able to access it
you can use the Beta app distribution (i believe there is a limit of few thousand users using a beta version, 10000 maybe? you have to add email addresses of users manually)
Windows Intune for Direct Management of Windows Phone devices. You can "distribute applications to users in either of the following ways: External link or Software installer
Details on MSDN
I have developed a windows phone 8 application. I have a developer account and unlocked device. Now I'm able to deploy/install the application in my phone through windows phone development sdk.
Now I want to install this application in another device ( a device of my friend, who is in different location). I don't want to put this application in the app store. I want to mail the XAP file only to him. So is there any other way to install this (XAP file) application in his mobile.
I am looking forward your responses.
Thanks.
Are you aware of the Windows Phone's Beta testing. You can push your app to the store in BETA test mode and can specify the testers Microsoft emails ids, so that only those people can install and test the app. The app won't be publicly accessible. and AFAIK, you cannot install unsigned XAP's in un-unlocked devices.
For more details check this : Beta testing your app
Please Refer this link,
I think this will solved your query.
Using this you can install a .xap file in windows phone easily.
How to install XAP on Windows Phone
I hope you will get the answer.
Here is a little question bothering me around, everybody is asking about will wp7 apps run on wp8? but my question is vice-versa. Apps built using sdk8 for wp8 will run on all previous windows phone mobiles especially on wp7.
No, SDK8 uses some Windows phone 8 specific APIs, so Windows phone 7, 7.5, 7.8 users won't be able to download you app.
Is there any working 3rd party sdk is available for windows phone 8 & WInRT, I tried with Higlabo,SharpDropBox etc. But all of these having issues with auth process. If anyone know how to authenticate Dropbox at least creation of signature please help me.
Dropbox don't currently have an SDK for Windows Phone or Win RT.
They do have a a REST API (the best you'll get): https://www.dropbox.com/developers/core/api
I am iphone and android developer.I know how to use phone gap for iphone app and android app development.But I am new for windows phone 7 app development using phonegap.I dont know how to start windows phone 7 application development using phone gap.
Please give me advice for this query.
Thanks in advance.
Looks like PhoneGap doesn't support Windows Phone yet.
This post seems to suggest its close though and there is an alpha/beta you can start developing
http://programmersgoodies.com/phonegap-for-windows-phone-7
PhoneGap support for Windows Phone 7 is still in a "pre-alpha" state.
From a practical stand it's not realistic to start developing with it. Some people have started (and apparently submitted apps based on it) but there is no guarantee of future compatibility with what they've done.
When available, it will also only support phones running Mango.