[ https://issues.apache.org/jira/browse/CB-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450047#comment-13450047 ]
Matthew Windwer commented on CB-1381: ------------------------------------- I traced the issue regarding InAppPurchaseManager to the fact that the arguments are not being passed from the JS to the native code. I'm trying to find out what changed between 2.1 and 2.0 to determine why. I also had to substitute JSONString with cdvjk_JSONString in the .m file. > 2.1.0rc2 upgrade issues (iOS) > ----------------------------- > > Key: CB-1381 > URL: https://issues.apache.org/jira/browse/CB-1381 > Project: Apache Cordova > Issue Type: Bug > Components: Docs, iOS > Affects Versions: 2.1.0 > Environment: iOS > Reporter: Matthew Windwer > Assignee: Shazron Abdullah > Fix For: 2.1.0 > > > 1) AppDelegate.m needs to be updated when upgrading from 2.0 to 2.1... this > is not yet in the upgrade guide. Otherwise you will run into "Property > 'supportedOrientations' not found on object of type 'CDVViewController*' > 2) ARC is currently turned ON by default when creating a new project with the > create script on 2.1.0rc2. This is not expected and breaks many plugins. > (Objective-C Automatic Reference Counting defaults to "Yes" in project Build > Settings) > 3) Something about the upgrade from 2.0 to 2.1 broke the > InAppPurchaseMangager plugin for me... I would really appreciate if somebody > can point me in the right direction to fix this, I filed an issue here: > https://github.com/phonegap/phonegap-plugins/issues/779. This may be related > to the internal JSONKit renaming [CB-1000] and [CB-1105] but I'm not sure. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira