B4i Question Non-public API usage - The app references non-public symbols : __NSSetLogCStringFunction - Marco Maria Vilucchi (first post)    Nov 18, 2019 sorry. Seen!!!... B4i Question Non-public API usage: - Erel (first post)    Feb 23, 2020 My update was rejected because of a screenshot issue... It will be eventually resolved.
I've mad... B4i Question Non-Public API Usage - stachiwma (first post)    Aug 14, 2015 Erel,
thanks. I think that falls under the "super daaaah" category. Too obvious..
Dr. Mike... B4i Tutorial Swift libraries - Erel    Mar 2, 2020   (2 reactions) /forum/threads/non-public-api-usage.101433/post-637293... B4J Library [B4X] xHttpServer (Http Server + jQuery) - laguilar (first post)    Apr 6, 2022 Seems this library no longer works. When publishing, it brings the same "ITMS-90338: Non-public API usage" error as the iReleaseLogger library and mentions the app has referenced non-public... Share My Creation Web API Template - aeric    Jan 16, 2023   (60 reactions) Web API Template Version: 1.15 Description: A boilerplate for creating REST API Server with database CRUD functionalities. Updates: Web API Template 2.0 (beta) is available https://www.b4x.com/android/forum/threads/web-api-template-2-beta.143310/ 134278 134279 134280 Depends on following... Web API (GET, POST, PUT, DELETE) Front-end (HTML, CSS, JS, Bootstrap) Support MySQL and SQLite... versioning) Auto generated documentation with API test. Create B4X template from source: Download... Share My Creation User Login + MySQL PHP API - aeric    Jan 26, 2023   (25 reactions) Web API Updates: For B4J API Server and cross platform client apps, please check User Login App + MySQL API Server (Key + Token) https://www.b4x.com/android/forum/threads/b4x-user-login-app-b4j-mysql-api-server-key-token.126081/ 94106 94119 94118 Android App 94107941089411194112 94109... to share much on the "View" part of the MVC. I just modified it to become the "API... the API as you can see in the screenshots. For the "Model" part, I only include "User... B4i Question Non public API - Humberto    Dec 25, 2017 I add the "BRSeralizator" to my version and upload the bin to testflight in apple
I got an e-mail with this message
Non-public API usage:
The app references non-public symbols in S O S: __NSSetLogCStringFunction
And at the end
Once these issues have been corrected, you can then... Share My Creation [B4X] User Login App + [B4J] MySQL API Server (Key + Token) - aeric    Aug 14, 2022   (34 reactions) Update: I recommend you to also take a look at my latest Web API Template if you want to develop B4X client apps connecting to MySQL/SQLite backend web server using JSON format API. Finally I would like to share my B4J API server written in B4J. Compare to my previous PHP API, this API server implements user access token to authorize user to consume the API. SQL.zip - SQL script to create necessary database and tables in MySQL server. jAPI.zip - Source code for server app (B4J). B4A.zip... B4A Code Snippet [B4X] Google Geocoding REST API - Erel    Dec 12, 2019   (26 reactions)   tags: Geo, B4X Google Geocode REST, rest api, google maps api, Geocode, EVCharge This code is compatible with B4A, B4i and B4J. 1. Get an API key: https://developers.google.com/maps/documentation/geocoding/get-api-key 2. Sub PlaceToLatLon(Place As String) As ResumableSub...) j.Download2("https://maps.googleapis.com/maps/api/geocode/json", Array As String("key", API_KEY, "address", Place)) Wait For (j) JobDone(j As HttpJob) If j....Release Return res End Sub Usage example: Wait For(PlaceToLatLon("Israel Yodfat"... Page: 1   2   3   4   5   6   7   |