Ios 10 + Heyzap Mediation

Discussion in 'Advertising' started by Brocky120, Sep 19, 2016.

  1. Brocky120

    Brocky120 Avid Boxer

    Joined:
    May 2, 2016
    Messages:
    127
    Likes Received:
    27
    Anyone help with this, I integrated Heyzap Mediation successfully with iOS 9 but iOS 10 has changed slightly when using Heyzap and getting the following errors...

    1.png

    Anyone know a workaround or fix?

    Thanks
     
  2. khalid

    khalid Avid Boxer

    Joined:
    Feb 17, 2016
    Messages:
    343
    Likes Received:
    67
    change

    @interface AppController: NSObject < UIApplicationDelegate>

    To
    @interface AppController: NSObject

    see if this fix it

    If not remove the space before UIApplicationDelegate it should look <UIApplicationDelegate>
     
    Christoph and Brocky120 like this.
  3. Brocky120

    Brocky120 Avid Boxer

    Joined:
    May 2, 2016
    Messages:
    127
    Likes Received:
    27
    I owe you a beer! Thank you, the problem for anyone else as @lqifqkt pointed out, remove '< UIApplicationDelegate>'. Here is an image of what it looks like now:

    2.png
     
    Christoph likes this.
  4. khalid

    khalid Avid Boxer

    Joined:
    Feb 17, 2016
    Messages:
    343
    Likes Received:
    67
    You are welcome..
     

Share This Page