Tecnologia do Blogger.
RSS

[androidbrasil-dev] Publicar minha app na play store

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.lucianomarinho.gtatorcidas.gt" >
<supports-screens
android:anyDensity="true"
android:largeScreens="true"
android:normalScreens="true"
android:resizeable="true"
android:smallScreens="true"
android:xlargeScreens="true" />
<application
android:debuggable="false"
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.Gtatorcidas">
<activity
android:name="com.lucianomarinho.gtatorcidas.gt.MainActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name="com.lucianomarinho.gtatorcidas.gt.AboutActivity"
android:label="@string/app_name" >
</activity>
<activity
android:name="com.lucianomarinho.gtatorcidas.gt.InfoServerActivity"
android:label="@string/app_name" >
</activity>
<activity
android:name="com.lucianomarinho.gtatorcidas.gt.RadioGtActivity"
android:label="@string/app_name" >
</activity>
<activity
android:name="com.lucianomarinho.gtatorcidas.gt.TorcidasMenuActivity"
android:label="@string/app_name" >
</activity>
<activity
android:name="com.lucianomarinho.gtatorcidas.gt.TorcidasDetalhesActivity"
android:label="@string/app_name" >
</activity>
<activity android:name="com.google.android.gms.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
</application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.INTERNET" />
</manifest>

Olá a todos, não sei se já tiveram o mesmo problema que eu...

Depois de fazer dezena de ajustes para tornar minha app compatível com todas as exigências do google, enfim apareceu que minha app é compatível com alguns milhares de celulares e tablets.

Mas...minha app já publicada, há 2 dias, não aparece na loja :(

Alguém já passou por isso e poderia me ajudar ?

Estou anexando um print e meu AndroidManifest.xml


--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 comentários:

Postar um comentário