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!