Epix min required version of ConnectIQ

Former Member
Former Member
Hi,

I use the SDK 2.1.5 and in my app manifest I set minSdkVersion="1.2.1", so I can support Epix.

When I run my app on Epix simulator I get this error:

Could not find symbol makeWebRequest.
Symbol Not Found Error
in makeJsonRequest (D:\jenkins\workspace\Tech-CIQ-Win-Rel\mbsimulator\submodules\technology\monkeybrains\virtual-achine\api\Communications.mb:180)

I never have used makeWebRequest, it seams that makeJsonRequest now calls under the hood a makeWebRequest.

Do I do something wrong? How do you support Epix in your app?

Thanks!
  • This sounds like a bug in the sim to me. (it probably works fine on the real device) The Epix is kind of the odd one as it's the only device still on 1.2.1 (everything else supports makeWebRequest() ). Since you're using the 2.1.5 SDK, first thing I'd do is try 2.2.2, as it could have been fixed, and if it's not, make a post in the Bug Report Forum.
  • Former Member
    Former Member over 8 years ago
    just upgraded to 2.2.2, same problem.

    A user reported that the app is not working anymore after an upgrade.

    I am going to post it in the Bug Report Forum.