We need your support for using beacon function.
-
Seung Hyun Hong
Jun 7, 12:30 EESTI published a Wordapp(http://www.audioguide.kr) and purchased premium version.
We are now testing your app in Android device before upload store. But we cannot use your ibeacon message and Push notification functions also. We can’t find other reasons about it. Pls inform us your solution.
Thanks.——————
Submitted from: http://www.audioguide.kr/wp-admin/admin.php?page=WordAppiBeaconHi, Wordapp devloper.
We still wait for your reply.
But we couldn’t receive your reply yet, then we finally realized that our ibeacon test is not proper.
We had tested your android app only before we upload playstore.
I discussed with our ibeacon company technical person, It is need to be insert below source for android beacon use.
We should need your kind help for your android app use.
————————————————————————————————————–
AltBeacon Project Website
http://altbeacon.github.io/android-beacon-library/– AltBeacon API Document
http://altbeacon.github.io/android-beacon-library/javadoc/index.html1 Essential Requirement
Belows list are essential requirement for Android GoPLUS ibeacon SDK use
1.1 Android API Version
API version for use GoPLUS SDK
– minimum API 18: Android 4.3 (Jelly Bean)
– target API 18: Android 4.3 (Jelly Bean)
– compile API 18: Android 4.3 (Jelly Bean)You can use more than a minimum API
1.2 AndroidManifest.xml Setting
GoPLUS Android required BLUETOOTH ADMIN and BLUETOOTH authority also.
<uses-permission android:name=”android.permission.BLUETOOTH” />
<uses-permission android:name=”android.permission.BLUETOOTH_ADMIN” />You must add services and reciever to Application Node as follow for use GoPLUS Android SDK.
<receiver android:name=”org.altbeacon.beacon.startup.StartupBroadcastReceiver” >
<intent-filter>
<action android:name=”android.intent.action.BOOT_COMPLETED” />
<action android:name=”android.intent.action.ACTION_POWER_CONNECTED” />
<action adroid:name=”android.intent.action.ACTION_POWER_DISCONNECTED”/>
</intent-filter>
</receiver>
<service
android:name=”org.altbeacon.beacon.service.BeaconService”
android:enabled=”true”
android:exported=”true”
android:isolatedProcess=”false”
android:label=”beacon” >
</service>
<service
android:name=”org.altbeacon.beacon.BeaconIntentProcessor”
android:enabled=”true” >
</service>StartupBroadcastReceiver is as a Recieverfor for use of GoPLUS performing smoothly and for beacon background performing when the booting of phone etc.
BeaconIntentProcess is service class for beacon service.———————————————————————————————————————-
For iOS use, We wil pay for upload our app to appstore for iOS app test.
After that, we will test ibeacon function again.
Pls inform us whether you can corporate us for our app publishing and use.
We wait for your prompt reply.
The topic ‘We need your support for using beacon function.’ is closed to new replies.