<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ADMS in iOS app, Charles only shows an entry after resume of the app, not launch in Adobe Experience Cloud Mobile Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/adms-in-ios-app-charles-only-shows-an-entry-after-resume-of-the/m-p/205185#M57</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to the community.&lt;/P&gt;&lt;P&gt;Your query looks to be a very specific one. &amp;nbsp;I suggest you should get in touch with the Adobe ClientCare, create an incident and have an expert look into this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;TM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2015 02:26:20 GMT</pubDate>
    <dc:creator>TanmayMathur</dc:creator>
    <dc:date>2015-10-16T02:26:20Z</dc:date>
    <item>
      <title>ADMS in iOS app, Charles only shows an entry after resume of the app, not launch</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/adms-in-ios-app-charles-only-shows-an-entry-after-resume-of-the/m-p/205184#M56</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm integrating ADMS into an iOS game.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.6em;"&gt;I've setup Charles to test whether the calls are coming through, and I can only see them after I've paused the app (press home button) and resumed it. They are not showing up on launch.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have a wrapper class that looks like this:&lt;/P&gt;&lt;PRE class="prettyprint linenums" data-language=""&gt;#import &amp;lt;Foundation/Foundation.h&amp;gt; #include &amp;lt;OpenFLOmniture.h&amp;gt; #include &amp;lt;ADMS_Measurement.h&amp;gt; #define __STDC_FORMAT_MACROS // non needed in C, only in C++ #include &amp;lt;inttypes.h&amp;gt; typedef void (*FunctionType)(); namespace openflomniture { void init(const char* tracking_rsid, const char* tracking_server, const char* app_name); void init(const char* tracking_rsid, const char* tracking_server, const char* app_name) { NSLog(@"Omniture Init"); NSString* ns_rsid = [[NSString alloc] initWithUTF8String:tracking_rsid]; NSString* ns_server = [[NSString alloc] initWithUTF8String:tracking_server]; NSString* ns_app_name = [[NSString alloc] initWithUTF8String:app_name]; ADMS_Measurement *measurement = [ADMS_Measurement sharedInstance]; [measurement configureMeasurementWithReportSuiteIDs:ns_rsid trackingServer:ns_server]; measurement.offlineTrackingEnabled = YES; // Must be in parity with server [measurement setLifecycleSessionTimeout:1800];&amp;nbsp; // 30 Minutes NSString *sdkVersion = [NSString stringWithFormat:@"%@:%@:%@", [[ADMS_Measurement sharedInstance] version], [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"], [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleShortVersionString"]]; // Persistent Context Data the only way to set appName/sdkVersion on launch in 3.x NSMutableDictionary *contextData = [NSMutableDictionary dictionary]; [contextData setObject:ns_app_name forKey:@"appName"]; [contextData setObject:sdkVersion forKey:@"sdkVersion"]; [measurement setPersistentContextData:contextData]; [measurement setAutoTrackingOptions:ADMS_AutoTrackOptionsLifecycle]; } }&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 02:26:20 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/adms-in-ios-app-charles-only-shows-an-entry-after-resume-of-the/m-p/205184#M56</guid>
      <dc:creator>joonturbo</dc:creator>
      <dc:date>2015-10-16T02:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: ADMS in iOS app, Charles only shows an entry after resume of the app, not launch</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/adms-in-ios-app-charles-only-shows-an-entry-after-resume-of-the/m-p/205185#M57</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to the community.&lt;/P&gt;&lt;P&gt;Your query looks to be a very specific one. &amp;nbsp;I suggest you should get in touch with the Adobe ClientCare, create an incident and have an expert look into this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;TM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 02:26:20 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/adms-in-ios-app-charles-only-shows-an-entry-after-resume-of-the/m-p/205185#M57</guid>
      <dc:creator>TanmayMathur</dc:creator>
      <dc:date>2015-10-16T02:26:20Z</dc:date>
    </item>
  </channel>
</rss>

