IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label aspnet. Show all posts
Showing posts with label aspnet. Show all posts

Saturday, February 23, 2013

Re: Asp.net mvc sencha application is not working on Safari Ipad


what you mean with "instruments"? I don't know how to debug the app from the Ipad . when i am using the app from the windows 7 + safari i don't get any issues so i don't know where i can start to debug .
any ideas?


View the original article here

Re: Asp.net mvc sencha application is not working on Safari Ipad


what you mean with "instruments"? I don't know how to debug the app from the Ipad . when i am using the app from the windows 7 + safari i don't get any issues so i don't know where i can start to debug .
any ideas?


View the original article here

Re: Asp.net mvc sencha application is not working on Safari Ipad


what you mean with "instruments"? I don't know how to debug the app from the Ipad . when i am using the app from the windows 7 + safari i don't get any issues so i don't know where i can start to debug .
any ideas?


View the original article here

Asp.net mvc sencha application is not working on Safari Ipad

I have implemented an applciation  asp.net mvc +sencha. The application is working fine when i have test it on chrome or safari on Windows. My problems start when I go to the Ipad and I try execute it. At begining the application is running but after when i try do a specific action on the application the browser is down !... The same happend with chrome on ipad. How can i find the problem with my application? Bellow you can see one log file from Ipad. In my personal opinion some javascript function is not doing a right job when this is running on the ipad (perfomance problems?). Any ideas?

 

Note: I have the same post on http://stackoverflow.com/questions/14901261/asp-net-mvc-sencha-cause-problems-ru nning-on-ipads

 

here you are the log of ipad..

Incident Identifier: 674DB6B2-4764-4B19-A33D-3ABC3DEFF047CrashReporter Key:   c379e9c4701a4801c5da598a31a3aa5101270c97Hardware Model:      iPad1,1OS Version:          iPhone OS 5.1.1 (9B206)Kernel Version:      Darwin Kernel Version 11.0.0: Sun Apr  8 21:51:26 PDT 2012;     root:xnu-1878.11.10~1/RELEASE_ARM_S5L8930XDate:                2013-02-15 14:15:51 -0300Time since snapshot: 111 msFree pages:        433Active pages:      1649Inactive pages:    1031Throttled pages:   40080Purgeable pages:   0Wired pages:       19907Largest process:   MobileSafariProcesses     Name                 UUID                    Count resident pages         lsd <5e608ec06805334c9dcf9d0c75e53d1e>     152    networkd <80ba40030462385085b5b7e47601d48d>     137MobileSafari <20dbadfe9b1133d6b6770d43e6413d8a>   10718 (jettisoned) (active) Preferences <2aff7ed93003315baf23ea6048450921>    1673 (jettisoned)  MobileMail     1228 (jettisoned)     notifyd      180  aosnotifyd <8cf4ef51f0c635dc920be1d4ad81b322>     398    BTServer <31e82dfa7ccd364fb8fcc650f6194790>     362  CommCenterClassi <041d4491826e3c6b911943eddf6aaac9>     283 SpringBoard     3617 (active)  aggregated      324        apsd      225     configd      342 dataaccessd <473ff40f3bfd3f71b5e3b4335b2011ee>     782 fairplayd.K48 <47deae2d0fb23b6594b0128353e8b48d>     121   fseventsd <914b28fa8f8a362fabcc47294380c81c>     168        iapd <0a747292a113307abb17216274976be5>     284     imagent <9c3a4f75d1303349a53fc6555ea25cd7>     332   locationd      686 mDNSResponder <86ccd4633a6c3c7caf44f51ce4aca96d>     172 mediaremoted <327f00bfc10b3820b4a74b9666b0c758>     201 mediaserverd      836    lockdownd      212      powerd <133b7397f5603cf8bef209d4172d6c39>     130     syslogd <7153b590e0353520a19b74a14654eaaa>      90       wifid <3001cd0a61fe357d95f170247e5458f5>     281 UserEventAgent      323     launchd <5fec01c378a030a8bd23062689abb07f>      95

View the original article here

Re: Asp.net mvc sencha application is not working on Safari Ipad


what you mean with "instruments"? I don't know how to debug the app from the Ipad . when i am using the app from the windows 7 + safari i don't get any issues so i don't know where i can start to debug .
any ideas?


View the original article here

Friday, January 4, 2013

How send push notification from asp.net web service without external libraries

Hi, I need send push notifications to iPhone from an asp.net web service in c#.

 

From what I've found, all devs seems to work with some exernal library, like apns-sharp or moon-apns; but I need send push notifications without any of these libraries, and make it very lightweight.

 

Can you help me? Someone knows a way for do it or a good book/tutorial that delve into the explanation? 

Has anyone ever done it? Have you some sample code?

 

Greetings.


View the original article here