hi experts,
I am new to Windows phone development.
I want to auto start my application when phone gets reboot on windows phone 8.
how should i do this? Please somebody help me.
Thanks in advance.
Regards,
Prashant.
hi experts,
I am new to Windows phone development.
I want to auto start my application when phone gets reboot on windows phone 8.
how should i do this? Please somebody help me.
Thanks in advance.
Regards,
Prashant.
Can't be done on Windows Phone due to security reasons.Though for WP8 following is possible if it suits your needs:
http://msdn.microsoft.com/en-us/libr...vs.105%29.aspx
Hi ,I have a question for the forum.
Is it possible to auto launch Windows Phone 7.1 application after installation
Scenario is like this..........
1.Download windowsPhoneApp
2.Install the app.
3.When Installation completed open a default page of the application(without clicking on application icon).
Does WP8 supports this scenario.
Pls help with some links or solutions.
thanks in advance.
Last edited by Ramprawesh; 2013-02-26 at 07:11. Reason: need to add extra content
It is probably safe to say that autostarting just because the application has been installed is not possible.
Handling a special kind of file or URI scheme may be a little bit closer, see http://msdn.microsoft.com/en-us/libr...v=vs.105).aspx, but it may still require user interaction. Also, it is for WP8.
As an end-user I remember first time clicking on a .pdf link in IE on WP7 resulted in installing Adobe Reader and launching it with the given file. However that case may have been a special one, and thus count as not-entirely-3rd-party application.
As Wizard said its not possible to auto.start an app. WP7 and WP8 does not support that scenario.
On Windows Phone the user must take the action by his/her choice. The same applies on adding the Tile to home screen for example.
The user has full control. So you need to understand that when creating your apps.
There may be a work-around if you are an manufacturer, you may be able to do some things that as a normal developer you cant, but even so I doubt that that includes launching apps without user intervention.
Cheers
João Cardoso
Maybe we can find a workarround to your issue if you explain what you are planning to do when the phone boot.
(Ex. using Background Agents)
Thank you guys for replying.
Can i detect incoming/outgoing SMS/call event do launch my application?
You can start your app using NFC
http://www.slideshare.net/andreasjak...-app-scenarios