Quantcast
Channel: SCN : Unanswered Discussions - SAP for Mobile
Viewing all articles
Browse latest Browse all 5512

iOS MAKit (Mobile Analytic Kit) Device Problem

$
0
0

Hi everyone,

 

I am implementing makit on my application but there is difference between the result on device and simulator.

Here is the code, although the code is same on simulator it is shown as white background and everything is right but on device there is black background and buttons on toolbar is not shown.

 

        MAViewController *mv = [[MAViewControlleralloc] init];

       

        ChartQuery *query = [[ChartQueryalloc] init];

        [query setReport1:chartReport1];

        [query setReport2:chartReport2];

        [query setReport3:chartReport3];

        [query setReport1Text:chartReport1Texts];

        [query setReport2Text:chartReport2Texts];

        [query setReport3Text:chartReport3Texts];

        [query setHeader1:chartHeader1];

        [query setHeader2:chartHeader2];

        [query setHeader3:chartHeader3];

       

        mv.title = @"Efes Satışlarım";

        mv.metaDataPath = [[NSBundlemainBundle] pathForResource:@"SalesMetadata"ofType:@"xml"];

        mv.theme = [[MAKitTheme_WelterWeightalloc] init];

        mv.dataSource = query;

        [mv setErrorHandler:self];

        [mv.navigationItemsetTitleView:nil];

        [[selfnavigationController] pushViewController:mv animated:YES];

 

Thanks for your help,

Have a nice day


Viewing all articles
Browse latest Browse all 5512

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>