Hi i installed SQLite for Windows Phone 8.1 in visual studio 2013. I selected tools after Extensions and updates option after that i installed SQLite for Windows Phone 8.1 . The installation was successful i restarted the system.
But after when i click on add reference it is not showing sqlite for windows phone 8.1 .Please see below image for further information. I am unable to see this option.
Could any one advise me.
I did not seen SQLite for Windows Phone 8.1 option but i able to do Sqlite operations.
Related
I have implemented push notification using UrbanAirship. I am not getting notification. I have google for it and it says I need to install certificates. I got 2 certificates.
1- appidentifier.p12
2- appidentifierIOS.mobileprovision
I am using Windows 10 with Visual Studio 2017(Enterprise Edition). I connect simulator of Mac System remotely. Now I know appidentifier.p12 will be installed in Mac System. But I don't know where and how to install appidentifierIOS.mobileprovision. I think I need to install in Visual Studio but don't know how to install.
Specification:
Windows 10
Visual Studio 2017(Enterprise Edition)
Xamarin.Forms
Can anybody please guide me?
Tutorial : Production Provisioning Profile ,refer to step 6.
Drag it into the Xcode Organizer or double-click it to install. The profile will then appear in the Xcode Organizer
and than config it as below
Dears,
I create my UWP app packages by right click the uwp project -> store -> create app packages option. Go through the steps and
Then I copy the arm_appxbundle file from AppPackages folder to my windows phone(8.1). After tapping on that file showing a message like following:
Can't install company app. There's a problem with this company app. Contact your company's support person for help.
In my phone's settings, there is no update and security option for enabling the developer mode.
This app is working fine on my lap, which is windows 10
Is it possible to install uwp app on windows 8.1?
Thanks in advance...
UWP can only run on Windows 10 (and newer).
If you want to target 8.1, you have to build a 8.1.
8.1 should run on Windows 10 without any problems.
I get the following error when trying to build (Debug > Windows Phone > Device) the default Cordova TypeScript project :
No Windows Phone 8 emulators installed. Please install Visual Studio 2013 with Windows Phone 8 tools selected to install the emulators
Note: I was using the release candiate of Visual Studio 2015 and just installed the trial version of Visual Studio Community 2015.
Installing Visual Studio 2013 Windows Phone 8 tools can't be the correct solution.
I've downloaded and installed wpsdkv80_enu1.iso from http://www.microsoft.com/en-us/download/details.aspx?id=35471. It is Windows Phone SDK 8.0 and Emulator and it's working fine with Visual Studio 2015 Community
If you want to only test universal apps, you don't need to download WP SDK 8.0.
You can debug universal apps directly from VS by switching platform to Windows Phone(universal) and choose Windows 8.1 Emulator. But it expects Emulators for Windows Phone 8.1 to be installed.
If didn't installed Emulators for Windows Phone 8.1 you can do so in Program and Features -> Visual Studio 2015 -> Change.
Thanks for upgrading to the RTM VS 2015. Unfortunately, you do require VS2013 for Windows 8 emulators to be installed. They aren't available on VS 2015 or there is no stand-alone installer for the emulators. But you should be able to deploy your Windows 8 application on Windows 8.1 emulators, if that helps.
Correct me if I'm wrong:
The Windows Phone 8.1 emulators provided by VS2015 are only good
for testing Universal Windows apps (APPX) and nothing else.
Windows Phone 8.1
legacy apps (XAP) can only be emulated by installing the Windows Phone 8.1 Updated Emulators separately.
You won' find this piece of information anywhere on the MS reference sites.
Is it possible to use sqlite in a windows phone silverlight 8.1 project. I installed the sqlite for windows phone 8.1 (the .vsix file) but I couldn't find the reference?
SQLite for Windows Phone 8.1
Note that:
This is a pre-release version for beta testing use only. This is not a release.
I'm developing an app for Windows Phone 7.1(7.5) - 8 (Must work for both) , in which database connectivity is required.
This Application is already realized for Iphone and Android, so I have to use there Database file to the database structure was the same for all applications. Sqlite is used as the database .
All Sqlite Clients for Windows Phone are out of date and not supported any more.
http://dotnetslackers.com/articles/silverlight/Windows-Phone-7-Native-Database-Programming-via-Sqlite-Client-for-Windows-Phone.aspx
http://wp7sqlite.codeplex.com/
http://www.wirebear.com/blog/2010/11/12/using-sqlite-in-your-wp7-app/
http://sqlitewindowsphone.codeplex.com/releases
Official client is only for windows phone 8
http://www.sqlite.org/download.html
and is not working with windows phone 7.1
Will be really helpfull if someone can give me any suggestions what i can do with this situation.
develop only for Windows Phone 8 and use official Sqlite Client
use old libriaries for sqlite and try to work with them on windows phone 8
use SQL CE as the database
(PS. : The situation is further complicated by the fact that Windows RT is not support SQL CE and only Sqlite and it makes me crazy.)
I have used sqlite in my app for windows phone 7 as described in the dotnetslackers link and its working fine in WP 8 ( I tested in WP8 emulator).
I don't see any point for saying "All Sqlite Clients for Windows Phone are out of date and not supported any more". Did you try yourself ?
Also this link says "SQLite is now supported on Windows RT, Windows 8 Metro Apps and will be supported on Windows Phone 8 for local application storage."
And here is one more link, which I didn't test.
I suggest you to try the dotnetslackers link and post here if you face any problem. Good luck !!
Note that SQL Server Compact 4.0 does not have a release for Windows Mobile, Windows Phone or for Windows CE devices. http://technet.microsoft.com/en-us/library/gg592946.aspx
You can use SQL Server Compact 3.5 on WP 7.5, but I'm not sure if this version works on WP8.