Details
-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Release 3.0.2, Release 3.1.0, 2013 Sprint 02 JS, 2013 Sprint 02
-
Component/s: iOS
-
Labels:
-
Environment:
SDK 3.0.0
Studio 3.0.1.201212181159
-
Sprint:2018 Sprint 05 SDK
Description
Problem description
When adding the property ti.facebook.appid in the tiapp.xml, the Info.plist file generated is invalid. Working fine on 2.1.4
Steps to reproduce
1. create a new Titanium app in Studio
2. add the ti.facebook.appid property in tiapp.xml:
<property name="ti.facebook.appid">1234567890</property>
|
3. build the app, then open build/Info.plist
In the file, you can see under URL Types / Url Schemes that there is an item with value fb[Object object]; building the same app with SDK 2.1.4 shows the correct value fb1234567890.
Attachments
Issue Links
- relates to
-
TIDOC-1251 API: Facebook - Adding Facebook appid is not accurately documented
-
- Closed
-