Hey all,
I submitted my app to the Samsung App store using public build 971
The only bug found that is preventing my app from being sold there is one regarding a FB page not opening when the button for it is tapped.
This is the code for that button:
local function onFacebookButtonRelease( event ) if event.phase == "release" then if not system.openURL("fb://profile/422084124525104" ) then system.openURL("http://www.facebook.com/Mobfing") end end end
In their tests they tap the button and nothing happens. I had two friends run various tests on their Samsung devices and everytime it launched a page right away. If they didn’t have the Facebook app then it went to a regular browser window (as intended) and if they didn’t have internet connection it gave an error in the Facebook app or browser, depending where it launched. I cannot get the same results they are seeing in their tests.
Thanks in advance!
-Treb Stewart