Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Finally, i have figured out the things. Sorry for all the mishap.</p> <p>All I am doing is using a 3rd party library to implement the Omniture Tracking for iPhone Application which is provided by Site Catalyst itself. </p> <p>Please refer the below URL for library : <a href="https://developer.omniture.com/en_US/gallery/app-measurement-for-ios" rel="nofollow">Site Catalyst Omniture library is intended for apps developed for all iOS devices, including iPhone, iPad and iPod Touch</a></p> <p>There is problem with the library itself, its having lot of memory management issues.</p> <p>They have provided new library with the memory leakage fixes.</p> <p>Uploaded the new libraries to fix the issue.</p> <p>Got the issue at the supporting class - <code>OmnitureTracking.m</code>, while setting the <code>AppMeasurement.h</code> Property : </p> <pre><code>//Use best practices plugin s.useBestPractices = YES; </code></pre> <p>Because of this property, omniture tracking got called whenever app comes to active state i.e. launches. As the libaries having memory management issue, app getting crashed when ever app goes background and comes foreground.</p> <p>Thanks for the replies.</p> <p>But still one thing haunting me is how to check the empty instance of a class</p> <p>If instance is there, its getting on NSLog as </p> <pre><code>2012-06-21 01:53:21.418 MyApp[857:607] trackViewForPage::s instance::&lt;AppMeasurement: 0x28c4b0&gt;:: </code></pre> <p>But in error case getting the instance on NSLog as </p> <pre><code>Jun 21 03:07:41 unknown MyApp[467] &lt;Warning&gt;: trackViewForPage::s instance::(""):: </code></pre> <p>By seeing that , i am thinking it as EMPTY INSTANCE case. How to check this case? Its not checking under nil check.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload