DX Application Performance Management

  • 1.  Integration with iOS with no errors but don't receive data

    Posted Nov 30, 2016 11:45 AM

    Hello, I'm currently working in a client's installations to integrate their iOS mobile app with AXA. I don't get any errors during the integrations but still don't receive any data in AXA.

     

    Here are a few observations:

     

    I am using Xcode 8.0 and testing in an iPhone 6+ with iOS 10.0.2

     

    I have added the initializer

    - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {    

       

        [CAMDOReporter initializeSDKWithCompletionHandler:^(BOOL completed, NSError * error){

             NSLog(@"didFinishLaunchingWithOptions");

             //Clients code

             return YES;

         }];

      }

     

    There is no "Support Files" folder, just resources where the info.plist file is located. I placed the cmdo.plist there. 

     

     

    At first I received linker errors for sqlite3 commands and resolver_9. I fixed this by adding libsqlite3.tbd and libresolv.9.tbd the "Link Binary with Libraries"

     

    The two last considerations made it possible to compile with no errors. However I don't receive data. I have extracted the logs when the application launches, when I exit (just by hitting home) and reopen, and when a user authenticates and accesses the app. 

     

    When the app launches

     

    2016-11-30 11:24:05.823608 Bolivariano[1063:312282] [DYMTLInitPlatform] platform initialization successful

    2016-11-30 11:24:05.844757 Bolivariano[1063:312239] *** -[NSKeyedUnarchiver initForReadingWithData:]: data is NULL

    2016-11-30 11:24:05.961914 Bolivariano[1063:312239] didFinishLaunchingWithOptions

    2016-11-30 11:24:06.030117 Bolivariano[1063:312239] appdelegate shouldAutorotate

    2016-11-30 11:24:06.030380 Bolivariano[1063:312239] appdelegate shouldAutorotate

    2016-11-30 11:24:06.030703 Bolivariano[1063:312239] appdelegate shouldAutorotate

    2016-11-30 11:24:06.030929 Bolivariano[1063:312239] appdelegate shouldAutorotate

    2016-11-30 11:24:06.063261 Bolivariano[1063:312273] [INFO] [CA MAA] Using Banco Bolivariano_camdo.plist

    2016-11-30 11:24:06.063391 Bolivariano[1063:312273] [INFO] [CA MAA] UIActivityIndicatorView methods are swizzled

    2016-11-30 11:24:06.063443 Bolivariano[1063:312273] [INFO] [CA MAA] UIApplication Swizzled

    2016-11-30 11:24:06.063488 Bolivariano[1063:312273] [INFO] [CA MAA] UIViewControllerMethods are swizzled

    2016-11-30 11:24:06.063531 Bolivariano[1063:312273] [INFO] [CA MAA] UIApplication methods are swizzled

    2016-11-30 11:24:06.063572 Bolivariano[1063:312273] [INFO] [CA MAA] NSURLSessionConfiguration methods are swizzled

    2016-11-30 11:24:06.063627 Bolivariano[1063:312273] [INFO] [CA MAA] CAMAA iOS SDK Build Version = 16.3.3 31 October 2016

    2016-11-30 11:24:06.063671 Bolivariano[1063:312273] [INFO] [CA MAA] Using MAA HTTPProtocol for NSURLSession

    2016-11-30 11:24:06.063762 Bolivariano[1063:312273] [INFO] [CA MAA] New Session Started with Session Id = bf3217e4-8b86-498f-a6dd-f8b9e289b065 and session start ts = 1480523046033

    2016-11-30 11:24:06.080029 Bolivariano[1063:312291] [WC] __46-[WCSession onqueue_handleUpdateSessionState:]_block_invoke dropping as pairingIDs no longer match. pairingID (null), client pairingID: (null)

    2016-11-30 11:24:06.082378 Bolivariano[1063:312291] [WC] WCSession is not paired

    2016-11-30 11:24:06.085340 Bolivariano[1063:312239] viewDidLoad root

    2016-11-30 11:24:06.085550 Bolivariano[1063:312239] setupTweaks

    2016-11-30 11:24:06.111978 Bolivariano[1063:312239] $$$$$$ NO es la primera vez

    2016-11-30 11:24:06.112535 Bolivariano[1063:312239] updateValuesTweaks

    2016-11-30 11:24:06.112574 Bolivariano[1063:312239] self.useFlashTweak NO

    2016-11-30 11:24:06.112598 Bolivariano[1063:312239] self.offsetxRectangulo 5.000000

    2016-11-30 11:24:06.168278 Bolivariano[1063:312239] [LayoutConstraints] Unable to simultaneously satisfy constraints.

    Probably at least one of the constraints in the following list is one you don't want. 

    Try this: 

    (1) look at each constraint and try to figure out which you don't expect; 

    (2) find the code that added the unwanted constraint or constraints and fix it. 

    (

        "<NSLayoutConstraint:0x17008c990 UIImageView:0x10181cdf0.width == 76   (active)>",

        "<NSLayoutConstraint:0x17008afa0 UILabel:0x10181d1d0.width == 188   (active)>",

        "<NSLayoutConstraint:0x17408eab0 UIImageView:0x10181cdf0.leading == UITableViewCellContentView:0x10181a960.leadingMargin + 2   (active)>",

        "<NSLayoutConstraint:0x17408aa50 UITableViewCellContentView:0x10181a960.trailingMargin == UILabel:0x10181d1d0.trailing + 12   (active)>",

        "<NSLayoutConstraint:0x17408b860 H:[UIImageView:0x10181cdf0]-(8)-[UILabel:0x10181d1d0]   (active)>",

        "<NSLayoutConstraint:0x17008da70 'UIView-Encapsulated-Layout-Width' UITableViewCellContentView:0x10181a960.width == 384   (active)>"

    )

     

    Will attempt to recover by breaking constraint 

    <NSLayoutConstraint:0x17008afa0 UILabel:0x10181d1d0.width == 188   (active)>

     

    Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.

    The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.

    2016-11-30 11:24:06.174110 Bolivariano[1063:312239] [LayoutConstraints] Unable to simultaneously satisfy constraints.

    Probably at least one of the constraints in the following list is one you don't want. 

    Try this: 

    (1) look at each constraint and try to figure out which you don't expect; 

    (2) find the code that added the unwanted constraint or constraints and fix it. 

    (

        "<NSLayoutConstraint:0x17008dfc0 UIImageView:0x101820be0.width == 76   (active)>",

        "<NSLayoutConstraint:0x17008de80 UILabel:0x101820dc0.width == 188   (active)>",

        "<NSLayoutConstraint:0x17008e380 UIImageView:0x101820be0.leading == UITableViewCellContentView:0x101820890.leadingMargin + 2   (active)>",

        "<NSLayoutConstraint:0x17008e600 UITableViewCellContentView:0x101820890.trailingMargin == UILabel:0x101820dc0.trailing + 12   (active)>",

        "<NSLayoutConstraint:0x17008e6a0 H:[UIImageView:0x101820be0]-(8)-[UILabel:0x101820dc0]   (active)>",

        "<NSLayoutConstraint:0x17008efb0 'UIView-Encapsulated-Layout-Width' UITableViewCellContentView:0x101820890.width == 414   (active)>"

    )

     

    Will attempt to recover by breaking constraint 

    <NSLayoutConstraint:0x17008de80 UILabel:0x101820dc0.width == 188   (active)>

     

    Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.

    The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.

    2016-11-30 11:24:06.187495 Bolivariano[1063:312239] [LayoutConstraints] Unable to simultaneously satisfy constraints.

    Probably at least one of the constraints in the following list is one you don't want. 

    Try this: 

    (1) look at each constraint and try to figure out which you don't expect; 

    (2) find the code that added the unwanted constraint or constraints and fix it. 

    (

        "<NSLayoutConstraint:0x1740904a0 UIImageView:0x101b13570.width == 76   (active)>",

        "<NSLayoutConstraint:0x174090590 UILabel:0x101b21ba0.width == 188   (active)>",

        "<NSLayoutConstraint:0x174090900 UIImageView:0x101b13570.leading == UITableViewCellContentView:0x101b17c70.leadingMargin + 2   (active)>",

        "<NSLayoutConstraint:0x174090b80 UITableViewCellContentView:0x101b17c70.trailingMargin == UILabel:0x101b21ba0.trailing + 12   (active)>",

        "<NSLayoutConstraint:0x174090c20 H:[UIImageView:0x101b13570]-(8)-[UILabel:0x101b21ba0]   (active)>",

        "<NSLayoutConstraint:0x174091c10 'UIView-Encapsulated-Layout-Width' UITableViewCellContentView:0x101b17c70.width == 384   (active)>"

    )

     

    Will attempt to recover by breaking constraint 

    <NSLayoutConstraint:0x174090590 UILabel:0x101b21ba0.width == 188   (active)>

     

    Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.

    The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.

    2016-11-30 11:24:06.201576 Bolivariano[1063:312239] [LayoutConstraints] Unable to simultaneously satisfy constraints.

    Probably at least one of the constraints in the following list is one you don't want. 

    Try this: 

    (1) look at each constraint and try to figure out which you don't expect; 

    (2) find the code that added the unwanted constraint or constraints and fix it. 

    (

        "<NSLayoutConstraint:0x17008f410 UIImageView:0x101825990.width == 76   (active)>",

        "<NSLayoutConstraint:0x17008f500 UILabel:0x101825b70'Promociones'.width == 188   (active)>",

        "<NSLayoutConstraint:0x17008f870 UIImageView:0x101825990.leading == UITableViewCellContentView:0x101825640.leadingMargin + 2   (active)>",

        "<NSLayoutConstraint:0x17008faf0 UITableViewCellContentView:0x101825640.trailingMargin == UILabel:0x101825b70'Promociones'.trailing + 12   (active)>",

        "<NSLayoutConstraint:0x17008fb90 H:[UIImageView:0x101825990]-(8)-[UILabel:0x101825b70'Promociones']   (active)>",

        "<NSLayoutConstraint:0x174092a20 'UIView-Encapsulated-Layout-Width' UITableViewCellContentView:0x101825640.width == 384   (active)>"

    )

     

    Will attempt to recover by breaking constraint 

    <NSLayoutConstraint:0x17008f500 UILabel:0x101825b70'Promociones'.width == 188   (active)>

     

    Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.

    The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.

    2016-11-30 11:24:06.214722 Bolivariano[1063:312239] [LayoutConstraints] Unable to simultaneously satisfy constraints.

    Probably at least one of the constraints in the following list is one you don't want. 

    Try this: 

    (1) look at each constraint and try to figure out which you don't expect; 

    (2) find the code that added the unwanted constraint or constraints and fix it. 

    (

        "<NSLayoutConstraint:0x174092e30 UIImageView:0x101b361a0.width == 76   (active)>",

        "<NSLayoutConstraint:0x174092f20 UILabel:0x101b36380'Cont\U00e1ctanos'.width == 188   (active)>",

        "<NSLayoutConstraint:0x1740932e0 UIImageView:0x101b361a0.leading == UITableViewCellContentView:0x101b35e50.leadingMargin + 2   (active)>",

        "<NSLayoutConstraint:0x174093560 UITableViewCellContentView:0x101b35e50.trailingMargin == UILabel:0x101b36380'Cont\U00e1ctanos'.trailing + 12   (active)>",

        "<NSLayoutConstraint:0x174093600 H:[UIImageView:0x101b361a0]-(8)-[UILabel:0x101b36380'Cont\U00e1ctanos']   (active)>",

        "<NSLayoutConstraint:0x174094460 'UIView-Encapsulated-Layout-Width' UITableViewCellContentView:0x101b35e50.width == 384   (active)>"

    )

     

    Will attempt to recover by breaking constraint 

    <NSLayoutConstraint:0x174092f20 UILabel:0x101b36380'Contáctanos'.width == 188   (active)>

     

    Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.

    The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.

    2016-11-30 11:24:06.227819 Bolivariano[1063:312239] [LayoutConstraints] Unable to simultaneously satisfy constraints.

    Probably at least one of the constraints in the following list is one you don't want. 

    Try this: 

    (1) look at each constraint and try to figure out which you don't expect; 

    (2) find the code that added the unwanted constraint or constraints and fix it. 

    (

        "<NSLayoutConstraint:0x174094870 UIImageView:0x101b3b060.width == 76   (active)>",

        "<NSLayoutConstraint:0x174094960 UILabel:0x101b3b240'Recomendar a un amigo'.width == 188   (active)>",

        "<NSLayoutConstraint:0x174094cd0 UIImageView:0x101b3b060.leading == UITableViewCellContentView:0x101b3ad10.leadingMargin + 2   (active)>",

        "<NSLayoutConstraint:0x174094f50 UITableViewCellContentView:0x101b3ad10.trailingMargin == UILabel:0x101b3b240'Recomendar a un amigo'.trailing + 12   (active)>",

        "<NSLayoutConstraint:0x174094ff0 H:[UIImageView:0x101b3b060]-(8)-[UILabel:0x101b3b240'Recomendar a un amigo']   (active)>",

        "<NSLayoutConstraint:0x174095ea0 'UIView-Encapsulated-Layout-Width' UITableViewCellContentView:0x101b3ad10.width == 384   (active)>"

    )

     

    Will attempt to recover by breaking constraint 

    <NSLayoutConstraint:0x174094960 UILabel:0x101b3b240'Recomendar a un amigo'.width == 188   (active)>

     

    Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.

    The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.

    2016-11-30 11:24:06.265847 Bolivariano[1063:312239] didRegisterUserNotificationSettings

    2016-11-30 11:24:06.276847 Bolivariano[1063:312239] Error in registration. Error: Error Domain=NSCocoaErrorDomain Code=3000 "falta la clave de autorización “aps-environment” válida para la aplicación" UserInfo={NSLocalizedDescription=falta la clave de autorización “aps-environment” válida para la aplicación}

    2016-11-30 11:24:06.449191 Bolivariano[1063:312310] Data: <?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><ns2:getBannerByGamaTypeResponse xmlns:ns2="http://bayteq.bancobolivariano.bancamovil.smbjee"><return><link>ERROR - ; nested exception is: 

    java.net.SocketException: Too many open files</link></return></ns2:getBannerByGamaTypeResponse></soapenv:Body></soapenv:Envelope>

     

     

    when the app reopens

     

    2016-11-30 11:25:38.428058 Bolivariano[1063:312615] [WC] __46-[WCSession onqueue_handleUpdateSessionState:]_block_invoke dropping as pairingIDs no longer match. pairingID (null), client pairingID: (null)

    2016-11-30 11:25:38.428450 Bolivariano[1063:312615] [WC] WCSession is not paired

    2016-11-30 11:25:38.428609 Bolivariano[1063:312615] [WC] __44-[WCSession xpcConnectionRestoredWithState:]_block_invoke dropping as pairingIDs no longer match. pairingID (null), client pairingID: (null)

    2016-11-30 11:25:38.827285 Bolivariano[1063:312239] [WC] already in progress or activated

     

     

    When the user authenticates

     

    2016-11-30 11:41:56.271971 Bolivariano[1063:312239] indexPath.row 0

    2016-11-30 11:41:56.575864 Bolivariano[1063:312239] [OpenUDID value] 2242a73c3f154053eab973f1f9adf10f77f74f14

    2016-11-30 11:41:56.583543 Bolivariano[1063:312239] ************login req: <NSMutableURLRequest: 0x1700037f0> { URL: https://www.bolivariano.mobi/BancaMovilWeb/services/ValidacionLauncher }

    soapMSG: <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:laun="http://launcher.servicios.web.bancamovil.bancobolivariano.bayteq" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><laun:obtenerLlave/></soap:Body></soap:Envelope>

    2016-11-30 11:41:57.621704 Bolivariano[1063:312239] textFieldDidBeginEditing

    2016-11-30 11:41:57.645891 Bolivariano[1063:312239] appdelegate shouldAutorotate

    2016-11-30 11:41:57.647597 Bolivariano[1063:312239] appdelegate shouldAutorotate

    2016-11-30 11:41:57.647778 Bolivariano[1063:312239] appdelegate shouldAutorotate

    2016-11-30 11:41:57.648355 Bolivariano[1063:312239] appdelegate shouldAutorotate

    2016-11-30 11:41:57.682512 Bolivariano[1063:312239] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles

    2016-11-30 11:41:57.683585 Bolivariano[1063:312239] [MC] Reading from public effective user settings.

    2016-11-30 11:41:57.915224 Bolivariano[1063:312239] appdelegate shouldAutorotate

    2016-11-30 11:41:57.916860 Bolivariano[1063:312239] appdelegate shouldAutorotate

    2016-11-30 11:41:57.917041 Bolivariano[1063:312239] appdelegate shouldAutorotate

    2016-11-30 11:41:57.917446 Bolivariano[1063:312239] appdelegate shouldAutorotate

    2016-11-30 11:41:57.946321 Bolivariano[1063:312239] keyboardWillShow

    2016-11-30 11:41:57.946765 Bolivariano[1063:312239] notification NSConcreteNotification 0x170445910 {name = UIKeyboardWillShowNotification; userInfo = {

        UIKeyboardAnimationCurveUserInfoKey = 7;

        UIKeyboardAnimationDurationUserInfoKey = "0.25";

        UIKeyboardBoundsUserInfoKey = "NSRect: {{0, 0}, {414, 226}}";

        UIKeyboardCenterBeginUserInfoKey = "NSPoint: {207, 849}";

        UIKeyboardCenterEndUserInfoKey = "NSPoint: {207, 623}";

        UIKeyboardFrameBeginUserInfoKey = "NSRect: {{0, 736}, {414, 226}}";

        UIKeyboardFrameEndUserInfoKey = "NSRect: {{0, 510}, {414, 226}}";

        UIKeyboardIsLocalUserInfoKey = 1;

    }}

    2016-11-30 11:41:57.946825 Bolivariano[1063:312239] keyboardBounds {{0, 510}, {414, 226}}

    2016-11-30 11:41:57.946854 Bolivariano[1063:312239] (nil == keyboardToolbar

    2016-11-30 11:41:57.955361 Bolivariano[1063:312239] (nil != keyboardToolbar

    2016-11-30 11:41:57.955437 Bolivariano[1063:312239] self.view.frame {{0, 64}, {414, 672}}

    2016-11-30 11:41:57.955502 Bolivariano[1063:312239] self.view.frame.origin.y==64

    2016-11-30 11:41:57.955525 Bolivariano[1063:312239] rect {{0, -76}, {414, 812}}

    2016-11-30 11:41:57.956302 Bolivariano[1063:312239] keyboardToolbar.frame {{0, 536}, {414, 50}}

    2016-11-30 11:41:59.090989 Bolivariano[1063:312239] The XML: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header/><soapenv:Body><p124:obtenerLlaveResponse xmlns:p124="http://launcher.servicios.web.bancamovil.bancobolivariano.bayteq"><obtenerLlaveReturn>-----BEGIN PUBLIC KEY-----&#xd;

    MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDDp4qDrjgYa1+SDjZlEz/ujS6K&#xd;

    Q4E4wByGaL938dLLnp7G5HVzgdhZdIVGJPdef+sQ6rn71MEJiqOvG/Ku3Thhsn+9&#xd;

    Myzl74Ne0L62uTOMLjw7/cRNLfuHa3IjyxjGpHbWsr4gNzU0wybHVI6Bz0pOfs3q&#xd;

    M1coUklmc2+ff8pv3wIDAQAB&#xd;

    -----END PUBLIC KEY-----</obtenerLlaveReturn></p124:obtenerLlaveResponse></soapenv:Body></soapenv:Envelope>

    2016-11-30 11:41:59.112785 Bolivariano[1063:312239] parser didEndElement soapenv:Header

    2016-11-30 11:41:59.114444 Bolivariano[1063:312239] parser didEndElement obtenerLlaveReturn

    2016-11-30 11:41:59.114499 Bolivariano[1063:312239] Soap results: -----BEGIN PUBLIC KEY-----

     

    MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDDp4qDrjgYa1+SDjZlEz/ujS6K

     

    Q4E4wByGaL938dLLnp7G5HVzgdhZdIVGJPdef+sQ6rn71MEJiqOvG/Ku3Thhsn+9

     

    Myzl74Ne0L62uTOMLjw7/cRNLfuHa3IjyxjGpHbWsr4gNzU0wybHVI6Bz0pOfs3q

     

    M1coUklmc2+ff8pv3wIDAQAB

     

    -----END PUBLIC KEY-----

    2016-11-30 11:41:59.122562 Bolivariano[1063:312239] keeeey: -----BEGIN PUBLIC KEY-----

     

    MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDDp4qDrjgYa1+SDjZlEz/ujS6K

     

    Q4E4wByGaL938dLLnp7G5HVzgdhZdIVGJPdef+sQ6rn71MEJiqOvG/Ku3Thhsn+9

     

    Myzl74Ne0L62uTOMLjw7/cRNLfuHa3IjyxjGpHbWsr4gNzU0wybHVI6Bz0pOfs3q

     

    M1coUklmc2+ff8pv3wIDAQAB

     

    -----END PUBLIC KEY----- size: 276

    2016-11-30 11:41:59.123411 Bolivariano[1063:312239] Archivo = /var/mobile/Containers/Data/Application/B5315681-F23D-4EE9-BD58-3976312E0C05/Documents/LlavePublica.pem

    2016-11-30 11:41:59.124737 Bolivariano[1063:312239] parser didEndElement p124:obtenerLlaveResponse

    2016-11-30 11:41:59.124800 Bolivariano[1063:312239] parser didEndElement soapenv:Body

    2016-11-30 11:41:59.124841 Bolivariano[1063:312239] parser didEndElement soapenv:Envelope

    2016-11-30 11:42:04.482010 Bolivariano[1063:312239] textFieldDidEndEditing

    2016-11-30 11:42:04.485731 Bolivariano[1063:312239] textFieldDidBeginEditing

    2016-11-30 11:42:04.509532 Bolivariano[1063:312239] keyboardWillShow

    2016-11-30 11:42:04.510045 Bolivariano[1063:312239] notification NSConcreteNotification 0x17044afe0 {name = UIKeyboardWillShowNotification; userInfo = {

        UIKeyboardAnimationCurveUserInfoKey = 7;

        UIKeyboardAnimationDurationUserInfoKey = "0.25";

        UIKeyboardBoundsUserInfoKey = "NSRect: {{0, 0}, {414, 226}}";

        UIKeyboardCenterBeginUserInfoKey = "NSPoint: {207, 623}";

        UIKeyboardCenterEndUserInfoKey = "NSPoint: {207, 623}";

        UIKeyboardFrameBeginUserInfoKey = "NSRect: {{0, 510}, {414, 226}}";

        UIKeyboardFrameEndUserInfoKey = "NSRect: {{0, 510}, {414, 226}}";

        UIKeyboardIsLocalUserInfoKey = 1;

    }}

    2016-11-30 11:42:04.510110 Bolivariano[1063:312239] keyboardBounds {{0, 510}, {414, 226}}

    2016-11-30 11:42:04.510185 Bolivariano[1063:312239] (nil != keyboardToolbar

    2016-11-30 11:42:04.510248 Bolivariano[1063:312239] self.view.frame {{0, -76}, {414, 812}}

    2016-11-30 11:42:04.510422 Bolivariano[1063:312239] self.view.frame.origin.y!=64

    2016-11-30 11:42:04.510465 Bolivariano[1063:312239] rect {{0, -216}, {414, 952}}

    2016-11-30 11:42:04.510701 Bolivariano[1063:312239] keyboardToolbar.frame {{0, 536}, {414, 50}}

    2016-11-30 11:42:12.675374 Bolivariano[1063:312239] Aceptar

    2016-11-30 11:42:12.685901 Bolivariano[1063:312239] textFieldDidEndEditing

    2016-11-30 11:42:12.711111 Bolivariano[1063:312239] Tamaño Enc: 256

    2016-11-30 11:42:12.712991 Bolivariano[1063:312239] Tamaño Enc: 256

    2016-11-30 11:42:12.714639 Bolivariano[1063:312239] Tamaño Enc: 256

    2016-11-30 11:42:12.714845 Bolivariano[1063:312239] <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:laun="http://launcher.servicios.web.bancamovil.bancobolivariano.bayteq" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><validacionUCMensaje xmlns='""'><txtCodigo>BA97140D3964474F1D88B4D9486AFFDB68942BBAB4477CA1B86344DA0FDCC5F93F4B9F592E323D9EC4AA5C00C547912D08EF8F237F60C03716D7EB899EFD096A1996E746DBC7735D09E3384905DDC0D1F1E3A3DD8ECD3EF66C55D5EA881C1D050542F0E24C0446B1F1DE374A1C2D2E36896BF590B9248289B925CC1829D5403E</txtCodigo><pswClave>355B459F4650ACEF23DB8D2F95B5B09BEF4A966BA04EDC2CBCBADE727F3508211F701C1A90455F2E45485C8125DB69EFD6B849D25C1D3A6FAB3055CCC07B8F0E31788B0372AD1F717BD4BBCAA75853093AADD8570B45ACB848BC056B67081E36C88D99585811ACA866CE87C70AFA4BB0A826EEA2A20B53882BDCA76A50ECE237</pswClave><uid>173ACE6EC4B0C81CD6E2E8E19E212F5A3684D512AD59821852AB483468ADBCE8F542A8F3CCBA8D42C973621AD24D43F013C91648BC4DA4BA980A235B37C2394B465436

    2016-11-30 11:42:13.777228 Bolivariano[1063:312239] The XML: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header/><soapenv:Body><p124:validacionUCMensajeResponse xmlns:p124="http://launcher.servicios.web.bancamovil.bancobolivariano.bayteq"><validacionUCMensajeReturn>0|Ingreso Exitoso |0925233595-30/Nov/2016,  11h40</validacionUCMensajeReturn></p124:validacionUCMensajeResponse></soapenv:Body></soapenv:Envelope>

    2016-11-30 11:42:13.778951 Bolivariano[1063:312239] parser didEndElement soapenv:Header

    2016-11-30 11:42:13.779116 Bolivariano[1063:312239] parser didEndElement validacionUCMensajeReturn

    2016-11-30 11:42:13.779249 Bolivariano[1063:312239] SOap Result: 0|Ingreso Exitoso |0925233595-30/Nov/2016,  11h40

    2016-11-30 11:42:13.779357 Bolivariano[1063:312239] resultLogin: 0

    2016-11-30 11:42:13.779457 Bolivariano[1063:312239] Message Ced::::::::Ingreso Exitoso |0925233595-30/Nov/2016,  11h40

    2016-11-30 11:42:13.783370 Bolivariano[1063:312239] presentar WAP

    2016-11-30 11:42:13.786725 Bolivariano[1063:312239] Tamaño Enc: 256

    2016-11-30 11:42:13.790008 Bolivariano[1063:312239] Tamaño Enc: 256

    2016-11-30 11:42:13.793375 Bolivariano[1063:312239] Tamaño Enc: 256

    2016-11-30 11:42:13.793506 Bolivariano[1063:312239] ced: 0925233595-30/Nov/2016,  11h40

    2016-11-30 11:42:13.793583 Bolivariano[1063:312239] user.text DaVillavicencio

    2016-11-30 11:42:13.794220 Bolivariano[1063:312239] forXor -140925233595-30/Nov/2016,  11h402242a73c3f154053eab973f1f9adf10f77f74f14

    2016-11-30 11:42:13.797036 Bolivariano[1063:312239] Tamaño Enc: 256

    2016-11-30 11:42:13.808705 Bolivariano[1063:312239] appdelegate shouldAutorotate

    2016-11-30 11:42:13.823354 Bolivariano[1063:312239] parser didEndElement p124:validacionUCMensajeResponse

    2016-11-30 11:42:13.823426 Bolivariano[1063:312239] parser didEndElement soapenv:Body

    2016-11-30 11:42:13.823455 Bolivariano[1063:312239] parser didEndElement soapenv:Envelope

    2016-11-30 11:42:13.833161 Bolivariano[1063:312239] Could not load the "wapNavigationBar.png" image referenced from a nib in the bundle with identifier "com.bancobolivariano"

    2016-11-30 11:42:13.964491 Bolivariano[1063:314949] [INFO] [CA MAA] UIWebViewDelegate methods are wizzled

    2016-11-30 11:42:13.978832 Bolivariano[1063:315008] Metal GPU Frame Capture Enabled

    2016-11-30 11:42:13.981310 Bolivariano[1063:315008] Metal API Validation Enabled

    2016-11-30 11:42:14.192035 Bolivariano[1063:312239] Response: https://www.bolivariano.mobi/BancaMovilWeb/accesoAplicacion

    2016-11-30 11:42:14.192249 Bolivariano[1063:312239] §§§§§ La URL es: https://www.bolivariano.mobi/BancaMovilWeb/accesoAplicacion?hon=40FB547E1C8000BD3B7DE0D7B54A243F4B06AD7DB75E4377F7E3EA402A517A0CB658A612F80262E583A212BFBB96A0ED81E64311AAA6AEF783B978AEEDFF5B55F1181DBE1248D261974645685BBCCDFA24A32A2EE71FCF4875C00C49767FBDFEA750164FBD46CB062869EF103116FD36541FAAF94FAD9E9734031F6AF6C6B86F

    2016-11-30 11:42:14.192362 Bolivariano[1063:312239] didReceiveData

    2016-11-30 11:42:14.192416 Bolivariano[1063:312239] Éxito!!!

    2016-11-30 11:42:15.850986 Bolivariano[1063:312239] scheme https

    2016-11-30 11:42:15.851054 Bolivariano[1063:312239] url https://www.bolivariano.mobi/BancaMovilWeb/accesoAplicacion?hon=40FB547E1C8000BD3B7DE0D7B54A243F4B06AD7DB75E4377F7E3EA402A517A0CB658A612F80262E583A212BFBB96A0ED81E64311AAA6AEF783B978AEEDFF5B55F1181DBE1248D261974645685BBCCDFA24A32A2EE71FCF4875C00C49767FBDFEA750164FBD46CB062869EF103116FD36541FAAF94FAD9E9734031F6AF6C6B86F

    2016-11-30 11:42:15.851689 Bolivariano[1063:312239] did start load

    2016-11-30 11:42:18.877114 Bolivariano[1063:312289] WF: === Starting WebFilter logging for process Bolivariano

    2016-11-30 11:42:18.877999 Bolivariano[1063:312289] WF: _userSettingsForUser mobile: {

        filterBlacklist =     (

        );

        filterWhitelist =     (

        );

        restrictWeb = 1;

        useContentFilter = 0;

        useContentFilterOverrides = 0;

        whitelistEnabled = 0;

    }

    2016-11-30 11:42:18.880426 Bolivariano[1063:312289] WF: _WebFilterIsActive returning: NO

    2016-11-30 11:42:20.433116 Bolivariano[1063:312239] did finish load



  • 2.  Re: Integration with iOS with no errors but don't receive data

    Broadcom Employee
    Posted Nov 30, 2016 01:11 PM

    Hi Sebastian:

      Making this into a discussion since it involves custom code. I forwarded this internally and here is teh response:

    Can you use initializeSDKWIthOptions API and pass SDKLogLevelVerbose. It produces more output. Please send us the console log. Also, have you taken the app to background and bring it back to foreground? That's when we upload the data.



  • 3.  Re: Integration with iOS with no errors but don't receive data

    Posted Nov 30, 2016 02:37 PM

    Hello Hallet thank you for your response. YEs I have taken the app to background and brought it back to foreground, but no change. I added the verbose mode and this is what it shows when the app launches

     

    2016-11-30 14:34:12.934801 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)
    2016-11-30 14:34:12.936159 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)
    2016-11-30 14:34:12.936353 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)
    2016-11-30 14:34:12.937167 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)
    2016-11-30 14:34:12.937273 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)
    2016-11-30 14:34:12.955782 Bolivariano[310:23851] [VERBOSE] [CA MAA] BackEndURl = https://collector.axa.trials.ca.com/write_bulk
    2016-11-30 14:34:12.955877 Bolivariano[310:23851] [VERBOSE] [CA MAA] BackEndURl = https://collector.axa.trials.ca.com/write_bulk
    2016-11-30 14:34:12.974068 Bolivariano[310:23851] [VERBOSE] [CA MAA] APM: Calling https://www.bolivariano.mobi/SMBServiceHandler/SMBServiceWS with header t=MESALAZAR@BOLIVARIANO.COM-C;d=7FB5A56A-BA3D-4B3F-90E8-F9992A47D9EB;v=16.3.3;n=CLARO;l=Unknown;a=Bolivariano$bs=Bolivariano;bt=Bolivariano;p=iOS;pv=10.0.2
    2016-11-30 14:34:13.155544 Bolivariano[310:23779] [VERBOSE] [CA MAA] Swizzled_ViewDidDisAppear
    2016-11-30 14:34:13.155623 Bolivariano[310:23779] [VERBOSE] 2016-11-30 14:34:13.155745 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)
    2016-11-30 14:34:13.155996 Bolivariano[310:23779] [VERBOSE] [CA MAA] Swizzled_viewDidAppear = RootViewController ==
    2016-11-30 14:34:13.156143 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)
    2016-11-30 14:34:13.156328 Bolivariano[310:23779] [VERBOSE] [CA MAA] networkConnectionChanged: event occured
    2016-11-30 14:34:13.156351 Bolivariano[310:23779] [VERBOSE] [CA MAA] Reachable Via WWAN
    2016-11-30 14:34:13.159654 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)
    2016-11-30 14:34:13.174239 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)
    2016-11-30 14:34:13.201737 Bolivariano[310:23779] [VERBOSE] [CA MAA] didUpdateToLocation: <-2.19285194,-79.87821960> +/- 2000.00m (speed -1.00 mps / course -1.00) @ 30/11/16 11:57:19 hora de Ecuador
    2016-11-30 14:34:14.487131 Bolivariano[310:23851] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)
    2016-11-30 14:34:14.619138 Bolivariano[310:23848] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)
    2016-11-30 14:34:14.620085 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)
    2016-11-30 14:34:14.620717 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)
    2016-11-30 14:34:14.620883 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)
    2016-11-30 14:34:14.621299 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)
    2016-11-30 14:34:14.621453 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)
    2016-11-30 14:34:14.621722 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)

     

    This is after playing a little with the app

     

    2016-11-30 14:36:06.807816 Bolivariano[310:23851] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)

    2016-11-30 14:36:06.820063 Bolivariano[310:23851] [VERBOSE] [CA MAA] APM: Calling https://www.bolivariano.mobi/BancaMovilDemo/content/styles/images/quickDeposit/btn_deposito.png with header t=MESALAZAR@BOLIVARIANO.COM-C;d=7FB5A56A-BA3D-4B3F-90E8-F9992A47D9EB;v=16.3.3;n=CLARO;l=WAN;a=Bolivariano$bs=Bolivariano;bt=UINavigationController;p=iOS;pv=10.0.2

    2016-11-30 14:36:06.849959 Bolivariano[310:23851] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)

    2016-11-30 14:36:06.886000 Bolivariano[310:23851] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)

    2016-11-30 14:36:06.988938 Bolivariano[310:23851] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)

    2016-11-30 14:36:07.040883 Bolivariano[310:23851] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)

    2016-11-30 14:36:07.090158 Bolivariano[310:23851] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)

    2016-11-30 14:36:07.373947 Bolivariano[310:23851] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)

    2016-11-30 14:36:07.388015 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)

    2016-11-30 14:36:07.388671 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)

    2016-11-30 14:36:07.390688 Bolivariano[310:23779] [VERBOSE] [CA MAA] Swizzled_ViewDidDisAppear

    2016-11-30 14:36:07.390755 Bolivariano[310:23779] [VERBOSE] [CA MAA] swizzled_viewDidDisappear = LoadOver2016-11-30 14:36:07.390901 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)

    2016-11-30 14:36:07.392991 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)

    2016-11-30 14:36:07.393224 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)

    2016-11-30 14:36:07.393934 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)

    2016-11-30 14:36:07.394273 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)

    2016-11-30 14:36:07.394831 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)

    2016-11-30 14:36:07.937936 Bolivariano[310:23779] [VERBOSE] [CA MAA] ### Taking screenshot for https://www.bolivariano.mobi/BancaMovilDemo/?hon=(null)

    2016-11-30 14:36:07.939413 Bolivariano[310:23779] [VERBOSE] [CA MAA] Session is not open(0) or Policy is not applied (0)



  • 4.  Re: Integration with iOS with no errors but don't receive data

    Broadcom Employee
    Posted Nov 30, 2016 04:48 PM

    Hi Sebastian:

        Please attach the complete Console log to this thread so we can see from the start . It looks like the SDK did not open the session

     

    Thanks

    Hal

     



  • 5.  Re: Integration with iOS with no errors but don't receive data

    Posted Nov 30, 2016 05:55 PM
      |   view attached

    Thank you Hallet I have attached the log

     

    -


    Activado mié, 30 nov 2016 16:49:46 -0500 Hallett_German &lt;communityadmin@communities-mail.ca.com&gt; escribió -


     

     

                CA Communities 

        

           Re: Integration with iOS with no errors but don't receive data

      reply from HALLETT GERMAN in CA APM - View the full discussion

       Hi Sebastian:

        Please attach the complete Console log to this thread so we can see from the start . It looks like the SDK did not open the session

     

    Thanks

    Hal

     

     

     

         Reply to this message by replying to this email, or go to the message on CA Communities  

       Start a new discussion in CA APM by email or at CA Communities  

       Following Re: Integration with iOS with no errors but don't receive data in these streams: Inbox  

      You are receiving this email because you are a member of the CA Communities.

     

    If you'd like to change your email preferences, click here. If you want your communities account to be deactivated (opt out), please send an email to CustomerPrograms@ca.com.

    Additionally, if you wish to opt out of all unsolicited commercial communications from CA Technologies, click here.

    Attachment(s)

    zip
    log_IOS.zip   14 KB 1 version


  • 6.  Re: Integration with iOS with no errors but don't receive data

    Broadcom Employee
    Posted Nov 30, 2016 06:32 PM

    Thanks Sebastian,

    The log has been passed to our AXA Engineering team for review

     

    Regards,

     

    Lynn