Languages

Menu
Sites
Language
Failed to publish Gear 2 App

Trying to publish integerated app (apk) but

"This is not a Gear 2.0 binary file. Please check the binary file."

 

Any help?

 

I read on docs that " since you must use the same author certificate for both the host and wearable application"!!

I genertaed new certificate, not from Android keystore!!

 

edit:

I got new certificate but it didn't help. I hope it is server error @samsungapps .. damn this is annoying

Edited by: Anonymous on 19 May, 2014
View Selected Answer

Responses

10 Replies

No help from samsungapps or samsung developer forum!

 

Just cool!

Ohhh I will start banging my head against the wall

The app (apk + wudget) works on my Gear 2 Neo and Galaxy Note

Yet, the store says not Gear 2 app!!

 

sunil sunny

your certification process was successful right?....

 

yes and the app works on real devices

 

Are you able to upload apk?

trying to upload Galley apk sample from http://developer.samsung.com/samsung-gear FAILED  for the same reason

 

I think new SDK might be released soon and the samsungapps servers are configured in wrong way now

sunil sunny

Hmm hoping so...

Any developer managed to upload integerated Gear APK in the last few days?

No chance... same error... app works great on real life. Sasmungapps server looking for something inside the apk that cannot find.

No help from here or Samsung developer forum, no help from SasmungApps.

Upoading standalone widget works... uploading integerated apk does not work

Simply, speachless.....

Can I report to bugs.tizen.org!!

Mark as answer

You need to add this like to the android manifest

        <meta-data android:name="GearAppType" android:value="wgt"/>

 

this is not menthioned any place in the docs AFAIK!! and not written in the helloaccessory and other samples manifest

 

 

sunil sunny

Thanks for the info....