view · edit · sidebar · attach · print · history

20130722-update-generika-cc-ios-app-debug-davaz-com

<< | Index | >>


Summary

  • Dev Center is maintainance for Security Issue.
  • Tested with
    • iOS 6.1 Simulator (iPhone, Retina 3.5-inch, Retina 4-inch)
    • iOS 5.1 Simulator (iPhone, Retina 3.5-inch, Retina 4-inch)
  • Update external libraries.
  • Update Autorotate
  • Update to fix screen -size for iPhone 5
  • Debug davaz.com

Commits / Patches

generikacc
davaz.com

Index / Status


Note for operation on OS X

To display dot files on Finder command + shift + "." key
Tap with two fingers hold option(Alt) key
switch header file and implement file on MacVim via cocoa.vim command + option + ↑↓

Remove deprecated warnings

Using 'stringWithString' with a literal is redundant

price = [NSString stringWithString: @""];

to

price = @"";

Update ZBar SDK Library

Add and linked latest ZBar SDK.

Note

Warning:
Only the iPhone 3GS and iPhone 4 are supported, as they have a camera with auto-focus. The ZBar library does not support the iPhone 3G and is unlikely to ever support it.

Update AFNetworking

Added latest AFNetworking.

Security.framework is also needed.


Update rotation

shouldAutorotateItoInterfaceOrientation is deprecated in iOS 6.

UIInterfaceOrientationMaskAllButUpsideDown


Add Launch Images

Add splash image file for iPhone 5 screen size

  • Default-568h@2x.png
link

Debug davaz.com news edit form

Some items are not editable.

Note

News is in series table and artobjects.

in src/util/davazapp.rb

      def load_news
        @db_manager.load_serie_artobjects('Site News', 'series.name')
      end 
commit

serie position was required field.
If POST Request does not have serie position, Request will fail.

Continue tomorrow.


Debug sending mail on vetoquinol.bbmb.ch

Net::SMTPServerBusy
421 4.7.0 Temporary System Problem.  Try again later (WS). bj46sm48440659eeb.13 - gsmtp
 (Email: ********** - Customer-Id: 16977)
["/usr/local/bin/ruby186/lib/ruby/1.8/net/smtp.rb:679:in `check_response'",
 "/usr/local/bin/ruby186/lib/ruby/1.8/net/smtp.rb:548:in `send0'",
 "/usr/local/bin/ruby186/lib/ruby/1.8/net/smtp.rb:685:in `critical'",
 "/usr/local/bin/ruby186/lib/ruby/1.8/net/smtp.rb:547:in `send0'",
 "/usr/local/bin/ruby186/lib/ruby/1.8/net/smtp.rb:471:in `sendmail'",
 "/usr/local/share/src/bbmb/lib/bbmb/util/mail.rb:71:in `sendmail'",
 "/usr/local/bin/ruby186/lib/ruby/1.8/net/smtp.rb:378:in `start'",
 "/usr/local/bin/ruby186/lib/ruby/1.8/net/smtp.rb:315:in `start'",
 "/usr/local/share/src/bbmb/lib/bbmb/util/mail.rb:68:in `sendmail'",
 "/usr/local/share/src/bbmb/lib/bbmb/util/mail.rb:117:in `send_order'",
 "/usr/local/share/src/bbmb/lib/bbmb/util/server.rb:137:in `send_order'",
 "/usr/local/bin/ruby186/lib/ruby/1.8/timeout.rb:62:in `timeout'",
 "/usr/local/share/src/bbmb/lib/bbmb/util/server.rb:136:in `send_order'",
...
view · edit · sidebar · attach · print · history
Page last modified on July 23, 2013, at 07:29 AM